Home
last modified time | relevance | path

Searched refs:KVM_HCALL_SERVICE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dkvm_para.h17 #define KVM_HCALL_SERVICE HYPERCALL_ENCODE(HYPERVISOR_KVM, KVM_HCALL_CODE_SERVICE) macro
54 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall0()
70 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall1()
88 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall2()
107 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall3()
128 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall4()
150 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall5()
/linux/arch/loongarch/kvm/
H A Dexit.c827 case KVM_HCALL_SERVICE: in kvm_handle_hypercall()