Home
last modified time | relevance | path

Searched refs:psmash (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dsev.h537 int psmash(u64 pfn);
548 static inline int psmash(u64 pfn) { return -ENODEV; } in psmash() function
/linux-6.15/arch/x86/virt/svm/
H A Dsev.c862 int psmash(u64 pfn) in psmash() function
881 EXPORT_SYMBOL_GPL(psmash);
/linux-6.15/drivers/iommu/amd/
H A Dinit.c3828 ret = psmash(pfn); in iommu_page_make_shared()
/linux-6.15/arch/x86/kvm/svm/
H A Dsev.c3605 ret = psmash(pfn); in snp_rmptable_psmash()