|
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. | |
| 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 |
| mp_address | ( | void * | address | ) |
| mp_exec_boot | ( | mp_func_t func | __unused, |
| void *opaque | __unused ) |
Definition at line 25 of file null_mp.h.
References __unused, and mp_exec_boot().
| mp_start_all | ( | mp_func_t func | __unused, |
| void *opaque | __unused ) |
Definition at line 31 of file null_mp.h.
References __unused, and mp_start_all().