81#define MPAPI_INLINE( _subsys, _api_func ) \
82 SINGLE_API_INLINE ( MPAPI_PREFIX_ ## _subsys, _api_func )
91#define PROVIDE_MPAPI( _subsys, _api_func, _func ) \
92 PROVIDE_SINGLE_API ( MPAPI_PREFIX_ ## _subsys, _api_func, _func )
100#define PROVIDE_MPAPI_INLINE( _subsys, _api_func ) \
101 PROVIDE_SINGLE_API_INLINE ( MPAPI_PREFIX_ ## _subsys, _api_func )
#define __asmcall
Declare a function with standard calling conventions.
x86-specific multiprocessor API implementation
EFI multiprocessor API implementation.
uint64_t address
Base address.
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
mp_addr_t mp_address(void *address)
Calculate address as seen by a multiprocessor function.
void mp_exec_boot(mp_func_t func, void *opaque)
Execute a multiprocessor function on the boot processor.
mp_func_t mp_update_max_cpuid
Update maximum observed CPU identifier.
unsigned int mp_boot_cpuid(void)
Get boot CPU identifier.
void mp_start_all(mp_func_t func, void *opaque)
Start a multiprocessor function on all application processors.
unsigned int mp_max_cpuid(void)
Get maximum CPU identifier.
void mp_func_t(mp_addr_t opaque, unsigned int cpuid)
A multiprocessor function.
unsigned long mp_addr_t
An address within the address space for a multiprocessor function.
void __asmcall mp_call(mp_addr_t func, mp_addr_t opaque)
Call a multiprocessor function from C code on the current CPU.
Null multiprocessor API implementation.