Searched refs:MIPS_CONFIG1_IL_MASK (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/mips/include/
H A Dcpuregs.h561 #define MIPS_CONFIG1_IL_MASK 0x00380000 /* bits 21..19 icache line size */ macro
/freebsd-11-stable/sys/mips/mips/
H A Dcpu.c137 tmp = (cfg1 & MIPS_CONFIG1_IL_MASK) >> MIPS_CONFIG1_IL_SHIFT;

Completed in 229 milliseconds