Searched refs:HID0_DCE (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/powerpc/include/
H A Dhid.h60 #define HID0_DCE 0x00004000 /* Enable d-cache */ macro
/freebsd-13-stable/sys/powerpc/aim/
H A Dmp_cpudep.c213 if (hid & HID0_DCE)
217 hid |= HID0_DCE;
H A Daim_machdep.c717 mtspr(SPR_HID0, mfspr(SPR_HID0) & ~HID0_DCE);
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dcpu.c543 printf("L1 D-cache %sabled\n", (hid & HID0_DCE) ? "en" : "dis");

Completed in 59 milliseconds