Searched refs:kvm_handle_cp_32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | sys_regs.c | 2306 * kvm_handle_cp_32 -- handles a mrc/mcr trap on a guest CP14/CP15 access 2310 static int kvm_handle_cp_32(struct kvm_vcpu *vcpu, in kvm_handle_cp_32() function 2345 return kvm_handle_cp_32(vcpu, cp15_regs, ARRAY_SIZE(cp15_regs)); in kvm_handle_cp15_32() 2355 return kvm_handle_cp_32(vcpu, cp14_regs, ARRAY_SIZE(cp14_regs)); in kvm_handle_cp14_32()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | sys_regs.c | 3028 * kvm_handle_cp_32 -- handles a mrc/mcr trap on a guest CP14/CP15 access 3032 static int kvm_handle_cp_32(struct kvm_vcpu *vcpu, in kvm_handle_cp_32() function 3071 return kvm_handle_cp_32(vcpu, ¶ms, cp15_regs, ARRAY_SIZE(cp15_regs)); in kvm_handle_cp15_32() 3085 return kvm_handle_cp_32(vcpu, ¶ms, cp14_regs, ARRAY_SIZE(cp14_regs)); in kvm_handle_cp14_32()
|
Completed in 11 milliseconds