HID0_ICE
if (hid & HID0_ICE)
hid |= HID0_ICE;
printf("L1 I-cache %sabled, ", (hid & HID0_ICE) ? "en" : "dis");