|
iPXE
|
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static void | bios_cpu_nap (void) |
| Save power by halting the CPU until the next interrupt. | |
| PROVIDE_NAP (pcbios, cpu_nap, bios_cpu_nap) | |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Save power by halting the CPU until the next interrupt.
Definition at line 10 of file bios_nap.c.
References __asm__(), and __volatile__().
Referenced by PROVIDE_NAP().
| PROVIDE_NAP | ( | pcbios | , |
| cpu_nap | , | ||
| bios_cpu_nap | ) |
References bios_cpu_nap(), and cpu_nap().