Searched refs:kvm_loongarch_ops (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/loongarch/kvm/
H A Dmain.c15 struct kvm_world_switch *kvm_loongarch_ops; variable in typeref:struct:kvm_world_switch
325 kvm_loongarch_ops = kzalloc(sizeof(*kvm_loongarch_ops), GFP_KERNEL);
326 if (!kvm_loongarch_ops) {
345 kfree(kvm_loongarch_ops);
346 kvm_loongarch_ops = NULL;
353 kvm_loongarch_ops->exc_entry = addr;
354 kvm_loongarch_ops->enter_guest = addr + kvm_exception_size;
355 kvm_loongarch_ops->page_order = order;
380 if (kvm_loongarch_ops) {
[all...]
H A Dvcpu.c1002 vcpu->arch.guest_eentry = (unsigned long)kvm_loongarch_ops->exc_entry;
1284 r = kvm_loongarch_ops->enter_guest(run, vcpu);
/linux-master/arch/loongarch/include/asm/
H A Dkvm_host.h279 extern struct kvm_world_switch *kvm_loongarch_ops;

Completed in 144 milliseconds