Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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
/openbmc/qemu/include/exec/user/
H A Dabitypes.h7 #define TARGET_ABI_BITS 32 macro
9 #define TARGET_ABI_BITS TARGET_LONG_BITS macro
40 #define ABI_LONG_ALIGNMENT (TARGET_ABI_BITS / 8)
72 #if TARGET_ABI_BITS == 32
H A Dthunk.h107 return TARGET_ABI_BITS / 8; in thunk_type_size()
128 return TARGET_ABI_BITS / 8; in thunk_type_size()
/openbmc/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
/openbmc/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.c870 nw = DIV_ROUND_UP(n, TARGET_ABI_BITS); in copy_from_user_fdset()
882 for (j = 0; j < TARGET_ABI_BITS; j++) { in copy_from_user_fdset()
917 nw = DIV_ROUND_UP(n, TARGET_ABI_BITS); in copy_to_user_fdset()
927 for (j = 0; j < TARGET_ABI_BITS; j++) { in copy_to_user_fdset()
3734 #if TARGET_ABI_BITS == 32
3738 #if TARGET_ABI_BITS == 32
4115 #if TARGET_ABI_BITS == 32
4119 #if TARGET_ABI_BITS == 32
4123 #if TARGET_ABI_BITS == 32
6748 #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()
2095 #if TARGET_ABI_BITS == 32 in print_fallocate()
2190 #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
/openbmc/qemu/linux-user/sparc/
H A Dtarget_resource.h6 #if TARGET_ABI_BITS == 32
H A Dtarget_structs.h28 #if TARGET_ABI_BITS == 32
/openbmc/qemu/linux-user/mips/
H A Dtarget_fcntl.h30 #if (TARGET_ABI_BITS == 32)
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_siginfo.h35 #if TARGET_ABI_BITS == 64
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_siginfo.h35 #if TARGET_ABI_BITS == 64
/openbmc/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.h123 #if TARGET_ABI_BITS > 32
491 #if TARGET_ABI_BITS == 32 in target_arg64()
H A Dmmap.c210 #if HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64
/openbmc/qemu/include/exec/
H A Dcpu-all.h109 ((MIN_CONST(TARGET_VIRT_ADDR_SPACE_BITS, TARGET_ABI_BITS) <= 32) ? \
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0002-linux-user-Replace-use-of-lfs64-related-functions-an.patch55 -#if TARGET_ABI_BITS == 32
133 #if defined(TARGET_ARM) && TARGET_ABI_BITS == 32
/openbmc/qemu/bsd-user/freebsd/
H A Dos-proc.c381 #if TARGET_ABI_BITS == 32 in do_freebsd_procctl()