Searched refs:m32 (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/tools/test/vm86/
H A DMakefile6 $(CC) -Wall -Wextra -g -m32 -O -o vm86_test vm86_test_asm.s vm86_test.c
/freebsd-11-stable/stand/usb/test/
H A DMakefile42 CFLAGS+= -m32
/freebsd-11-stable/tools/tools/zfsboottest/
H A DMakefile19 CFLAGS+=-m32
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_ioc32.c159 drm_map32_t *m32 = data; local
164 map.offset = (unsigned long)m32->offset;
170 m32->offset = map.offset;
171 m32->size = map.size;
172 m32->type = map.type;
173 m32->flags = map.flags;
175 m32->mtrr = map.mtrr;
177 m32->handle = (unsigned long)handle;
186 drm_map32_t *m32 = data; local
191 map.offset = (unsigned long)m32
216 drm_map32_t *m32 = data; local
568 drm_agp_mode32_t *m32 = data; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh100 if ! cc -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
101 atf_skip "cc -m32 not supported on this architecture"
104 atf_fail "cc -m32 does not generate netbsd32 binaries"
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 \
/freebsd-11-stable/sys/modules/cloudabi32/
H A DMakefile32 ${CC} -x assembler-with-cpp -m32 -shared -nostdinc -nostdlib \
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c861 struct msghdr32 m32; local
864 error = copyin(msg32, &m32, sizeof(m32));
867 msg->msg_name = PTRIN(m32.msg_name);
868 msg->msg_namelen = m32.msg_namelen;
869 msg->msg_iov = PTRIN(m32.msg_iov);
870 msg->msg_iovlen = m32.msg_iovlen;
871 msg->msg_control = PTRIN(m32.msg_control);
872 msg->msg_controllen = m32.msg_controllen;
873 msg->msg_flags = m32
880 struct msghdr32 m32; local
1061 struct msghdr32 m32; local
1207 struct msghdr32 m32; local
[all...]
/freebsd-11-stable/lib/libsysdecode/
H A DMakefile113 CPP+= -m32
/freebsd-11-stable/sys/modules/linux/
H A DMakefile52 ${CC} -x assembler-with-cpp -DLOCORE -m32 -shared -s \
/freebsd-11-stable/stand/
H A Ddefs.mk100 CFLAGS+= -m32 -mcpu=powerpc
107 CFLAGS+= -m32
/freebsd-11-stable/
H A DMakefile.libcompat40 LIB32CFLAGS= -m32 -DCOMPAT_32BIT
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c4481 struct umutex32 m32; local
4484 memcpy(&m32, m, sizeof(m32));
4485 *rb_list = m32.m_rb_lnk;
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-gen.c965 int m32 = plain_mov && idesc->operands[0] == IA64_OPND_CR3;
967 if (m32)
963 int m32 = plain_mov && idesc->operands[0] == IA64_OPND_CR3; local

Completed in 728 milliseconds