EFI multiprocessor API implementation.
More...
Go to the source code of this file.
EFI multiprocessor API implementation.
Definition in file efi_mp.h.
◆ MPAPI_PREFIX_efi
#define MPAPI_PREFIX_efi __efi_ |
◆ FILE_LICENCE()
FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL |
| ) |
|
◆ __attribute__()
Calculate address as seen by a multiprocessor function.
- Parameters
-
address | Address in boot processor address space |
- Return values
-
address | Address in application processor address space |
◆ mp_address()
static mp_address |
( |
void * |
address | ) |
|
Calculate address as seen by a multiprocessor function.
- Parameters
-
address | Address in normal iPXE address space |
- Return values
-
address | Address in application processor address space |
Definition at line 25 of file efi_mp.h.
uint64_t address
Base address.
unsigned long mp_addr_t
An address within the address space for a multiprocessor function.
References address.