Home
last modified time | relevance | path

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

/openbmc/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)
120 unsigned long vma_pkey_mask = VM_PKEY_BIT0 | VM_PKEY_BIT1 | in vma_pkey()
H A Dmman.h7 ((key) & 0x1 ? VM_PKEY_BIT0 : 0) | \
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-pkey.h10 return (((vm_flags & VM_PKEY_BIT0) ? H_PTE_PKEY_BIT0 : 0x0UL) | in hash__vmflag_to_pte_pkey_bits()
/openbmc/linux/arch/x86/mm/
H A Dpgprot.c48 if (vm_flags & VM_PKEY_BIT0) in vm_get_page_prot()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpkeys.h17 #define ARCH_VM_PKEY_FLAGS (VM_PKEY_BIT0 | VM_PKEY_BIT1 | VM_PKEY_BIT2 | \
/openbmc/linux/fs/proc/
H A Dtask_mmu.c689 [ilog2(VM_PKEY_BIT0)] = "", in show_smap_vma_flags()
/openbmc/linux/include/linux/
H A Dmm.h337 # define VM_PKEY_BIT0 VM_HIGH_ARCH_0 /* A protection key is a 4-bit value */ macro