Searched refs:id_to_memslot (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/virt/kvm/ |
H A D | dirty_ring.c | 64 memslot = id_to_memslot(__kvm_memslots(kvm, as_id), id); in kvm_reset_dirty_gfn()
|
H A D | kvm_main.c | 1992 old = id_to_memslot(slots, id); in __kvm_set_memory_region() 2103 *memslot = id_to_memslot(slots, id); in kvm_get_dirty_log() 2165 memslot = id_to_memslot(slots, id); in kvm_get_dirty_log_protect() 2280 memslot = id_to_memslot(slots, id); in kvm_clear_dirty_log_protect()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | mmu.c | 1128 struct kvm_memory_slot *memslot = id_to_memslot(slots, slot); in kvm_mmu_wp_memory_region() 1161 memslot = id_to_memslot(slots, slot); in kvm_mmu_split_memory_region()
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | mmu.c | 336 struct kvm_memory_slot *memslot = id_to_memslot(slots, slot); in gstage_wp_memory_region()
|
/openbmc/linux/include/linux/ |
H A D | kvm_host.h | 1023 struct kvm_memory_slot *id_to_memslot(struct kvm_memslots *slots, int id) in id_to_memslot() function
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 5002 memslot = id_to_memslot(slots, log->slot); in kvm_vm_ioctl_get_dirty_log_hv()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 6783 slot = id_to_memslot(slots, APIC_ACCESS_PAGE_PRIVATE_MEMSLOT); in vmx_set_apic_access_page_addr()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 12453 slot = id_to_memslot(slots, id); in __x86_set_memory_region()
|