Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/arm64/
H A Dperfmon_arm64_regs.h105 PIOREG(AFLATCTL1, 0x41d0) PIOREG(AFLATCTL2, 0x41d8) \
106 PIOREG(AFLATCTL3, 0x41e0) PIOREG(AFLATCTL4, 0x41e8) \
107 PIOREG(AFLATCTL5, 0x41f0) \
108 PIOREG(AFLATVALBIN0, 0x4208) PIOREG(AFLATVALBIN1, 0x4210) \
109 PIOREG(AFLATVALBIN2, 0x4218) PIOREG(AFLATVALBIN3, 0x4220) \
110 PIOREG(AFLATVALBIN4, 0x4228) PIOREG(AFLATVALBIN5, 0x4230) \
111 PIOREG(AFLATVALBIN6, 0x4238) PIOREG(AFLATVALBIN7, 0x4240) \
112 PIOREG(AFLATINFLO, 0x4288) PIOREG(AFLATINFHI, 0x4290)
118 #define UPMESR1 PIOREG(UPMESR1, 0x41b8)
119 #define UPMU_16_REGS UPMESR1 PIOREG(UPMCR1, 0x4188)
[all …]
H A Dperfmon_arm64.c59 #define PIOREG(N, O) #N, macro
160 #undef PIOREG
164 #define PIOREG(N, O) O, macro
191 #define PIOREG(N, O) REG(N) in perfmon_machine_sample_regs()
242 #undef PIOREG
243 #define PIOREG(N, O) UPMU_##N, macro
343 #undef PIOREG in perfmon_upmu_apply_attrs()
344 #define PIOREG(N, O) \ in perfmon_upmu_apply_attrs() macro
375 #undef PIOREG in perfmon_upmu_configure()
376 #define PIOREG(N, O) ((uint64_t *)(cpm_impl[cluster] + O)) in perfmon_upmu_configure() macro