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

/freebsd-10.0-release/sys/x86/acpica/
H A Dacpi_wakeup.c135 #define WARMBOOT_OFF (KERNBASE + 0x0467) macro
151 mpbioswarmvec = *((uint32_t *)WARMBOOT_OFF);
156 *((volatile u_short *)WARMBOOT_OFF) = WARMBOOT_TARGET;
167 *(uint32_t *)WARMBOOT_OFF = mpbioswarmvec;
174 *(uint32_t *)WARMBOOT_OFF = mpbioswarmvec;
/freebsd-10.0-release/sys/amd64/amd64/
H A Dmp_machdep.c75 #define WARMBOOT_OFF (KERNBASE + 0x0467) macro
948 mpbioswarmvec = *((u_int32_t *) WARMBOOT_OFF);
953 *((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
978 *(u_int32_t *) WARMBOOT_OFF = mpbioswarmvec;
986 *(u_int32_t *) WARMBOOT_OFF = mpbioswarmvec;
/freebsd-10.0-release/sys/i386/i386/
H A Dmp_machdep.c87 #define WARMBOOT_OFF (KERNBASE + 0x0467) macro
953 mpbioswarmvec = *((u_int32_t *) WARMBOOT_OFF);
976 *((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
1002 *(u_int32_t *) WARMBOOT_OFF = mpbioswarmvec;

Completed in 148 milliseconds