Home
last modified time | relevance | path

Searched refs:H_PTE_PKEY_BIT1 (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dpkeys.h41 ((vm_flags & VM_PKEY_BIT3) ? H_PTE_PKEY_BIT1 : 0x0UL) | in vmflag_to_pte_pkey_bits()
57 ((pteflags & H_PTE_PKEY_BIT1) ? HPTE_R_KEY_BIT1 : 0x0UL) | in pte_to_hpte_pkey_bits()
66 ((pteflags & H_PTE_PKEY_BIT1) ? 0x8 : 0x0UL) | in pte_to_pkey_bits()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dhash-4k.h50 #define H_PTE_PKEY_BIT1 0 macro
Dhash-64k.h27 #define H_PTE_PKEY_BIT1 _RPAGE_RSV2 macro
Dpgtable.h137 #define H_PTE_PKEY (H_PTE_PKEY_BIT0 | H_PTE_PKEY_BIT1 | H_PTE_PKEY_BIT2 | \