Searched refs:WARMBOOT_OFF (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/x86/acpica/
H A Dacpi_wakeup.c142 #define WARMBOOT_OFF (KERNBASE + 0x0467) macro
158 mpbioswarmvec = *((uint32_t *)WARMBOOT_OFF);
163 *((volatile u_short *)WARMBOOT_OFF) = WARMBOOT_TARGET;
174 *(uint32_t *)WARMBOOT_OFF = mpbioswarmvec;
181 *(uint32_t *)WARMBOOT_OFF = mpbioswarmvec;
/freebsd-10-stable/sys/i386/i386/
H A Dmp_machdep.c87 #define WARMBOOT_OFF (KERNBASE + 0x0467) macro
947 mpbioswarmvec = *((u_int32_t *) WARMBOOT_OFF);
970 *((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
996 *(u_int32_t *) WARMBOOT_OFF = mpbioswarmvec;
/freebsd-10-stable/sys/amd64/amd64/
H A Dmp_machdep.c75 #define WARMBOOT_OFF (KERNBASE + 0x0467) macro
961 mpbioswarmvec = *((u_int32_t *) WARMBOOT_OFF);
966 *((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
993 *(u_int32_t *) WARMBOOT_OFF = mpbioswarmvec;
1001 *(u_int32_t *) WARMBOOT_OFF = mpbioswarmvec;

Completed in 318 milliseconds