Home
last modified time | relevance | path

Searched refs:PR_MTE_TCF_MASK (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dprctl.h33 # define PR_MTE_TCF_MASK (3UL << PR_MTE_TCF_SHIFT) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dprctl.h33 # define PR_MTE_TCF_MASK (3UL << PR_MTE_TCF_SHIFT) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dprctl.h241 # define PR_MTE_TCF_MASK (3UL << PR_MTE_TCF_SHIFT) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dprctl.h240 # define PR_MTE_TCF_MASK (PR_MTE_TCF_SYNC | PR_MTE_TCF_ASYNC) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c29 # define PR_MTE_TCF_MASK (3UL << PR_MTE_TCF_SHIFT) macro
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dmemory-tagging-extension.rst81 contains any number of the following values in the ``PR_MTE_TCF_MASK``
255 # define PR_MTE_TCF_MASK (3UL << PR_MTE_TCF_SHIFT)
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dprocess.c762 valid_mask |= PR_MTE_TCF_MASK | PR_MTE_TAG_MASK; in set_tagged_addr_ctrl()