Home
last modified time | relevance | path

Searched refs:PR_GET_TAGGED_ADDR_CTRL (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_prctl.c30 ret = prctl(PR_GET_TAGGED_ADDR_CTRL, 0, 0, 0, 0); in get_tagged_addr_ctrl()
H A Dcheck_gcr_el1_cswitch.c54 prctl_get = prctl(PR_GET_TAGGED_ADDR_CTRL, 0, 0, 0, 0); in execute_thread()
H A Dmte_common_util.c327 ret = prctl(PR_GET_TAGGED_ADDR_CTRL, en, 0, 0, 0); in mte_default_setup()
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h235 #define PR_GET_TAGGED_ADDR_CTRL 56 macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h235 #define PR_GET_TAGGED_ADDR_CTRL 56 macro
/openbmc/linux/Documentation/arch/arm64/
H A Dtagged-address-abi.rst82 - ``PR_GET_TAGGED_ADDR_CTRL``: get the status of the AArch64 Tagged
H A Dmemory-tagging-extension.rst98 ``prctl(PR_GET_TAGGED_ADDR_CTRL, 0, 0, 0, 0)`` system call. If
283 #define PR_GET_TAGGED_ADDR_CTRL 56
/openbmc/linux/kernel/
H A Dsys.c2673 case PR_GET_TAGGED_ADDR_CTRL: in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dsyscall.c6287 # define PR_GET_TAGGED_ADDR_CTRL 56 macro
6423 case PR_GET_TAGGED_ADDR_CTRL: in do_prctl()