Searched refs:UPMC (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.81.5/osfmk/arm64/ |
| H A D | perfmon_arm64_regs.h | 89 UPMC(0, 0x4100) UPMC(1, 0x4248) UPMC(2, 0x4110) UPMC(3, 0x4250) \ 90 UPMC(4, 0x4120) UPMC(5, 0x4258) UPMC(6, 0x4130) UPMC(7, 0x4260) 94 UPMU_PMCS_BASE UPMC(8, 0x4140) UPMC(9, 0x4268) UPMC(10, 0x4150) \ 95 UPMC(11, 0x4270) UPMC(12, 0x4160) UPMC(13, 0x4278) UPMC(14, 0x4170) \ 96 UPMC(15, 0x4280)
|
| H A D | perfmon_arm64.c | 60 #define UPMC(N, O) "UPMC" #N, macro 161 #undef UPMC 165 #define UPMC(N, O) O, macro 192 #define UPMC_EL1(N) UPMC##N in perfmon_machine_sample_regs() 193 #define UPMC(N, O) __builtin_arm_rsr64(STR(UPMC_EL1(N))), in perfmon_machine_sample_regs()
|
| H A D | monotonic_arm64.c | 536 #define UPMC_RD(CTR, UNUSED) case (CTR): return __builtin_arm_rsr64(__MSR_STR(UPMC ## CTR)) in uncmon_read_counter_locked_l() 553 return __builtin_arm_wsr64(__MSR_STR(UPMC ## CTR), (COUNT)) in uncmon_write_counter_locked_l()
|