Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/acpica/
H A Dacpi_wakeup.c149 #define WARMBOOT_SEG (KERNBASE + 0x0469) macro
152 #define WARMBOOT_SEG (PMAP_MAP_LOW + 0x0469) macro
174 *((volatile u_short *)WARMBOOT_SEG) = sc->acpi_wakephys >> 4; in acpi_wakeup_cpus()
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c95 #define WARMBOOT_SEG (PMAP_MAP_LOW + 0x0469) macro
346 *((volatile u_short *) WARMBOOT_SEG) = (boot_address >> 4); in start_all_aps()
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c90 #define WARMBOOT_SEG (KERNBASE + 0x0469) macro
459 *((volatile u_short *) WARMBOOT_SEG) = (boot_address >> 4); in native_start_all_aps()