Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dcpu.c679 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | LPCR_PECE_WAKESET); in cpu_powerx_setup()
684 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | LPCR_PECE_WAKESET); in cpu_powerx_setup()
/freebsd/sys/powerpc/aim/
H A Dmp_cpudep.c411 LPCR_PECE_WAKESET); in cpudep_ap_setup()
/freebsd/sys/powerpc/include/
H A Dspr.h246 #define LPCR_PECE_WAKESET (LPCR_PECE_EXT | LPCR_PECE_DECR | LPCR_PECE_ME) macro