Home
last modified time | relevance | path

Searched refs:pte_pgprot (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dpgtable.h57 #define pte_pgprot pte_pgprot macro
58 static inline pgprot_t pte_pgprot(pte_t pte) in pte_pgprot() function
70 return pte_pgprot(pmd_pte(pmd)); in pmd_pgprot()
76 return pte_pgprot(pud_pte(pud)); in pud_pgprot()
82 return pte_pgprot(pte_exprotect(__pte(pgprot_val(prot)))); in pgprot_nx()
/linux/arch/loongarch/include/asm/
H A Dpage.h55 #define pte_pgprot(x) __pgprot(pte_val(x) & ~_PFN_MASK) macro
/linux/arch/sh/include/asm/
H A Dpage.h86 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK) macro
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c225 prot = pte_pgprot(*kpte); in pg_level_to_pfn()
/linux/arch/arm64/mm/
H A Dmmu.c623 prot = pte_pgprot(pte_mkinvalid(pfn_pte(0, prot))); in split_pmd()