Searched refs:VM_PKEY_BIT2 (Results 1 – 6 of 6) sorted by relevance
19 ((vm_flags) & VM_PKEY_BIT2 ? _PAGE_PKEY_BIT2 : 0) | \25 ((key) & 0x4 ? VM_PKEY_BIT2 : 0) | \
49 #define ARCH_VM_PKEY_FLAGS (VM_PKEY_BIT0 | VM_PKEY_BIT1 | VM_PKEY_BIT2 | VM_PKEY_BIT3)132 VM_PKEY_BIT2 | VM_PKEY_BIT3; in vma_pkey()
9 ((vm_flags & VM_PKEY_BIT2) ? H_PTE_PKEY_BIT2 : 0x0UL) | in hash__vmflag_to_pte_pkey_bits()
17 #define ARCH_VM_PKEY_FLAGS (VM_PKEY_BIT0 | VM_PKEY_BIT1 | VM_PKEY_BIT2 | \
697 [ilog2(VM_PKEY_BIT2)] = "", in show_smap_vma_flags()
340 # define VM_PKEY_BIT2 VM_HIGH_ARCH_2 macro