iPXE
|
BIOS multiprocessor API implementation. More...
#include <ipxe/io.h>
Go to the source code of this file.
Macros | |
#define | MPAPI_PREFIX_pcbios __pcbios_ |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
static | __attribute__ ((always_inline)) mp_addr_t MPAPI_INLINE(pcbios |
Calculate address as seen by a multiprocessor function. More... | |
static | mp_address (void *address) |
Calculate address as seen by a multiprocessor function. More... | |
BIOS multiprocessor API implementation.
Definition in file bios_mp.h.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
Calculate address as seen by a multiprocessor function.
address | Address in boot processor address space |
address | Address in application processor address space |
static mp_address | ( | void * | address | ) |
Calculate address as seen by a multiprocessor function.
address | Address in normal iPXE address space |
address | Address in application processor address space |
Definition at line 27 of file bios_mp.h.
Referenced by bios_mp_exec_boot(), bios_mp_start_all(), efi_mp_exec_boot(), and efi_mp_start_all().