Searched refs:HID0_ICE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/powerpc/include/
H A Dhid.h59 #define HID0_ICE 0x00008000 /* Enable i-cache */ macro
/freebsd-13-stable/sys/powerpc/aim/
H A Dmp_cpudep.c231 if (hid & HID0_ICE)
235 hid |= HID0_ICE;
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dcpu.c542 printf("L1 I-cache %sabled, ", (hid & HID0_ICE) ? "en" : "dis");

Completed in 79 milliseconds