Home
last modified time | relevance | path

Searched refs:MIPS_PWCTL_PWEN_SHIFT (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/mips/include/asm/
Dpgtable.h108 ~(1 << MIPS_PWCTL_PWEN_SHIFT)); \
123 (1 << MIPS_PWCTL_PWEN_SHIFT)); \
Dmipsregs.h638 #define MIPS_PWCTL_PWEN_SHIFT 31 macro
/linux-4.1.27/arch/mips/kernel/
Dcpu-probe.c181 ~(1 << MIPS_PWCTL_PWEN_SHIFT)); in htw_disable()
1473 ~(1 << MIPS_PWCTL_PWEN_SHIFT)); in cpu_probe()
/linux-4.1.27/arch/mips/mm/
Dtlbex.c2260 (pwctl & MIPS_PWCTL_PWEN_MASK) >> MIPS_PWCTL_PWEN_SHIFT, in print_htw_config()
2319 config = 1 << MIPS_PWCTL_PWEN_SHIFT; in config_htw_params()