Searched refs:SPRN_IC (Results 1 – 5 of 5) sorted by relevance
1056 val = mfspr(SPRN_IC); in power_pmu_read()1076 val = mfspr(SPRN_IC); in power_pmu_read()1539 cpuhw->ic_init = mfspr(SPRN_IC); in power_pmu_add()
593 case SPRN_IC: in kvmppc_core_emulate_mfspr_pr()
178 vcpu->arch.entry_ic = mfspr(SPRN_IC); in kvmppc_copy_to_svcpu()232 vcpu->arch.ic += mfspr(SPRN_IC) - vcpu->arch.entry_ic; in kvmppc_copy_from_svcpu()
878 mtspr SPRN_IC, r51548 mfspr r5, SPRN_IC
353 #define SPRN_IC 0x350 /* Virtual Instruction Count */ macro