Searched refs:VM_PKEY_BIT0 (Results 1 – 5 of 5) sorted by relevance
17 ((vm_flags) & VM_PKEY_BIT0 ? _PAGE_PKEY_BIT0 : 0) | \23 ((key) & 0x1 ? VM_PKEY_BIT0 : 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 | \38 return (((vm_flags & VM_PKEY_BIT0) ? H_PTE_PKEY_BIT4 : 0x0UL) | in vmflag_to_pte_pkey_bits()
647 [ilog2(VM_PKEY_BIT0)] = "", in show_smap_vma_flags()
236 # define VM_PKEY_BIT0 VM_HIGH_ARCH_0 /* A protection key is a 4-bit value */ macro