Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dhid.h59 #define HID0_DCE 0x00004000 /* Enable d-cache */ macro
/freebsd/sys/powerpc/aim/
H A Dmp_cpudep.c212 if (hid & HID0_DCE) in mpc74xx_l1d_enable()
216 hid |= HID0_DCE; in mpc74xx_l1d_enable()
H A Daim_machdep.c739 mtspr(SPR_HID0, mfspr(SPR_HID0) & ~HID0_DCE); in flush_disable_caches()
/freebsd/sys/powerpc/powerpc/
H A Dcpu.c560 printf("L1 D-cache %sabled\n", (hid & HID0_DCE) ? "en" : "dis"); in cpu_6xx_print_cacheinfo()