Home
last modified time | relevance | path

Searched refs:REG (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.81.5/osfmk/arm64/
H A Dperfmon_arm64_regs.h62 #define MEMFLT_REGS REG(PM_MEMFLT_CTL23) REG(PM_MEMFLT_CTL45)
67 #define BP_REGS REG(PMCR_BVRNG4) REG(PMCR_BVRNG5)
72 #define META_REGS REG(PMMMAP)
73 #define USER_CTL_REGS REG(PMCR2) REG(PMCR3) REG(PMCR4)
74 #define OPMATCH_REGS REG(OPMAT0) REG(OPMAT1)
77 REG(PMCR0) REG(PMCR1) USER_CTL_REGS \
78 REG(PMESR0) REG(PMESR1) REG(PMSR) \
H A Dmonotonic.h73 #define PMCR0_PMI(REG) ((REG) & PMCR0_PMAI) argument
77 #define UPMSR_PMI(REG) ((REG) & 0x1) argument
H A Dperfmon_arm64.c49 #define REG(N) #N, macro
148 #undef REG in perfmon_cpmu_sample_regs_xcall()
150 #define REG(N) __builtin_arm_rsr64(STR(REG_EL1(N))), in perfmon_cpmu_sample_regs_xcall() macro
191 #define PIOREG(N, O) REG(N) in perfmon_machine_sample_regs()
208 #undef REG
209 #define REG(N) CPMU_##N, macro
301 #undef REG in perfmon_cpmu_configure_xcall()
302 #define REG(N) \ in perfmon_cpmu_configure_xcall() macro