Searched refs:VM_PKEY_BIT0 (Results 1 – 7 of 7) sorted by relevance
44 #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()
9 ((key) & 0x1 ? VM_PKEY_BIT0 : 0) | \
10 return (((vm_flags & VM_PKEY_BIT0) ? H_PTE_PKEY_BIT0 : 0x0UL) | in hash__vmflag_to_pte_pkey_bits()
48 if (vm_flags & VM_PKEY_BIT0) in vm_get_page_prot()
17 #define ARCH_VM_PKEY_FLAGS (VM_PKEY_BIT0 | VM_PKEY_BIT1 | VM_PKEY_BIT2 | \
695 [ilog2(VM_PKEY_BIT0)] = "", in show_smap_vma_flags()
326 # define VM_PKEY_BIT0 VM_HIGH_ARCH_0 /* A protection key is a 4-bit value */ macro