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

/freebsd-10.2-release/sys/x86/acpica/
H A Dacpi_wakeup.c143 #define WARMBOOT_SEG (KERNBASE + 0x0469) macro
164 *((volatile u_short *)WARMBOOT_SEG) = WAKECODE_PADDR(sc) >> 4;
/freebsd-10.2-release/sys/i386/i386/
H A Dmp_machdep.c88 #define WARMBOOT_SEG (KERNBASE + 0x0469) macro
966 *((volatile u_short *) WARMBOOT_SEG) = (boot_address >> 4);
/freebsd-10.2-release/sys/amd64/amd64/
H A Dmp_machdep.c76 #define WARMBOOT_SEG (KERNBASE + 0x0469) macro
954 *((volatile u_short *) WARMBOOT_SEG) = (boot_address >> 4);

Completed in 196 milliseconds