Home
last modified time | relevance | path

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

12

/freebsd-13-stable/sys/dev/drm2/
HDdrm_ioc32.c155 drm_map32_t *m32 = data; in compat_drm_getmap() local
160 map.offset = (unsigned long)m32->offset; in compat_drm_getmap()
166 m32->offset = map.offset; in compat_drm_getmap()
167 m32->size = map.size; in compat_drm_getmap()
168 m32->type = map.type; in compat_drm_getmap()
169 m32->flags = map.flags; in compat_drm_getmap()
171 m32->mtrr = map.mtrr; in compat_drm_getmap()
173 m32->handle = (unsigned long)handle; in compat_drm_getmap()
182 drm_map32_t *m32 = data; in compat_drm_addmap() local
187 map.offset = (unsigned long)m32->offset; in compat_drm_addmap()
[all …]
/freebsd-13-stable/contrib/bearssl/conf/
HDUnix32.mk10 CFLAGS = -W -Wall -Os -fPIC -m32 -DBR_LOMUL
11 LDFLAGS = -m32
12 LDDLLFLAGS = -shared -m32
/freebsd-13-stable/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 \
/freebsd-13-stable/contrib/capsicum-test/
HDGNUmakefile25 ifeq ($(ARCHFLAG),-m32)
78 $(CC) $(CFLAGS) -m32 -static -o $@ $<
/freebsd-13-stable/stand/
HDdefs.mk125 CFLAGS+= -m32 -mcpu=powerpc -mbig-endian
127 CFLAGS+= -m32 -mcpu=powerpc -mlittle-endian
134 CFLAGS+= -m32
/freebsd-13-stable/tools/test/vm86/
HDMakefile5 $(CC) -Wall -Wextra -g -m32 -O -o vm86_test vm86_test_asm.s vm86_test.c
/freebsd-13-stable/share/mk/
HDbsd.compat.mk34 LIB32CPUFLAGS+= -m32
51 LIB32CPUFLAGS+= -m32
/freebsd-13-stable/contrib/lutok/admin/
HDtravis-build.sh40 [ "${ARCH?}" != i386 ] || archflags=-m32
HDtravis-install-deps.sh66 [ "${ARCH?}" != i386 ] || archflags=-m32
/freebsd-13-stable/stand/usb/test/
HDMakefile41 CFLAGS+= -m32
/freebsd-13-stable/tools/tools/zfsboottest/
HDMakefile18 CFLAGS+=-m32
/freebsd-13-stable/sys/conf/
HDMakefile.powerpc40 CFLAGS.clang+= -mspe -D__SPE__ -m32
/freebsd-13-stable/sys/tools/
HDamd64_ia32_vdso.sh33 ${CC} -x assembler-with-cpp -DLOCORE -fPIC -nostdinc -c -m32 \
/freebsd-13-stable/contrib/kyua/admin/
HDtravis-build.sh53 [ "${ARCH?}" != i386 ] || archflags=-m32
HDbuild-bintray-dist.sh83 [ "${ARCH?}" != i386 ] || archflags=-m32
/freebsd-13-stable/sys/modules/cloudabi32/
HDMakefile35 ${CC} ${CCLDFLAGS} -x assembler-with-cpp -m32 -shared -nostdinc -nostdlib \
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_misc.c1255 struct msghdr32 m32; in freebsd32_copyinmsghdr() local
1258 error = copyin(msg32, &m32, sizeof(m32)); in freebsd32_copyinmsghdr()
1261 msg->msg_name = PTRIN(m32.msg_name); in freebsd32_copyinmsghdr()
1262 msg->msg_namelen = m32.msg_namelen; in freebsd32_copyinmsghdr()
1263 msg->msg_iov = PTRIN(m32.msg_iov); in freebsd32_copyinmsghdr()
1264 msg->msg_iovlen = m32.msg_iovlen; in freebsd32_copyinmsghdr()
1265 msg->msg_control = PTRIN(m32.msg_control); in freebsd32_copyinmsghdr()
1266 msg->msg_controllen = m32.msg_controllen; in freebsd32_copyinmsghdr()
1267 msg->msg_flags = m32.msg_flags; in freebsd32_copyinmsghdr()
1274 struct msghdr32 m32; in freebsd32_copyoutmsghdr() local
[all …]
/freebsd-13-stable/crypto/libecc/
HDmeson.build69 # info compilers arguments (such as m32/m64 should be cross-file related.
70 # just using a different cross-file (event for m32 on m64 arch for e.g. is enough
HDcommon.mk172 force_arch32: CFLAGS += -m32
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDX86ManualFoldTables.def223 // load xmm0, m32
226 // insertpsrm xmm1, m32, imm
/freebsd-13-stable/lib/libsysdecode/
HDMakefile115 CPP+= -m32
/freebsd-13-stable/sys/modules/linux/
HDMakefile94 VDSOFLAGS=-DCOMPAT_FREEBSD32 -DCOMPAT_LINUX32 -m32
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ScheduleZnver2.td632 // m32.
1024 // m32,x,i.
1123 // x,m32.
1186 // r32,m32.
1206 // r32,m32.
HDX86ScheduleZnver1.td622 // m32.
1016 // m32,x,i.
1120 // x,m32.
1182 // r32,m32.
1202 // r32,m32.
/freebsd-13-stable/crypto/openssl/
HDconfig641 if $CC -m32 -E -x c /dev/null > /dev/null 2>&1; then

12