Searched defs:mmcra (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
D | misc.h | 180 static inline int get_mmcra_thd_cmp(u64 mmcra, int pmc) in get_mmcra_thd_cmp() 187 static inline int get_mmcra_sm(u64 mmcra, int pmc) in get_mmcra_sm() 192 static inline u64 get_mmcra_bhrb_disable(u64 mmcra, int pmc) in get_mmcra_bhrb_disable() 199 static inline int get_mmcra_ifm(u64 mmcra, int pmc) in get_mmcra_ifm() 204 static inline int get_mmcra_thd_sel(u64 mmcra, int pmc) in get_mmcra_thd_sel() 209 static inline int get_mmcra_thd_start(u64 mmcra, int pmc) in get_mmcra_thd_start() 214 static inline int get_mmcra_thd_stop(u64 mmcra, int pmc) in get_mmcra_thd_stop() 219 static inline int get_mmcra_rand_samp_elig(u64 mmcra, int pmc) in get_mmcra_rand_samp_elig() 224 static inline int get_mmcra_sample_mode(u64 mmcra, int pmc) in get_mmcra_sample_mode() 229 static inline int get_mmcra_marked(u64 mmcra, int pmc) in get_mmcra_marked()
|
/Linux-v6.6/arch/powerpc/perf/ |
D | isa207-common.c | 82 static void mmcra_sdar_mode(u64 event, unsigned long *mmcra) in mmcra_sdar_mode() 332 u64 mmcra; in isa207_get_mem_data_src() local 365 u64 mmcra = mfspr(SPRN_MMCRA); in isa207_get_mem_weight() local 562 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local
|
D | core-book3s.c | 183 unsigned long mmcra = regs->dsisr; in perf_ip_adjust() local 204 unsigned long mmcra = regs->dsisr; in perf_get_data_addr() local 269 unsigned long mmcra = regs->dsisr; in perf_get_misc_flags() local 326 unsigned long mmcra = mfspr(SPRN_MMCRA); in perf_read_regs() local 386 unsigned long mmcra = regs->dsisr; in siar_valid() local 1308 unsigned long flags, mmcr0, val, mmcra; in power_pmu_disable() local
|
D | power6-pmu.c | 180 unsigned long mmcra = MMCRA_SDAR_DCACHE_MISS | MMCRA_SDAR_ERAT_MISS; in p6_compute_mmcr() local
|
D | power7-pmu.c | 252 unsigned long mmcra = MMCRA_SDAR_DCACHE_MISS | MMCRA_SDAR_ERAT_MISS; in power7_compute_mmcr() local
|
D | ppc970-pmu.c | 262 unsigned long mmcr0 = 0, mmcr1 = 0, mmcra = 0; in p970_compute_mmcr() local
|
D | power5+-pmu.c | 458 unsigned long mmcra = 0; in power5p_compute_mmcr() local
|
D | power5-pmu.c | 389 unsigned long mmcra = MMCRA_SDAR_DCACHE_MISS | MMCRA_SDAR_ERAT_MISS; in power5_compute_mmcr() local
|
/Linux-v6.6/arch/powerpc/kvm/ |
D | book3s_hv_p9_perf.c | 8 static void freeze_pmu(unsigned long mmcr0, unsigned long mmcra) in freeze_pmu()
|
D | book3s_hv.h | 20 unsigned long mmcra; member
|
/Linux-v6.6/arch/powerpc/platforms/powernv/ |
D | idle.c | 596 u64 mmcra; member 617 unsigned long mmcra = 0; in power9_idle_stop() local
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | perf_event_server.h | 24 unsigned long mmcra; member
|
D | kvm_host.h | 644 u64 mmcra; member
|