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

/freebsd-10.2-release/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.2-release/sys/i386/i386/
H A Dmp_machdep.c87 #define WARMBOOT_OFF (KERNBASE + 0x0467) macro
942 mpbioswarmvec = *((u_int32_t *) WARMBOOT_OFF);
965 *((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
991 *(u_int32_t *) WARMBOOT_OFF = mpbioswarmvec;
/freebsd-10.2-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;

Completed in 99 milliseconds