Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/
Dpgtable.h108 ~(1 << MIPS_PWCTL_PWEN_SHIFT)); \
123 (1 << MIPS_PWCTL_PWEN_SHIFT)); \
Dmipsregs.h879 #define MIPS_PWCTL_PWEN_SHIFT 31 macro
/linux-5.19.10/arch/mips/kernel/
Dcpu-probe.c72 ~(1 << MIPS_PWCTL_PWEN_SHIFT)); in htw_disable()
1960 ~(1 << MIPS_PWCTL_PWEN_SHIFT)); in cpu_probe()
/linux-5.19.10/arch/mips/mm/
Dtlbex.c2458 (pwctl & MIPS_PWCTL_PWEN_MASK) >> MIPS_PWCTL_PWEN_SHIFT, in print_htw_config()
2532 config = 1 << MIPS_PWCTL_PWEN_SHIFT; in config_htw_params()