Searched refs:pte_decrypted (Results 1 – 3 of 3) sorted by relevance
1048 if (pte && pte_decrypted(*pte)) { in tdx_kexec_finish()
834 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()
171 static inline bool pte_decrypted(pte_t pte) in pte_decrypted() function