Searched refs:BIOS_RESET (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/i386/acpica/ |
| H A D | acpi_wakeup.c | 141 #define BIOS_RESET (0x0f) macro 153 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus() 159 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus() 185 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus()
|
| /freebsd/sys/amd64/acpica/ |
| H A D | acpi_wakeup.c | 126 #define BIOS_RESET (0x0f) macro 138 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus_bios() 144 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus_bios() 162 outb(CMOS_REG, BIOS_RESET); in acpi_wakeup_cpus_bios()
|
| /freebsd/sys/i386/i386/ |
| H A D | mp_machdep.c | 94 #define BIOS_RESET (0x0f) macro 379 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 395 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 425 outb(CMOS_REG, BIOS_RESET); in start_all_aps()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | mp_machdep.c | 89 #define BIOS_RESET (0x0f) macro 409 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 417 outb(CMOS_REG, BIOS_RESET); in start_all_aps() 462 outb(CMOS_REG, BIOS_RESET); in start_all_aps()
|