Searched refs:kvm_call_hyp_ret (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/kvm/
H A Ddebug.c80 __this_cpu_write(mdcr_el2, kvm_call_hyp_ret(__kvm_get_mdcr_el2));
H A Darm.c960 ret = kvm_call_hyp_ret(__kvm_vcpu_run, vcpu);
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-v3.c635 u64 ich_vtr_el2 = kvm_call_hyp_ret(__vgic_v3_get_gic_config);
746 cpu_if->vgic_vmcr = kvm_call_hyp_ret(__vgic_v3_read_vmcr);
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h1076 #define kvm_call_hyp_ret(f, ...) \ macro
1091 #define kvm_call_hyp_ret(f, ...) f(__VA_ARGS__) macro

Completed in 120 milliseconds