Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dtlbex.c1517 write_c0_pwfield(pgd_i << 24 | pmd_i << 12 | pt_i << 6 | pte_i); in setup_pw()
1520 write_c0_pwfield(pgd_i << 24 | pt_i << 6 | pte_i); in setup_pw()
2502 write_c0_pwfield(pwfield); in config_htw_params()
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dmipsregs.h1376 #define write_c0_pwfield(val) __write_ulong_c0_register($5, 6, val) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h1952 #define write_c0_pwfield(val) __write_ulong_c0_register($5, 6, val) macro