Home
last modified time | relevance | path

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

/freebsd/sys/i386/acpica/
H A Dacpi_wakeup.c137 #define WARMBOOT_SEG (PMAP_MAP_LOW + 0x0469) macro
158 *((volatile u_short *)WARMBOOT_SEG) = sc->acpi_wakephys >> 4; in acpi_wakeup_cpus()
/freebsd/sys/i386/i386/
H A Dmp_machdep.c90 #define WARMBOOT_SEG (PMAP_MAP_LOW + 0x0469) macro
396 *((volatile u_short *) WARMBOOT_SEG) = (boot_address >> 4); in start_all_aps()
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c85 #define WARMBOOT_SEG (KERNBASE + 0x0469) macro
402 *((volatile u_short *)WARMBOOT_SEG) = (boot_address >> 4); in start_all_aps()