Searched refs:kvm_handle_cp_64 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | sys_regs.c | 2254 * kvm_handle_cp_64 -- handles a mrrc/mcrr trap on a guest CP14/CP15 access 2258 static int kvm_handle_cp_64(struct kvm_vcpu *vcpu, in kvm_handle_cp_64() function 2340 return kvm_handle_cp_64(vcpu, cp15_64_regs, ARRAY_SIZE(cp15_64_regs)); in kvm_handle_cp15_64() 2350 return kvm_handle_cp_64(vcpu, cp14_64_regs, ARRAY_SIZE(cp14_64_regs)); in kvm_handle_cp14_64()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | sys_regs.c | 2861 * kvm_handle_cp_64 -- handles a mrrc/mcrr trap on a guest CP14/CP15 access 2865 static int kvm_handle_cp_64(struct kvm_vcpu *vcpu, in kvm_handle_cp_64() function 3053 return kvm_handle_cp_64(vcpu, cp15_64_regs, ARRAY_SIZE(cp15_64_regs)); in kvm_handle_cp15_64() 3076 return kvm_handle_cp_64(vcpu, cp14_64_regs, ARRAY_SIZE(cp14_64_regs)); in kvm_handle_cp14_64()
|
Completed in 8 milliseconds