Home
last modified time | relevance | path

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

/arch/tile/include/uapi/arch/
Dspr_def_64.h164 #define SPR_PERF_COUNT_CTL 0x2007 macro
Dspr_def_32.h196 #define SPR_PERF_COUNT_CTL 0x4207 macro
/arch/tile/kernel/
Dperf_event.c424 cfg = __insn_mfspr(SPR_PERF_COUNT_CTL); in tile_pmu_enable_event()
450 __insn_mtspr(SPR_PERF_COUNT_CTL, cfg); in tile_pmu_enable_event()
469 cfg = __insn_mfspr(SPR_PERF_COUNT_CTL); in tile_pmu_disable_event()
492 __insn_mtspr(SPR_PERF_COUNT_CTL, cfg); in tile_pmu_disable_event()