Searched refs:__x86_set_memory_region (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 1247 int __x86_set_memory_region(struct kvm *kvm, int id, gpa_t gpa, u32 size);
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 7696 int __x86_set_memory_region(struct kvm *kvm, int id, gpa_t gpa, u32 size) in __x86_set_memory_region() function 7748 EXPORT_SYMBOL_GPL(__x86_set_memory_region); 7755 r = __x86_set_memory_region(kvm, id, gpa, size); in x86_set_memory_region()
|
D | vmx.c | 4281 r = __x86_set_memory_region(kvm, APIC_ACCESS_PAGE_PRIVATE_MEMSLOT, in alloc_apic_access_page() 4311 r = __x86_set_memory_region(kvm, IDENTITY_PAGETABLE_PRIVATE_MEMSLOT, in alloc_identity_pagetable()
|