1 #ifndef _IPXE_NULL_MP_H 2 #define _IPXE_NULL_MP_H 13 #define MPAPI_PREFIX_null 15 #define MPAPI_PREFIX_null __null_ static __attribute__((always_inline)) mp_addr_t MPAPI_INLINE(null
uint64_t address
Base address.
#define MPAPI_INLINE(_subsys, _api_func)
Calculate static inline multiprocessor API function name.
#define __unused
Declare a variable or data structure as unused.
void() mp_func_t(mp_addr_t opaque, unsigned int cpuid)
A multiprocessor function.
static mp_exec_boot(mp_func_t func __unused, void *opaque __unused)
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
unsigned long mp_addr_t
An address within the address space for a multiprocessor function.
static mp_start_all(mp_func_t func __unused, void *opaque __unused)
static mp_address(void *address)
Calculate address as seen by a multiprocessor function.