Home
last modified time | relevance | path

Searched refs:pte_decrypted (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/coco/tdx/
H A Dtdx.c1048 if (pte && pte_decrypted(*pte)) { in tdx_kexec_finish()
/linux/arch/x86/coco/sev/
H A Dcore.c834 if (!pte || !pte_decrypted(*pte) || pte_none(*pte)) { in unshare_all_memory()
869 if (!pte || !pte_decrypted(*pte) || pte_none(*pte)) in unshare_all_memory()
/linux/arch/x86/include/asm/
H A Dpgtable.h171 static inline bool pte_decrypted(pte_t pte) in pte_decrypted() function