Home
last modified time | relevance | path

Searched refs:emulate_sys_reg (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kvm/
H A Dsys_regs.c4895 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, struct sys_reg_params *params); in kvm_emulate_cp15_id_reg()
4962 if (emulate_sys_reg(vcpu, &params)) in kvm_handle_cp14_64()
5005 else if (!emulate_sys_reg(vcpu, params)) in idregs_debug_find()
5080 * emulate_sys_reg - Emulate a guest access to an AArch64 system register in sr_resx_start()
5086 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, in sr_resx_start()
4980 static bool emulate_sys_reg(struct kvm_vcpu *vcpu, emulate_sys_reg() function
/linux/arch/arm64/kernel/
H A Dcpufeature.c4121 static int emulate_sys_reg(u32 id, u64 *valp) in emulate_sys_reg()
4148 rc = emulate_sys_reg(sys_reg, &val); in try_emulate_mrs()
4111 static int emulate_sys_reg(u32 id, u64 *valp) emulate_sys_reg() function