Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Ddebug.c68 __this_cpu_write(mdcr_el2, kvm_call_hyp_ret(__kvm_get_mdcr_el2)); in kvm_arm_init_debug()
H A Darm.c772 ret = kvm_call_hyp_ret(__kvm_vcpu_run, vcpu); in kvm_arch_vcpu_ioctl_run()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Ddebug.c80 __this_cpu_write(mdcr_el2, kvm_call_hyp_ret(__kvm_get_mdcr_el2)); in kvm_arm_init_debug()
H A Darm.c889 ret = kvm_call_hyp_ret(__kvm_vcpu_run, vcpu); in kvm_arm_vcpu_enter_exit()
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H A Dvgic-v3.c586 u32 ich_vtr_el2 = kvm_call_hyp_ret(__vgic_v3_get_ich_vtr_el2); in vgic_v3_probe()
678 cpu_if->vgic_vmcr = kvm_call_hyp_ret(__vgic_v3_read_vmcr); in vgic_v3_vmcr_sync()
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H A Dvgic-v3.c634 u64 ich_vtr_el2 = kvm_call_hyp_ret(__vgic_v3_get_gic_config); in vgic_v3_probe()
745 cpu_if->vgic_vmcr = kvm_call_hyp_ret(__vgic_v3_read_vmcr); in vgic_v3_vmcr_sync()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dkvm_host.h958 #define kvm_call_hyp_ret(f, ...) \ macro
973 #define kvm_call_hyp_ret(f, ...) f(__VA_ARGS__) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkvm_host.h519 #define kvm_call_hyp_ret(f, ...) \ macro

Completed in 17 milliseconds