Home
last modified time | relevance | path

Searched refs:m32 (Results 1 – 25 of 42) sorted by relevance

12

/trueos/sys/dev/drm2/
HDdrm_ioc32.c159 drm_map32_t *m32 = data; in compat_drm_getmap() local
164 map.offset = (unsigned long)m32->offset; in compat_drm_getmap()
170 m32->offset = map.offset; in compat_drm_getmap()
171 m32->size = map.size; in compat_drm_getmap()
172 m32->type = map.type; in compat_drm_getmap()
173 m32->flags = map.flags; in compat_drm_getmap()
175 m32->mtrr = map.mtrr; in compat_drm_getmap()
177 m32->handle = (unsigned long)handle; in compat_drm_getmap()
186 drm_map32_t *m32 = data; in compat_drm_addmap() local
191 map.offset = (unsigned long)m32->offset; in compat_drm_addmap()
[all …]
/trueos/contrib/netbsd-tests/usr.bin/cc/
HDt_hello.sh100 if ! cc -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
113 atf_check -s exit:0 -o ignore -e ignore cc -o hello32 -m32 test.c
132 atf_check -s exit:0 -o ignore -e ignore cc -o hello -m32 \
/trueos/contrib/gcc/config/rs6000/
HDt-linux6410 MULTILIB_OPTIONS = m64/m32 msoft-float
14 MULTILIB_EXCLUSIONS = m64/!m32/msoft-float
HDdarwin.opt27 m32
HDsysv4.opt135 m32
/trueos/sys/boot/i386/
HDMakefile.inc14 CFLAGS+= -m32
15 ACFLAGS+= -m32
/trueos/sys/compat/freebsd32/
HDfreebsd32_misc.c963 struct msghdr32 m32; in freebsd32_copyinmsghdr() local
966 error = copyin(msg32, &m32, sizeof(m32)); in freebsd32_copyinmsghdr()
969 msg->msg_name = PTRIN(m32.msg_name); in freebsd32_copyinmsghdr()
970 msg->msg_namelen = m32.msg_namelen; in freebsd32_copyinmsghdr()
971 msg->msg_iov = PTRIN(m32.msg_iov); in freebsd32_copyinmsghdr()
972 msg->msg_iovlen = m32.msg_iovlen; in freebsd32_copyinmsghdr()
973 msg->msg_control = PTRIN(m32.msg_control); in freebsd32_copyinmsghdr()
974 msg->msg_controllen = m32.msg_controllen; in freebsd32_copyinmsghdr()
975 msg->msg_flags = m32.msg_flags; in freebsd32_copyinmsghdr()
982 struct msghdr32 m32; in freebsd32_copyoutmsghdr() local
[all …]
/trueos/sys/boot/ficl/
HDMakefile57 CFLAGS+= -m32 -I.
64 CFLAGS+= -m32 -mcpu=powerpc -I.
/trueos/sys/boot/uboot/
HDMakefile.inc4 CFLAGS+= -m32 -mcpu=powerpc
/trueos/sys/boot/ofw/
HDMakefile.inc4 CFLAGS+= -m32 -mcpu=powerpc
/trueos/sys/boot/powerpc/
HDMakefile.inc4 CFLAGS+= -m32 -mcpu=powerpc
/trueos/contrib/gcc/config/sparc/
HDt-netbsd643 #MULTILIB_OPTIONS = m32/m64
HDt-sol2-641 MULTILIB_OPTIONS = m32/m64
HDt-linux641 MULTILIB_OPTIONS = m64/m32
HDsparc.opt74 m32
/trueos/sys/boot/fdt/
HDMakefile23 CFLAGS+= -m32
/trueos/sys/boot/usb/
HDMakefile.test46 CFLAGS+= -m32
/trueos/contrib/gcc/config/i386/
HDt-sol2-101 MULTILIB_OPTIONS = m32/m64
HDt-linux647 MULTILIB_OPTIONS = m64/m32
HDi386.opt26 m32
43 Target RejectNegative Negative(m32) Report Mask(64BIT)
/trueos/tools/regression/filemon/
HDMakefile34 ${CC} -m32 -DBIT=\"32\" -o ${.TARGET} ${CFLAGS} ${.ALLSRC}
/trueos/sys/boot/userboot/ficl/
HDMakefile54 CFLAGS+= -m32 -mcpu=powerpc -I.
/trueos/contrib/gcclibs/libgomp/
HDconfigure.tgt65 *" -m32 "*)
/trueos/sys/boot/libstand32/
HDMakefile38 CFLAGS+= -m32 -I.
/trueos/contrib/binutils/ld/emultempl/
HDppc32elf.em169 if (embedded_spu_file (entry, "-m32"))

12