Lines Matching defs:called
296 bool called;
310 called = kvm_kick_many_cpus(cpus, !!(req & KVM_REQUEST_WAIT));
313 return called;
322 bool called;
336 called = kvm_kick_many_cpus(cpus, !!(req & KVM_REQUEST_WAIT));
339 return called;
1140 * Called after per-vm debugfs created. When called kvm->debugfs_dentry should
1947 * Must be called holding kvm->slots_lock for write.
2660 * Whoever called remap_pfn_range is also going to call e.g.
3744 * Unlike kvm_arch_vcpu_runnable, this function is called outside
3785 * else and called schedule in __vcpu_run. Hopefully that
5104 * cases it will be called by the final fput(file) and will take
5265 * after kvm_reboot() is called. Note, this relies on system_state
5276 * is called, and so on_each_cpu() between them includes the CPU that
5457 /* kvm_io_bus_write - called under kvm->slots_lock */
5478 /* kvm_io_bus_write_cookie - called under kvm->slots_lock */
5528 /* kvm_io_bus_read - called under kvm->slots_lock */
5674 * is still valid when kvm_destroy_vm is called. kvm_get_kvm_safe
6225 * called after the exit_mm(). This causes the kthread_stop() to return