iPXE
Data Fields
efi_mp_func_data Struct Reference

EFI multiprocessor function call data. More...

Data Fields

mp_addr_t func
 Multiprocessor function. More...
 
mp_addr_t opaque
 Opaque data pointer. More...
 

Detailed Description

EFI multiprocessor function call data.

Definition at line 39 of file efi_mp.c.

Field Documentation

◆ func

mp_addr_t efi_mp_func_data::func

Multiprocessor function.

Definition at line 41 of file efi_mp.c.

Referenced by efi_mp_exec_boot(), and efi_mp_start_all().

◆ opaque

mp_addr_t efi_mp_func_data::opaque

Opaque data pointer.

Definition at line 43 of file efi_mp.c.

Referenced by efi_mp_exec_boot(), and efi_mp_start_all().


The documentation for this struct was generated from the following file: