Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu-defs.c.inc873 .CP0_Config2 = MIPS_CONFIG2 | (7 << CP0C2_SS) | (4 << CP0C2_SL) |
903 .CP0_Config2 = MIPS_CONFIG2 | (5 << CP0C2_SS) | (5 << CP0C2_SL) |
H A Dcpu.h881 #define CP0C2_SL 4 /* 7..4 */ macro
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1718 !(ctx->CP0_Config2 & (1 << CP0C2_SL)) && in check_nms_dl_il_sl_tl_l2c()