Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/powerpc/pmu/sampling_tests/
Dmmcra_bhrb_disable_no_branch_test.c55 FAIL_IF(!get_mmcra_bhrb_disable(get_reg_value(intr_regs, "MMCRA"), 5)); in mmcra_bhrb_disable_no_branch_test()
Dmmcra_bhrb_disable_test.c57 FAIL_IF(get_mmcra_bhrb_disable(get_reg_value(intr_regs, "MMCRA"), 5)); in mmcra_bhrb_disable_test()
Dmisc.h192 static inline u64 get_mmcra_bhrb_disable(u64 mmcra, int pmc) in get_mmcra_bhrb_disable() function