Home
last modified time | relevance | path

Searched refs:kvm_call_hyp_ret (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dkvm_host.h1301 #define kvm_call_hyp_ret(f, ...) \ macro
1315 #define kvm_call_hyp_ret(f, ...) f(__VA_ARGS__) macro
/linux/arch/arm64/kvm/vgic/
H A Dvgic-v3.c902 u64 ich_vtr_el2 = kvm_call_hyp_ret(__vgic_v3_get_gic_config); in vgic_v3_probe()
/linux/arch/arm64/kvm/
H A Darm.c1225 ret = kvm_call_hyp_ret(__kvm_vcpu_run, vcpu); in kvm_arm_vcpu_enter_exit()