Lines Matching defs:kml

188 static bool kvm_slots_grow(KVMMemoryListener *kml, unsigned int nr_slots_new)  in kvm_slots_grow()
226 static bool kvm_slots_double(KVMMemoryListener *kml) in kvm_slots_double()
257 static KVMSlot *kvm_get_free_slot(KVMMemoryListener *kml) in kvm_get_free_slot()
283 static KVMSlot *kvm_alloc_slot(KVMMemoryListener *kml) in kvm_alloc_slot()
295 static KVMSlot *kvm_lookup_matching_slot(KVMMemoryListener *kml, in kvm_lookup_matching_slot()
339 KVMMemoryListener *kml = &s->memory_listener; in kvm_physical_memory_addr_from_host() local
357 static int kvm_set_user_memory_region(KVMMemoryListener *kml, KVMSlot *slot, bool new) in kvm_set_user_memory_region()
634 static int kvm_slot_update_flags(KVMMemoryListener *kml, KVMSlot *mem, in kvm_slot_update_flags()
648 static int kvm_section_update_flags(KVMMemoryListener *kml, in kvm_section_update_flags()
684 KVMMemoryListener *kml = container_of(listener, KVMMemoryListener, listener); in kvm_log_start() local
701 KVMMemoryListener *kml = container_of(listener, KVMMemoryListener, listener); in kvm_log_stop() local
788 KVMMemoryListener *kml; in kvm_dirty_ring_mark_page() local
993 static void kvm_physical_sync_dirty_bitmap(KVMMemoryListener *kml, in kvm_physical_sync_dirty_bitmap()
1140 static int kvm_physical_log_clear(KVMMemoryListener *kml, in kvm_physical_log_clear()
1463 static void kvm_set_phys_mem(KVMMemoryListener *kml, in kvm_set_phys_mem()
1696 KVMMemoryListener *kml = container_of(listener, KVMMemoryListener, listener); in kvm_region_add() local
1708 KVMMemoryListener *kml = container_of(listener, KVMMemoryListener, listener); in kvm_region_del() local
1719 KVMMemoryListener *kml = container_of(listener, KVMMemoryListener, in kvm_region_commit() local
1791 KVMMemoryListener *kml = container_of(listener, KVMMemoryListener, listener); in kvm_log_sync() local
1800 KVMMemoryListener *kml = container_of(l, KVMMemoryListener, listener); in kvm_log_sync_global() local
1833 KVMMemoryListener *kml = container_of(listener, KVMMemoryListener, listener); in kvm_log_clear() local
1919 void kvm_memory_listener_register(KVMState *s, KVMMemoryListener *kml, in kvm_memory_listener_register()