Home
last modified time | relevance | path

Searched refs:__vgic_v3_restore_aprs (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
Dhyp-main.c90 case KVM_HOST_SMCCC_FUNC(__vgic_v3_restore_aprs): { in handle_host_hcall()
94 __vgic_v3_restore_aprs(kern_hyp_va(cpu_if)); in handle_host_hcall()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dkvm_hyp.h64 void __vgic_v3_restore_aprs(struct vgic_v3_cpu_if *cpu_if);
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
Dvgic-v3.c665 kvm_call_hyp(__vgic_v3_restore_aprs, cpu_if); in vgic_v3_load()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
Dvgic-v3-sr.c364 void __vgic_v3_restore_aprs(struct vgic_v3_cpu_if *cpu_if) in __vgic_v3_restore_aprs() function