Home
last modified time | relevance | path

Searched refs:SPR_HID5 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/powerpc/aim/
H A Dmp_cpudep.c77 mtspr(SPR_HID5, bsp_state[3]); powerpc_sync(); isync(); in cpudep_ap_early_bootstrap()
84 : "=r"(reg) : "K"(SPR_HID5), "b"(bsp_state)); in cpudep_ap_early_bootstrap()
257 bsp_state[3] = mfspr(SPR_HID5); in cpudep_save_config()
266 : "=r" (bsp_state[6]),"=r" (bsp_state[7]) : "K" (SPR_HID5)); in cpudep_save_config()
H A Daim_machdep.c217 scratch = mfspr(SPR_HID5); in aim_early_init()
219 mtspr(SPR_HID5, scratch); in aim_early_init()
/freebsd/sys/powerpc/include/
H A Dspr.h550 #define SPR_HID5 0x3f6 /* ..8 Hardware Implementation Register 5 */ macro