Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/hexagon/
H A Dtarget_syscall.h34 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/openrisc/
H A Dtarget_syscall.h20 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/aarch64/
H A Dtarget_syscall.h20 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/sh4/
H A Dtarget_syscall.h20 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/s390x/
H A Dtarget_syscall.h32 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_syscall.h26 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/loongarch64/
H A Dtarget_syscall.h39 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/arm/
H A Dtarget_syscall.h32 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_syscall.h29 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_syscall.h27 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/m68k/
H A Dtarget_syscall.h25 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_syscall.h39 #define TARGET_MCL_ONFAULT 0x8000 macro
/openbmc/qemu/linux-user/ppc/
H A Dtarget_syscall.h76 #define TARGET_MCL_ONFAULT 0x8000 macro
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_syscall.h48 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/riscv/
H A Dtarget_syscall.h56 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_syscall.h68 #define TARGET_MCL_ONFAULT 0x8000 macro
/openbmc/qemu/linux-user/microblaze/
H A Dtarget_syscall.h54 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h105 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/i386/
H A Dtarget_syscall.h155 #define TARGET_MCL_ONFAULT 4 macro
/openbmc/qemu/linux-user/
H A Dsyscall.c7600 if (arg & TARGET_MCL_ONFAULT) { in target_to_host_mlockall_arg()