Home
last modified time | relevance | path

Searched refs:PR_MTE_TAG_SHIFT (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/arm64/mte/
H A Dmte_def.h33 #ifndef PR_MTE_TAG_SHIFT
34 #define PR_MTE_TAG_SHIFT 3 macro
H A Dcheck_gcr_el1_cswitch.c46 prctl_set = PR_TAGGED_ADDR_ENABLE | prctl_tcf | (prctl_tag_mask << PR_MTE_TAG_SHIFT); in execute_thread()
H A Dmte_common_util.c354 en |= (incl_mask << PR_MTE_TAG_SHIFT); in mte_switch_mode()
/linux/tools/include/uapi/linux/
H A Dprctl.h243 # define PR_MTE_TAG_SHIFT 3 macro
244 # define PR_MTE_TAG_MASK (0xffffUL << PR_MTE_TAG_SHIFT)
/linux/include/uapi/linux/
H A Dprctl.h253 # define PR_MTE_TAG_SHIFT 3 macro
254 # define PR_MTE_TAG_MASK (0xffffUL << PR_MTE_TAG_SHIFT)
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h253 # define PR_MTE_TAG_SHIFT 3 macro
254 # define PR_MTE_TAG_MASK (0xffffUL << PR_MTE_TAG_SHIFT)
/linux/arch/arm64/kernel/
H A Dmte.c374 u64 mte_ctrl = (~((arg & PR_MTE_TAG_MASK) >> PR_MTE_TAG_SHIFT) & in set_mte_ctrl()
421 ret = incl << PR_MTE_TAG_SHIFT; in get_mte_ctrl()
/linux/Documentation/arch/arm64/
H A Dmemory-tagging-extension.rst290 # define PR_MTE_TAG_SHIFT 3
291 # define PR_MTE_TAG_MASK (0xffffUL << PR_MTE_TAG_SHIFT)
326 (0xfffe << PR_MTE_TAG_SHIFT),