Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpkeys.h44 #define ARCH_VM_PKEY_FLAGS (VM_PKEY_BIT0 | VM_PKEY_BIT1 | VM_PKEY_BIT2 | VM_PKEY_BIT3)
121 VM_PKEY_BIT2 | VM_PKEY_BIT3; in vma_pkey()
H A Dmman.h10 ((key) & 0x8 ? VM_PKEY_BIT3 : 0))
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-pkey.h13 ((vm_flags & VM_PKEY_BIT3) ? H_PTE_PKEY_BIT3 : 0x0UL) | in hash__vmflag_to_pte_pkey_bits()
/linux/arch/x86/mm/
H A Dpgprot.c54 if (vm_flags & VM_PKEY_BIT3) in vm_get_page_prot()
/linux/arch/powerpc/include/asm/
H A Dpkeys.h18 VM_PKEY_BIT3 | VM_PKEY_BIT4)
/linux/fs/proc/
H A Dtask_mmu.c971 #if VM_PKEY_BIT3 in show_smap_vma_flags()
972 [ilog2(VM_PKEY_BIT3)] = "", in show_smap_vma_flags()
/linux/include/linux/
H A Dmm.h349 # define VM_PKEY_BIT3 VM_HIGH_ARCH_3 macro
351 # define VM_PKEY_BIT3 0 macro