Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev.h654 int psmash(u64 pfn);
669 static inline int psmash(u64 pfn) { return -ENODEV; } in psmash() function
/linux/arch/x86/virt/svm/
H A Dsev.c863 int psmash(u64 pfn) in psmash() function
882 EXPORT_SYMBOL_GPL(psmash);
/linux/drivers/iommu/amd/
H A Dinit.c3997 ret = psmash(pfn); in iommu_page_make_shared()
/linux/arch/x86/kvm/svm/
H A Dsev.c3713 ret = psmash(pfn); in snp_rmptable_psmash()