Home
last modified time | relevance | path

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

/arch/x86/entry/vdso/
Dvma.c210 pgprot_decrypted(vma->vm_page_prot)); in vvar_fault()
/arch/x86/mm/
Dioremap.c792 : pgprot_decrypted(prot); in early_memremap_pgprot_adjust()
/arch/x86/mm/pat/
Dmemtype.c828 vma_prot = pgprot_decrypted(vma_prot); in phys_mem_access_prot()
/arch/x86/include/asm/
Dpgtable.h22 #define pgprot_decrypted(prot) __pgprot(__sme_clr(pgprot_val(prot))) macro