Home
last modified time | relevance | path

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

/arch/powerpc/oprofile/
Dop_model_power4.c294 slot = ((mmcra & MMCRA_SLOT) >> MMCRA_SLOT_SHIFT); in get_pc()
/arch/powerpc/include/asm/
Dreg.h718 #define MMCRA_SLOT 0x07000000UL /* SLOT bits (37-39) */ macro
/arch/powerpc/perf/
Dcore-book3s.c156 unsigned long slot = (mmcra & MMCRA_SLOT) >> MMCRA_SLOT_SHIFT; in perf_ip_adjust()