Home
last modified time | relevance | path

Searched refs:MMCR0_USER_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dreg.h762 #define MMCR0_USER_MASK (MMCR0_FC | MMCR0_PMXE | MMCR0_PMAO) macro
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c560 current->thread.mmcr0 = mmcr0 & MMCR0_USER_MASK; in ebb_switch_out()