Searched refs:rmp_make_private (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | sev.h | 538 int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, bool immutable); 549 static inline int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, in rmp_make_private() function
|
| /linux-6.15/arch/x86/virt/svm/ |
| H A D | sev.c | 1004 int rmp_make_private(u64 pfn, u64 gpa, enum pg_level level, u32 asid, bool immutable) in rmp_make_private() function 1017 EXPORT_SYMBOL_GPL(rmp_make_private);
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | sev.c | 2273 ret = rmp_make_private(pfn + i, gfn << PAGE_SHIFT, PG_LEVEL_4K, in sev_gmem_post_populate() 2434 ret = rmp_make_private(pfn, INITIAL_VMSA_GPA, PG_LEVEL_4K, sev->asid, true); in snp_launch_update_vmsa() 4843 rc = rmp_make_private(pfn_aligned, gfn_to_gpa(gfn_aligned), level, sev->asid, false); in sev_gmem_prepare()
|
| /linux-6.15/drivers/crypto/ccp/ |
| H A D | sev-dev.c | 409 rc = rmp_make_private(pfn, 0, PG_LEVEL_4K, 0, true); in rmp_mark_pages_firmware()
|