Home
last modified time | relevance | path

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

/linux/arch/x86/virt/svm/
H A Dsev.c399 int psmash(u64 pfn) in psmash() function
418 EXPORT_SYMBOL_GPL(psmash);
/linux/arch/x86/include/asm/
H A Dsev.h508 int psmash(u64 pfn);
518 static inline int psmash(u64 pfn) { return -ENODEV; } in psmash() function