iPXE
|
Null multiprocessor API implementation. More...
Go to the source code of this file.
Macros | |
#define | MPAPI_PREFIX_null __null_ |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
static | __attribute__ ((always_inline)) mp_addr_t MPAPI_INLINE(null |
static | mp_address (void *address) |
Calculate address as seen by a multiprocessor function. More... | |
static | mp_exec_boot (mp_func_t func __unused, void *opaque __unused) |
static | mp_start_all (mp_func_t func __unused, void *opaque __unused) |
Null multiprocessor API implementation.
Definition in file null_mp.h.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
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 19 of file null_mp.h.
References address, and virt_to_phys().
static mp_exec_boot | ( | mp_func_t func | __unused, |
void *opaque | __unused | ||
) |