Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A Dtlbex.c1478 write_c0_pwsize(1 << 30 | pgd_w << 24 | pmd_w << 12 | pt_w << 6 | pte_w); in setup_pw()
1481 write_c0_pwsize(1 << 30 | pgd_w << 24 | pt_w << 6 | pte_w); in setup_pw()
2472 write_c0_pwsize(pwsize); in config_htw_params()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1371 #define write_c0_pwsize(val) __write_ulong_c0_register($5, 7, val) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h1954 #define write_c0_pwsize(val) __write_ulong_c0_register($5, 7, val) macro