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

/freebsd-11-stable/sys/x86/acpica/
H A Dacpi_wakeup.c146 #define WARMBOOT_SEG (KERNBASE + 0x0469) macro
167 *((volatile u_short *)WARMBOOT_SEG) = sc->acpi_wakephys >> 4;
/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c86 #define WARMBOOT_SEG (KERNBASE + 0x0469) macro
349 *((volatile u_short *) WARMBOOT_SEG) = (boot_address >> 4);
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c78 #define WARMBOOT_SEG (KERNBASE + 0x0469) macro
368 *((volatile u_short *) WARMBOOT_SEG) = (boot_address >> 4);

Completed in 105 milliseconds