MIPS: Loongson-3: Fast TLB refill handler
Loongson-3A R2 has pwbase/pwfield/pwsize/pwctl registers in CP0 (this is very similar to HTW) and lwdir/lwpte/lddir/ldpte instructions which can be used for fast TLB refill. [ralf@linux-mips.org: Resolve conflict.] Signed-off-by: Huacai Chen <chenhc@lemote.com> Cc: Aurelien Jarno <aurelien@aurel32.net> Cc: Steven J . Hill <sjhill@realitydiluted.com> Cc: Fuxin Zhang <zhangfx@lemote.com> Cc: Zhangjin Wu <wuzhangjin@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/12754/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
06e4814eec
commit
380cd582c0
@@ -1474,6 +1474,12 @@ do { \
|
||||
#define read_c0_pwctl() __read_32bit_c0_register($6, 6)
|
||||
#define write_c0_pwctl(val) __write_32bit_c0_register($6, 6, val)
|
||||
|
||||
#define read_c0_pgd() __read_64bit_c0_register($9, 7)
|
||||
#define write_c0_pgd(val) __write_64bit_c0_register($9, 7, val)
|
||||
|
||||
#define read_c0_kpgd() __read_64bit_c0_register($31, 7)
|
||||
#define write_c0_kpgd(val) __write_64bit_c0_register($31, 7, val)
|
||||
|
||||
/* Cavium OCTEON (cnMIPS) */
|
||||
#define read_c0_cvmcount() __read_ulong_c0_register($9, 6)
|
||||
#define write_c0_cvmcount(val) __write_ulong_c0_register($9, 6, val)
|
||||
|
Reference in New Issue
Block a user