Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/coco/tdx/
Dtdx.c879 if (pte && pte_decrypted(*pte)) { in tdx_kexec_finish()
/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h171 static inline bool pte_decrypted(pte_t pte) in pte_decrypted() function