Searched refs:VM_PKEY_BIT1 (Results 1 – 5 of 5) sorted by relevance
18 ((vm_flags) & VM_PKEY_BIT1 ? _PAGE_PKEY_BIT1 : 0) | \24 ((key) & 0x2 ? VM_PKEY_BIT1 : 0) | \
44 #define ARCH_VM_PKEY_FLAGS (VM_PKEY_BIT0 | VM_PKEY_BIT1 | VM_PKEY_BIT2 | VM_PKEY_BIT3)126 unsigned long vma_pkey_mask = VM_PKEY_BIT0 | VM_PKEY_BIT1 | in vma_pkey()
19 #define ARCH_VM_PKEY_FLAGS (VM_PKEY_BIT0 | VM_PKEY_BIT1 | VM_PKEY_BIT2 | \39 ((vm_flags & VM_PKEY_BIT1) ? H_PTE_PKEY_BIT3 : 0x0UL) | in vmflag_to_pte_pkey_bits()
648 [ilog2(VM_PKEY_BIT1)] = "", in show_smap_vma_flags()
237 # define VM_PKEY_BIT1 VM_HIGH_ARCH_1 /* on x86 and 5-bit value on ppc64 */ macro