Searched refs:rmp_make_private (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | sev.h | 655 int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, bool immutable); 670 static inline int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, in rmp_make_private() function
|
| /linux/arch/x86/virt/svm/ |
| H A D | sev.c | 1005 int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, bool immutable) in rmp_make_private() function 1018 EXPORT_SYMBOL_GPL(rmp_make_private);
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev-tio.c | 476 if (rmp_make_private(sla_to_pfn(scatter[i]), 0, in sla_alloc() 481 if (rmp_make_private(sla_to_pfn(ret), 0, PG_LEVEL_4K, 0, true)) in sla_alloc()
|
| H A D | sev-dev.c | 433 rc = rmp_make_private(pfn, 0, PG_LEVEL_4K, 0, true); in rmp_mark_pages_firmware()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | sev.c | 2305 ret = rmp_make_private(pfn + i, gfn << PAGE_SHIFT, PG_LEVEL_4K, in sev_gmem_post_populate() 2466 ret = rmp_make_private(pfn, INITIAL_VMSA_GPA, PG_LEVEL_4K, sev->asid, true); in snp_launch_update_vmsa() 4986 rc = rmp_make_private(pfn_aligned, gfn_to_gpa(gfn_aligned), level, sev->asid, false); in sev_gmem_prepare()
|