Home
last modified time | relevance | path

Searched refs:VM_PKEY_BIT2 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmman.h9 ((key) & 0x4 ? VM_PKEY_BIT2 : 0) | \
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-pkey.h12 ((vm_flags & VM_PKEY_BIT2) ? H_PTE_PKEY_BIT2 : 0x0UL) | in hash__vmflag_to_pte_pkey_bits()
/linux/arch/arm64/mm/
H A Dmmap.c126 if (vm_flags & VM_PKEY_BIT2) in vm_get_page_prot()
/linux/tools/testing/vma/include/
H A Ddup.h256 #define VM_PKEY_BIT2 INIT_VM_FLAG(PKEY_BIT2) macro
/linux/include/linux/
H A Dmm.h451 #define VM_PKEY_BIT2 INIT_VM_FLAG(PKEY_BIT2) macro