Home
last modified time | relevance | path

Searched refs:TARGET_ABI_BITS (Results 1 – 20 of 20) sorted by relevance

/qemu/linux-user/s390x/
H A Dtarget_structs.h29 #if TARGET_ABI_BITS == 64
45 #if TARGET_ABI_BITS == 32
49 #if TARGET_ABI_BITS == 32
53 #if TARGET_ABI_BITS == 32
/qemu/linux-user/ppc/
H A Dtarget_structs.h37 #if TARGET_ABI_BITS == 32
41 #if TARGET_ABI_BITS == 32
45 #if TARGET_ABI_BITS == 32
49 #if TARGET_ABI_BITS == 32
/qemu/include/user/
H A Dabitypes.h13 #define TARGET_ABI_BITS 32 macro
15 #define TARGET_ABI_BITS TARGET_LONG_BITS macro
45 #define ABI_LONG_ALIGNMENT (TARGET_ABI_BITS / 8)
77 #if TARGET_ABI_BITS == 32
H A Dthunk.h111 return TARGET_ABI_BITS / 8; in thunk_type_size()
132 return TARGET_ABI_BITS / 8; in thunk_type_size()
/qemu/linux-user/generic/
H A Dtarget_structs.h40 #if TARGET_ABI_BITS == 32
44 #if TARGET_ABI_BITS == 32
48 #if TARGET_ABI_BITS == 32
/qemu/linux-user/
H A Dthunk.c148 #if HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 32 in thunk_convert()
154 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 32 in thunk_convert()
169 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64 in thunk_convert()
175 #elif HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 64 in thunk_convert()
297 #if HOST_LONG_BITS == 32 && TARGET_ABI_BITS == 32 in thunk_print()
307 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 32 in thunk_print()
317 #elif HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64 in thunk_print()
H A Duser-internals.h117 #if (TARGET_ABI_BITS == 32) && !defined(TARGET_ABI_MIPSN32)
H A Dsyscall.c871 nw = DIV_ROUND_UP(n, TARGET_ABI_BITS); in copy_from_user_fdset()
883 for (j = 0; j < TARGET_ABI_BITS; j++) { in copy_from_user_fdset()
918 nw = DIV_ROUND_UP(n, TARGET_ABI_BITS); in copy_to_user_fdset()
928 for (j = 0; j < TARGET_ABI_BITS; j++) { in copy_to_user_fdset()
3728 #if TARGET_ABI_BITS == 32
3732 #if TARGET_ABI_BITS == 32
4109 #if TARGET_ABI_BITS == 32
4113 #if TARGET_ABI_BITS == 32
4117 #if TARGET_ABI_BITS == 32
6754 #if TARGET_ABI_BITS == 32 in target_to_host_fcntl_cmd()
[all …]
H A Dstrace.c618 sizeof(*target_fds)*(n / TARGET_ABI_BITS + 1), in print_fdset()
625 if ((tswapal(target_fds[i / TARGET_ABI_BITS]) >> in print_fdset()
626 (i & (TARGET_ABI_BITS - 1))) & 1) { in print_fdset()
2115 #if TARGET_ABI_BITS == 32 in print_fallocate()
2210 #if TARGET_ABI_BITS == 32 in print_fcntl()
H A Dsyscall_defs.h458 #define TARGET_NSIG_BPW TARGET_ABI_BITS
553 #if TARGET_ABI_BITS == 32
/qemu/linux-user/sparc/
H A Dtarget_resource.h6 #if TARGET_ABI_BITS == 32
H A Dtarget_structs.h28 #if TARGET_ABI_BITS == 32
/qemu/linux-user/mips/
H A Dtarget_fcntl.h30 #if (TARGET_ABI_BITS == 32)
/qemu/bsd-user/netbsd/
H A Dtarget_os_siginfo.h35 #if TARGET_ABI_BITS == 64
/qemu/bsd-user/openbsd/
H A Dtarget_os_siginfo.h35 #if TARGET_ABI_BITS == 64
/qemu/bsd-user/
H A Dsyscall_defs.h146 #if !defined(TARGET_I386) && TARGET_ABI_BITS == 32
164 #if !defined(TARGET_I386) && TARGET_ABI_BITS == 32
H A Dqemu.h130 #if TARGET_ABI_BITS > 32
498 #if TARGET_ABI_BITS == 32 in target_arg64()
H A Dmmap.c211 #if HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64
/qemu/include/exec/
H A Dcpu-all.h95 ((MIN_CONST(TARGET_VIRT_ADDR_SPACE_BITS, TARGET_ABI_BITS) <= 32) ? \
/qemu/bsd-user/freebsd/
H A Dos-proc.c381 #if TARGET_ABI_BITS == 32 in do_freebsd_procctl()