Home
last modified time | relevance | path

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

/linux/arch/x86/virt/svm/
H A Dsev.c397 int psmash(u64 pfn) in psmash() function
416 EXPORT_SYMBOL_GPL(psmash);
/linux/arch/x86/include/asm/
H A Dsev.h445 int psmash(u64 pfn);
455 static inline int psmash(u64 pfn) { return -ENODEV; } in psmash() function
/linux/arch/x86/kvm/svm/
H A Dsev.c3611 ret = psmash(pfn); in snp_rmptable_psmash()