Searched refs:IDREG (Results 1 – 6 of 6) sorted by relevance
97 u64 val = IDREG(vcpu->kvm, SYS_ID_AA64DFR0_EL1); \
190 #define IDREG 0x0580 macro404 d2l_read(tc->i2c, IDREG, &val); in tc_bridge_enable()
185 #define IDREG 0x04A0 macro
57 u64 dfr0 = IDREG(kvm, SYS_ID_AA64DFR0_EL1); in kvm_pmu_event_mask()
1369 return IDREG(vcpu->kvm, reg_to_encoding(r)); in read_id_reg()1657 IDREG(vcpu->kvm, id) = val; in set_id_reg()3191 IDREG(kvm, id) = idreg->reset(vcpu, idreg); in kvm_reset_id_regs()
271 #define IDREG(kvm, id) ((kvm)->arch.id_regs[IDREG_IDX(id)]) macro