Searched refs:H_PTE_PKEY_BIT2 (Results 1 – 4 of 4) sorted by relevance
40 ((vm_flags & VM_PKEY_BIT2) ? H_PTE_PKEY_BIT2 : 0x0UL) | in vmflag_to_pte_pkey_bits()58 ((pteflags & H_PTE_PKEY_BIT2) ? HPTE_R_KEY_BIT2 : 0x0UL) | in pte_to_hpte_pkey_bits()67 ((pteflags & H_PTE_PKEY_BIT2) ? 0x4 : 0x0UL) | in pte_to_pkey_bits()
51 #define H_PTE_PKEY_BIT2 _RPAGE_RSV3 macro
28 #define H_PTE_PKEY_BIT2 _RPAGE_RSV3 macro
137 #define H_PTE_PKEY (H_PTE_PKEY_BIT0 | H_PTE_PKEY_BIT1 | H_PTE_PKEY_BIT2 | \