Lines Matching defs:kvm
113 int kvm_arch_init_vm(struct kvm *kvm, unsigned long type) in kvm_arch_init_vm()
154 void kvm_arch_destroy_vm(struct kvm *kvm) in kvm_arch_destroy_vm()
170 int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) in kvm_vm_ioctl_check_extension()
213 struct kvm_vcpu *kvm_arch_vcpu_create(struct kvm *kvm, unsigned int id) in kvm_arch_vcpu_create()
381 static bool need_new_vmid_gen(struct kvm *kvm) in need_new_vmid_gen()
394 static void update_vttbr(struct kvm *kvm) in update_vttbr()
448 struct kvm *kvm = vcpu->kvm; in kvm_vcpu_first_run_init() local
477 bool kvm_arch_intc_initialized(struct kvm *kvm) in kvm_arch_intc_initialized()
485 static void kvm_arm_halt_guest(struct kvm *kvm) in kvm_arm_halt_guest()
495 static void kvm_arm_resume_guest(struct kvm *kvm) in kvm_arm_resume_guest()
687 int kvm_vm_ioctl_irq_line(struct kvm *kvm, struct kvm_irq_level *irq_level, in kvm_vm_ioctl_irq_line()
888 int kvm_vm_ioctl_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log) in kvm_vm_ioctl_get_dirty_log()
904 static int kvm_vm_ioctl_set_device_addr(struct kvm *kvm, in kvm_vm_ioctl_set_device_addr()
925 struct kvm *kvm = filp->private_data; in kvm_arch_vm_ioctl() local
1150 struct kvm_vcpu *kvm_mpidr_to_vcpu(struct kvm *kvm, unsigned long mpidr) in kvm_mpidr_to_vcpu()