Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/mm/
Dtlbex.c1497 write_c0_pwfield(pgd_i << 24 | pmd_i << 12 | pt_i << 6 | pte_i); in setup_pw()
1500 write_c0_pwfield(pgd_i << 24 | pt_i << 6 | pte_i); in setup_pw()
2468 write_c0_pwfield(pwfield); in config_htw_params()
/Linux-v4.19/arch/mips/include/asm/
Dmipsregs.h1865 #define write_c0_pwfield(val) __write_ulong_c0_register($5, 6, val) macro