Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpsp.h9 #define __psp_pa(x) __sme_pa(x)
/Linux-v6.6/arch/x86/include/asm/
Dmem_encrypt.h104 #define __sme_pa(x) (__pa(x) | sme_me_mask) macro
Dprocessor.h213 write_cr3(__sme_pa(pgdir)); in load_cr3()
/Linux-v6.6/arch/x86/mm/
Dtlb.c160 unsigned long cr3 = __sme_pa(pgd) | lam; in build_cr3()
/Linux-v6.6/arch/x86/kvm/svm/
Dsev.c650 vmsa.address = __sme_pa(svm->sev_es.vmsa); in __sev_launch_update_vmsa()