Symbol: __sme_set
arch/x86/kvm/svm/avic.c
362
return __sme_set(__pa(svm->vcpu.arch.apic->regs));
arch/x86/kvm/svm/avic.c
370
vmcb->control.avic_logical_id = __sme_set(__pa(kvm_svm->avic_logical_id_table));
arch/x86/kvm/svm/avic.c
371
vmcb->control.avic_physical_id = __sme_set(__pa(kvm_svm->avic_physical_id_table));
arch/x86/kvm/svm/nested.c
1365
svm->nested.vmcb02.pa = __sme_set(page_to_pfn(vmcb02_page) << PAGE_SHIFT);
arch/x86/kvm/svm/nested.c
326
svm->vmcb->control.msrpm_base_pa = __sme_set(__pa(svm->nested.msrpm));
arch/x86/kvm/svm/sev.c
2317
fw_args.address = __sme_set(pfn_to_hpa(pfn));
arch/x86/kvm/svm/sev.c
339
data.paddr = __sme_set(pfn << PAGE_SHIFT);
arch/x86/kvm/svm/sev.c
626
start.dh_cert_address = __sme_set(__pa(dh_blob));
arch/x86/kvm/svm/sev.c
638
start.session_address = __sme_set(__pa(session_blob));
arch/x86/kvm/svm/svm.c
1139
control->msrpm_base_pa = __sme_set(__pa(svm->msrpm));
arch/x86/kvm/svm/svm.c
1291
svm->vmcb01.pa = __sme_set(page_to_pfn(vmcb01_page) << PAGE_SHIFT);
arch/x86/kvm/svm/svm.c
4449
svm->vmcb->control.nested_cr3 = __sme_set(root_hpa);
arch/x86/kvm/svm/svm.c
4456
cr3 = __sme_set(root_hpa) | kvm_get_active_pcid(vcpu);
arch/x86/kvm/svm/svm.c
5505
iopm_base = __sme_set(__pa(iopm_va));
arch/x86/kvm/svm/svm.h
36
return __sme_set(page_to_pfn(page) << PAGE_SHIFT);
arch/x86/mm/mem_encrypt_amd.c
482
early_pmd_flags = __sme_set(early_pmd_flags);
arch/x86/mm/mem_encrypt_amd.c
484
__supported_pte_mask = __sme_set(__supported_pte_mask);
arch/x86/mm/pgprot.c
58
val = __sme_set(val);
drivers/crypto/ccp/sev-dev-tio.c
51
u64 pa = __sme_set(page_to_phys(pg));
drivers/iommu/amd/amd_iommu.h
134
return (u64)__sme_set(virt_to_phys(vaddr));
drivers/iommu/amd/iommu.c
2107
u64 host_pt_root = __sme_set(pt_info->host_pt_root);
drivers/iommu/amd/iommu.c
2244
ret = update_gcr3(dev_data, 0, __sme_set(pt_info.gcr3_pt), true);
drivers/iommu/generic_pt/fmt/amdv1.h
254
entry = __sme_set(entry);
drivers/iommu/generic_pt/fmt/amdv1.h
359
pte = __sme_set(pte);
drivers/iommu/generic_pt/fmt/x86_64.h
156
entry = __sme_set(entry);
drivers/iommu/generic_pt/fmt/x86_64.h
232
pte = __sme_set(pte);
include/linux/mem_encrypt.h
30
#define dma_addr_encrypted(x) __sme_set(x)