Searched refs:H_PTE_PKEY_BIT4 (Results 1 – 3 of 3) sorted by relevance
14 ((vm_flags & VM_PKEY_BIT4) ? H_PTE_PKEY_BIT4 : 0x0UL)); in hash__vmflag_to_pte_pkey_bits()21 pte_pkey = (((pteflags & H_PTE_PKEY_BIT4) ? HPTE_R_KEY_BIT4 : 0x0UL) | in pte_to_hpte_pkey_bits()38 return (((pteflags & H_PTE_PKEY_BIT4) ? 0x10 : 0x0UL) | in hash__pte_to_pkey_bits()
64 #define H_PTE_PKEY_BIT4 0 macro
52 #define H_PTE_PKEY_BIT4 _RPAGE_PKEY_BIT4 macro