Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/include/asm/
H A Dkvm_para.h18 #define KVM_HCALL_SERVICE HYPERCALL_ENCODE(HYPERVISOR_KVM, KVM_HCALL_CODE_SERVICE) macro
57 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall0()
73 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall1()
91 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall2()
110 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall3()
131 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall4()
153 "hvcl "__stringify(KVM_HCALL_SERVICE) in kvm_hypercall5()
/linux-6.15/arch/loongarch/kvm/
H A Dexit.c886 case KVM_HCALL_SERVICE: in kvm_handle_hypercall()