Home
last modified time | relevance | path

Searched refs:ARCH_GET_UNTAG_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dprctl.h26 #define ARCH_GET_UNTAG_MASK 0x4001 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprctl.h28 #define ARCH_GET_UNTAG_MASK 0x4001 macro
/openbmc/linux/tools/testing/selftests/x86/
H A Dlam.c32 #define ARCH_GET_UNTAG_MASK 0x4001 macro
157 syscall(SYS_arch_prctl, ARCH_GET_UNTAG_MASK, &ptr); in set_lam()
201 if (syscall(SYS_arch_prctl, ARCH_GET_UNTAG_MASK, &ptr) == -1) in get_lam()
/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c906 case ARCH_GET_UNTAG_MASK: in do_arch_prctl_64()