Searched refs:PMOVSR (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | kpc_arm.c | 260 uint32_t PMOVSR; in kpc_pmi_handler() local 271 __asm__ volatile ("mrc p15, 0, %0, c9, c12, 3;" : "=r" (PMOVSR)); in kpc_pmi_handler() 273 if (PMOVSR & mask) { in kpc_pmi_handler() 441 uint32_t PMOVSR; in kpc_get_configurable_counters() local 454 __asm__ volatile ("mrc p15, 0, %0, c9, c12, 3;" : "=r" (PMOVSR)); in kpc_get_configurable_counters() 456 if (PMOVSR & mask) { in kpc_get_configurable_counters() 474 uint32_t PMOVSR; in kpc_get_fixed_counters() local 482 __asm__ volatile ("mrc p15, 0, %0, c9, c12, 3;" : "=r" (PMOVSR)); in kpc_get_fixed_counters() 486 if (PMOVSR & mask) { in kpc_get_fixed_counters()
|