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

/freebsd-11-stable/sys/x86/acpica/
H A Dacpi_wakeup.c145 #define WARMBOOT_OFF (KERNBASE + 0x0467) macro
161 mpbioswarmvec = *((uint32_t *)WARMBOOT_OFF);
166 *((volatile u_short *)WARMBOOT_OFF) = WARMBOOT_TARGET;
177 *(uint32_t *)WARMBOOT_OFF = mpbioswarmvec;
184 *(uint32_t *)WARMBOOT_OFF = mpbioswarmvec;
/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c85 #define WARMBOOT_OFF (KERNBASE + 0x0467) macro
325 mpbioswarmvec = *((u_int32_t *) WARMBOOT_OFF);
348 *((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
375 *(u_int32_t *) WARMBOOT_OFF = mpbioswarmvec;
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c77 #define WARMBOOT_OFF (KERNBASE + 0x0467) macro
362 mpbioswarmvec = *((u_int32_t *) WARMBOOT_OFF);
367 *((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
396 *(u_int32_t *) WARMBOOT_OFF = mpbioswarmvec;
404 *(u_int32_t *) WARMBOOT_OFF = mpbioswarmvec;

Completed in 114 milliseconds