SYMBOL INDEX (1703 symbols across 57 files) FILE: src/acpi.c function uacpi_kernel_log (line 30) | void uacpi_kernel_log(enum uacpi_log_level lvl, const char *text) { function uacpi_kernel_unmap (line 38) | void uacpi_kernel_unmap(EFI_UNUSED void *ptr, EFI_UNUSED uacpi_size len) { function uacpi_status (line 41) | uacpi_status uacpi_kernel_pci_device_open(uacpi_pci_address address, uac... function uacpi_kernel_pci_device_close (line 57) | void uacpi_kernel_pci_device_close(uacpi_handle handle) { function uacpi_status (line 61) | uacpi_status uacpi_kernel_pci_read8(uacpi_handle device, uacpi_size offs... function uacpi_status (line 66) | uacpi_status uacpi_kernel_pci_read16(uacpi_handle device, uacpi_size off... function uacpi_status (line 71) | uacpi_status uacpi_kernel_pci_read32(uacpi_handle device, uacpi_size off... function uacpi_status (line 76) | uacpi_status uacpi_kernel_pci_write8(uacpi_handle device, uacpi_size off... function uacpi_status (line 81) | uacpi_status uacpi_kernel_pci_write16(uacpi_handle device, uacpi_size of... function uacpi_status (line 86) | uacpi_status uacpi_kernel_pci_write32(uacpi_handle device, uacpi_size of... type mapped_io (line 91) | struct mapped_io { function uacpi_status (line 96) | uacpi_status uacpi_kernel_io_map(uacpi_io_addr base, uacpi_size len, uac... function uacpi_kernel_io_unmap (line 110) | void uacpi_kernel_io_unmap(uacpi_handle handle) { function uacpi_status (line 114) | uacpi_status uacpi_kernel_io_read8(uacpi_handle handle, uacpi_size offse... function uacpi_status (line 124) | uacpi_status uacpi_kernel_io_read16(uacpi_handle handle, uacpi_size offs... function uacpi_status (line 134) | uacpi_status uacpi_kernel_io_read32(uacpi_handle handle, uacpi_size offs... function uacpi_status (line 144) | uacpi_status uacpi_kernel_io_write8(uacpi_handle handle, uacpi_size offs... function uacpi_status (line 154) | uacpi_status uacpi_kernel_io_write16(uacpi_handle handle, uacpi_size off... function uacpi_status (line 164) | uacpi_status uacpi_kernel_io_write32(uacpi_handle handle, uacpi_size off... function uacpi_interrupt_state (line 174) | uacpi_interrupt_state uacpi_kernel_disable_interrupts(void) { function uacpi_kernel_restore_interrupts (line 180) | void uacpi_kernel_restore_interrupts(uacpi_interrupt_state state) { function uacpi_handle (line 184) | uacpi_handle uacpi_kernel_create_spinlock(void) { function uacpi_kernel_free_spinlock (line 193) | void uacpi_kernel_free_spinlock(uacpi_handle handle) { function uacpi_cpu_flags (line 197) | uacpi_cpu_flags uacpi_kernel_lock_spinlock(uacpi_handle handle) { function uacpi_kernel_unlock_spinlock (line 202) | void uacpi_kernel_unlock_spinlock(uacpi_handle handle, uacpi_cpu_flags c... function uacpi_handle (line 207) | uacpi_handle uacpi_kernel_create_event(void) { function uacpi_kernel_free_event (line 216) | void uacpi_kernel_free_event(uacpi_handle handle) { function uacpi_bool (line 220) | uacpi_bool uacpi_kernel_wait_for_event(uacpi_handle handle, uacpi_u16 ti... function uacpi_kernel_signal_event (line 226) | void uacpi_kernel_signal_event(uacpi_handle handle) { function uacpi_kernel_reset_event (line 230) | void uacpi_kernel_reset_event(uacpi_handle handle) { function uacpi_u64 (line 234) | uacpi_u64 uacpi_kernel_get_nanoseconds_since_boot(void) { function uacpi_kernel_stall (line 238) | void uacpi_kernel_stall(uacpi_u8 usec) { function uacpi_kernel_sleep (line 242) | void uacpi_kernel_sleep(uacpi_u64 msec) { function uacpi_thread_id (line 246) | uacpi_thread_id uacpi_kernel_get_thread_id(void) { function uacpi_status (line 250) | uacpi_status uacpi_kernel_handle_firmware_request(uacpi_firmware_request... function uacpi_status (line 255) | uacpi_status uacpi_kernel_install_interrupt_handler( function uacpi_status (line 265) | uacpi_status uacpi_kernel_uninstall_interrupt_handler(uacpi_interrupt_ha... function uacpi_status (line 271) | uacpi_status uacpi_kernel_schedule_work(uacpi_work_type work_type, uacpi... function uacpi_status (line 278) | uacpi_status uacpi_kernel_wait_for_work_completion(void) { function uacpi_kernel_free (line 291) | void uacpi_kernel_free(void *mem) { function uacpi_handle (line 297) | uacpi_handle uacpi_kernel_create_mutex(void) { function uacpi_kernel_free_mutex (line 306) | void uacpi_kernel_free_mutex(uacpi_handle handle) { function uacpi_status (line 310) | uacpi_status uacpi_kernel_acquire_mutex(uacpi_handle handle, uacpi_u16 t... function uacpi_kernel_release_mutex (line 316) | void uacpi_kernel_release_mutex(uacpi_handle handle) { function uacpi_status (line 320) | uacpi_status uacpi_kernel_get_rsdp(uacpi_phys_addr *rsdp) { function acpi_init (line 331) | bool acpi_init(struct csmwrap_priv *priv) { function acpi_namespace_init (line 389) | bool acpi_namespace_init(void) { FILE: src/apic.c function x2apic_is_locked (line 84) | static bool x2apic_is_locked(void) function lvt_should_mask (line 110) | static bool lvt_should_mask(uint32_t lvt) function load_nmi_madt_info (line 127) | static void load_nmi_madt_info(void) function lint_lvt_value (line 163) | static uint32_t lint_lvt_value(int pin) function x2apic_configure_for_legacy (line 185) | static void x2apic_configure_for_legacy(void) function xapic_configure_for_legacy (line 257) | static void xapic_configure_for_legacy(uintptr_t apic_base) function apic_prepare_for_legacy (line 338) | void apic_prepare_for_legacy(void) FILE: src/bios_proxy.c type bios_proxy_mailbox (line 27) | struct bios_proxy_mailbox { function get_lapic_base (line 60) | static uintptr_t get_lapic_base(void) type bios_proxy_mailbox (line 69) | struct bios_proxy_mailbox function build_reset_page_tables (line 88) | static int build_reset_page_tables(void) function is_x2apic_mode (line 130) | static int is_x2apic_mode(void) function find_proxy_mailbox (line 139) | static uintptr_t find_proxy_mailbox(void *csm_base, size_t csm_size) function find_helper_16_entry (line 160) | static uint32_t find_helper_16_entry(void *csm_base, size_t csm_size, ui... function create_ap_trampoline (line 187) | static void create_ap_trampoline(uint32_t target16_addr, uint32_t mailbo... function wait_icr_idle_xapic (line 209) | static void wait_icr_idle_xapic(uintptr_t lapic_base) function start_ap_xapic (line 222) | static void start_ap_xapic(uint32_t apic_id) function start_ap_x2apic (line 248) | static void start_ap_x2apic(uint32_t apic_id) function start_ap (line 257) | static void start_ap(uint32_t apic_id) function get_bsp_apic_id (line 266) | static uint32_t get_bsp_apic_id(void) function madt_apic_id_is_valid_ap (line 280) | static bool madt_apic_id_is_valid_ap(uint32_t apic_id, uint32_t bsp_id) function find_available_ap (line 328) | static int find_available_ap(void) function acpi_checksum (line 384) | static uint8_t acpi_checksum(void *data, size_t len) function acpi_fix_checksum (line 394) | static void acpi_fix_checksum(struct acpi_sdt_hdr *hdr) function cpu_visible_to_os (line 412) | static bool cpu_visible_to_os(uint32_t apic_id, uint32_t bsp_id, type acpi_madt (line 427) | struct acpi_madt type uacpi_table (line 429) | struct uacpi_table type acpi_madt (line 434) | struct acpi_madt type acpi_madt (line 434) | struct acpi_madt type acpi_madt_lapic (line 453) | struct acpi_madt_lapic type acpi_madt_x2apic (line 456) | struct acpi_madt_x2apic type acpi_madt (line 492) | struct acpi_madt type acpi_madt (line 492) | struct acpi_madt type acpi_madt (line 495) | struct acpi_madt type acpi_madt_lapic (line 508) | struct acpi_madt_lapic type acpi_madt_x2apic (line 512) | struct acpi_madt_x2apic type acpi_rsdt (line 538) | struct acpi_rsdt type acpi_rsdp (line 538) | struct acpi_rsdp type acpi_rsdt (line 544) | struct acpi_rsdt type acpi_rsdt (line 544) | struct acpi_rsdt type acpi_sdt_hdr (line 546) | struct acpi_sdt_hdr type acpi_rsdt (line 561) | struct acpi_rsdt type acpi_rsdt (line 561) | struct acpi_rsdt type acpi_sdt_hdr (line 566) | struct acpi_sdt_hdr type acpi_sdt_hdr (line 566) | struct acpi_sdt_hdr type acpi_xsdt (line 580) | struct acpi_xsdt type acpi_rsdp (line 580) | struct acpi_rsdp type acpi_xsdt (line 586) | struct acpi_xsdt type acpi_xsdt (line 586) | struct acpi_xsdt type acpi_sdt_hdr (line 588) | struct acpi_sdt_hdr type acpi_xsdt (line 603) | struct acpi_xsdt type acpi_xsdt (line 603) | struct acpi_xsdt type acpi_sdt_hdr (line 608) | struct acpi_sdt_hdr type acpi_sdt_hdr (line 608) | struct acpi_sdt_hdr function patch_acpi_hide_helper (line 623) | static int patch_acpi_hide_helper(void *rsdp_copy, int helper_apic_id) function bios_proxy_init (line 682) | int bios_proxy_init(void *csm_base, size_t csm_size, void *rsdp_copy) function bios_proxy_start_helper (line 737) | int bios_proxy_start_helper(uintptr_t csm_final_base) function bios_proxy_get_helper_apic_id (line 791) | int bios_proxy_get_helper_apic_id(void) FILE: src/bootdev.c function parse_device_path (line 16) | static bool parse_device_path(EFI_DEVICE_PATH_PROTOCOL *device_path, function get_pci_location (line 91) | static bool get_pci_location(EFI_HANDLE device_handle, struct boot_devic... function devices_match (line 155) | static bool devices_match(const struct boot_device_info *a, function add_bbs_entry (line 188) | static void add_bbs_entry(struct low_stub *low_stub, function enumerate_block_devices (line 250) | static int enumerate_block_devices(struct low_stub *low_stub, function build_bbs_table (line 302) | int build_bbs_table(struct csmwrap_priv *priv, EFI_HANDLE image_handle) FILE: src/bootdev.h type csmwrap_priv (line 7) | struct csmwrap_priv type boot_device_info (line 18) | struct boot_device_info { type csmwrap_priv (line 42) | struct csmwrap_priv FILE: src/config.c type csmwrap_config (line 10) | struct csmwrap_config function config_cpu_in_filter (line 28) | bool config_cpu_in_filter(uint32_t apic_id) function char_eq_nocase (line 47) | static bool char_eq_nocase(char a, char b) function streq_nocase (line 54) | static bool streq_nocase(const char *a, const char *b) function parse_bool (line 65) | static bool parse_bool(const char *val, bool *out) function parse_uint32 (line 78) | static bool parse_uint32(const char *val, uint32_t *out) function parse_hex_byte (line 111) | static bool parse_hex_byte(const char *s, size_t len, uint32_t *out) function parse_apic_id_token (line 141) | static bool parse_apic_id_token(char *tok, uint32_t *lo, uint32_t *hi) function parse_apic_id_list (line 198) | static bool parse_apic_id_list(const char *val, uint32_t *out, function parse_pci_address (line 258) | static bool parse_pci_address(const char *val, uint8_t *bus, uint8_t *de... function trim_trailing (line 299) | static size_t trim_trailing(const char *start, size_t len) function config_apply (line 311) | static void config_apply(const char *key, const char *val) function config_parse (line 455) | static void config_parse(char *buf, size_t len) function config_build_path (line 518) | static bool config_build_path(EFI_DEVICE_PATH_PROTOCOL *file_path, function config_load (line 578) | void config_load(EFI_FILE_PROTOCOL *root_dir, EFI_DEVICE_PATH_PROTOCOL *... FILE: src/config.h type csmwrap_cpu_filter_mode (line 11) | enum csmwrap_cpu_filter_mode { type csmwrap_config (line 17) | struct csmwrap_config { type csmwrap_config (line 43) | struct csmwrap_config FILE: src/coreboot.c function UINT16 (line 4) | static UINT16 function build_coreboot_table (line 34) | int build_coreboot_table(struct csmwrap_priv *priv) FILE: src/csmwrap.c type csmwrap_priv (line 64) | struct csmwrap_priv function flanterm_uefi_free (line 81) | static void flanterm_uefi_free(void *ptr, size_t size) type smbios_21_entry_point (line 114) | struct smbios_21_entry_point { type smbios_30_entry_point (line 131) | struct smbios_30_entry_point { type smbios_structure_header (line 145) | struct smbios_structure_header { function smbios_checksum (line 152) | static uint8_t smbios_checksum(const void *data, size_t len) type smbios_table_stats (line 166) | struct smbios_table_stats { function smbios_walk_table (line 182) | static bool smbios_walk_table(const void *table, uint32_t max_size, stru... type smbios_21_entry_point (line 261) | struct smbios_21_entry_point type smbios_30_entry_point (line 262) | struct smbios_30_entry_point type smbios_table_stats (line 267) | struct smbios_table_stats type smbios_21_entry_point (line 311) | struct smbios_21_entry_point type smbios_21_entry_point (line 353) | struct smbios_21_entry_point type smbios_21_entry_point (line 354) | struct smbios_21_entry_point type smbios_21_entry_point (line 379) | struct smbios_21_entry_point function set_smbios_table (line 402) | int set_smbios_table() function panic (line 504) | void __attribute__((noreturn)) panic(const char *fmt, ...) function EFI_STATUS (line 516) | EFI_STATUS efi_main(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) FILE: src/csmwrap.h type csmwrap_video_type (line 20) | enum csmwrap_video_type { type csmwrap_priv (line 26) | struct csmwrap_priv { type csmwrap_priv (line 45) | struct csmwrap_priv type csmwrap_priv (line 48) | struct csmwrap_priv type csmwrap_priv (line 49) | struct csmwrap_priv type csmwrap_priv (line 51) | struct csmwrap_priv function efi_guidcmp (line 56) | static inline int type low_stub (line 69) | struct low_stub { FILE: src/e820.c function remove_e820 (line 23) | static void function insert_e820 (line 40) | static void function dump_map (line 63) | static void function dump_efi_memory_map (line 105) | static void function e820_add (line 131) | void e820_add(struct csmwrap_priv *priv, uint64_t start, function e820_remove (line 192) | void function convert_memory_type (line 202) | static uint32_t convert_memory_type(EFI_MEMORY_TYPE type) function cmos_write (line 227) | static inline void cmos_write(uint8_t reg, uint8_t val) function e820_update_cmos (line 248) | static void function build_e820_map (line 341) | int build_e820_map(struct csmwrap_priv *priv, EFI_MEMORY_DESCRIPTOR *mem... FILE: src/edk2/Acpi10.h type EFI_ACPI_COMMON_HEADER (line 19) | typedef struct { type EFI_ACPI_DESCRIPTION_HEADER (line 28) | typedef struct { type PACKED (line 117) | typedef PACKED struct type PACKED (line 130) | typedef PACKED union function PACKED (line 132) | PACKED struct { type PACKED (line 139) | typedef PACKED struct function PACKED (line 140) | PACKED union { type PACKED (line 153) | typedef PACKED struct type PACKED (line 161) | typedef PACKED struct type PACKED (line 170) | typedef PACKED struct type PACKED (line 179) | typedef PACKED struct type PACKED (line 191) | typedef PACKED struct type PACKED (line 200) | typedef PACKED struct type PACKED (line 212) | typedef PACKED struct type PACKED (line 224) | typedef PACKED struct type PACKED (line 234) | typedef PACKED struct type PACKED (line 249) | typedef PACKED struct type PACKED (line 264) | typedef PACKED struct type PACKED (line 279) | typedef PACKED struct type EFI_ACPI_END_TAG_DESCRIPTOR (line 291) | typedef struct { type EFI_ACPI_1_0_ROOT_SYSTEM_DESCRIPTION_POINTER (line 402) | typedef struct { type EFI_ACPI_1_0_FIXED_ACPI_DESCRIPTION_TABLE (line 424) | typedef struct { type EFI_ACPI_1_0_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 493) | typedef struct { type EFI_ACPI_1_0_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 513) | typedef struct { type EFI_ACPI_1_0_PROCESSOR_LOCAL_APIC_STRUCTURE (line 548) | typedef struct { type EFI_ACPI_1_0_IO_APIC_STRUCTURE (line 564) | typedef struct { type EFI_ACPI_1_0_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 576) | typedef struct { type EFI_ACPI_1_0_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 588) | typedef struct { type EFI_ACPI_1_0_LOCAL_APIC_NMI_STRUCTURE (line 598) | typedef struct { type EFI_ACPI_1_0_SMART_BATTERY_DESCRIPTION_TABLE (line 609) | typedef struct { FILE: src/edk2/Acpi20.h type PACKED (line 28) | typedef PACKED struct type EFI_ACPI_2_0_GENERIC_ADDRESS_STRUCTURE (line 47) | typedef struct { type EFI_ACPI_2_0_ROOT_SYSTEM_DESCRIPTION_POINTER (line 72) | typedef struct { type EFI_ACPI_2_0_COMMON_HEADER (line 93) | typedef struct { type EFI_ACPI_2_0_FIXED_ACPI_DESCRIPTION_TABLE (line 123) | typedef struct { type EFI_ACPI_2_0_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 223) | typedef struct { type EFI_ACPI_2_0_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 250) | typedef struct { type EFI_ACPI_2_0_PROCESSOR_LOCAL_APIC_STRUCTURE (line 289) | typedef struct { type EFI_ACPI_2_0_IO_APIC_STRUCTURE (line 305) | typedef struct { type EFI_ACPI_2_0_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 317) | typedef struct { type EFI_ACPI_2_0_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 329) | typedef struct { type EFI_ACPI_2_0_LOCAL_APIC_NMI_STRUCTURE (line 339) | typedef struct { type EFI_ACPI_2_0_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 350) | typedef struct { type EFI_ACPI_2_0_IO_SAPIC_STRUCTURE (line 360) | typedef struct { type EFI_ACPI_2_0_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 372) | typedef struct { type EFI_ACPI_2_0_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 385) | typedef struct { type EFI_ACPI_2_0_SMART_BATTERY_DESCRIPTION_TABLE (line 400) | typedef struct { type EFI_ACPI_2_0_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 417) | typedef struct { FILE: src/edk2/Acpi30.h type PACKED (line 53) | typedef PACKED struct type EFI_ACPI_3_0_GENERIC_ADDRESS_STRUCTURE (line 88) | typedef struct { type EFI_ACPI_3_0_ROOT_SYSTEM_DESCRIPTION_POINTER (line 122) | typedef struct { type EFI_ACPI_3_0_COMMON_HEADER (line 143) | typedef struct { type EFI_ACPI_3_0_FIXED_ACPI_DESCRIPTION_TABLE (line 173) | typedef struct { type EFI_ACPI_3_0_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 283) | typedef struct { type EFI_ACPI_3_0_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 320) | typedef struct { type EFI_ACPI_3_0_PROCESSOR_LOCAL_APIC_STRUCTURE (line 359) | typedef struct { type EFI_ACPI_3_0_IO_APIC_STRUCTURE (line 375) | typedef struct { type EFI_ACPI_3_0_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 387) | typedef struct { type EFI_ACPI_3_0_PLATFORM_INTERRUPT_APIC_STRUCTURE (line 399) | typedef struct { type EFI_ACPI_3_0_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 423) | typedef struct { type EFI_ACPI_3_0_LOCAL_APIC_NMI_STRUCTURE (line 433) | typedef struct { type EFI_ACPI_3_0_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 444) | typedef struct { type EFI_ACPI_3_0_IO_SAPIC_STRUCTURE (line 454) | typedef struct { type EFI_ACPI_3_0_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 467) | typedef struct { type EFI_ACPI_3_0_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 481) | typedef struct { type EFI_ACPI_3_0_SMART_BATTERY_DESCRIPTION_TABLE (line 502) | typedef struct { type EFI_ACPI_3_0_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 519) | typedef struct { type EFI_ACPI_3_0_SYSTEM_RESOURCE_AFFINITY_TABLE_HEADER (line 536) | typedef struct { type EFI_ACPI_3_0_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY_STRUCTURE (line 558) | typedef struct { type EFI_ACPI_3_0_MEMORY_AFFINITY_STRUCTURE (line 577) | typedef struct { type EFI_ACPI_3_0_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER (line 602) | typedef struct { FILE: src/edk2/Acpi40.h type EFI_ACPI_4_0_GENERIC_ADDRESS_STRUCTURE (line 37) | typedef struct { type EFI_ACPI_4_0_ROOT_SYSTEM_DESCRIPTION_POINTER (line 71) | typedef struct { type EFI_ACPI_4_0_COMMON_HEADER (line 92) | typedef struct { type EFI_ACPI_4_0_FIXED_ACPI_DESCRIPTION_TABLE (line 122) | typedef struct { type EFI_ACPI_4_0_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 232) | typedef struct { type EFI_ACPI_4_0_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 278) | typedef struct { type EFI_ACPI_4_0_PROCESSOR_LOCAL_APIC_STRUCTURE (line 319) | typedef struct { type EFI_ACPI_4_0_IO_APIC_STRUCTURE (line 335) | typedef struct { type EFI_ACPI_4_0_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 347) | typedef struct { type EFI_ACPI_4_0_PLATFORM_INTERRUPT_APIC_STRUCTURE (line 359) | typedef struct { type EFI_ACPI_4_0_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 383) | typedef struct { type EFI_ACPI_4_0_LOCAL_APIC_NMI_STRUCTURE (line 393) | typedef struct { type EFI_ACPI_4_0_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 404) | typedef struct { type EFI_ACPI_4_0_IO_SAPIC_STRUCTURE (line 414) | typedef struct { type EFI_ACPI_4_0_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 427) | typedef struct { type EFI_ACPI_4_0_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 441) | typedef struct { type EFI_ACPI_4_0_PROCESSOR_LOCAL_X2APIC_STRUCTURE (line 462) | typedef struct { type EFI_ACPI_4_0_LOCAL_X2APIC_NMI_STRUCTURE (line 474) | typedef struct { type EFI_ACPI_4_0_SMART_BATTERY_DESCRIPTION_TABLE (line 486) | typedef struct { type EFI_ACPI_4_0_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 503) | typedef struct { type EFI_ACPI_4_0_SYSTEM_RESOURCE_AFFINITY_TABLE_HEADER (line 520) | typedef struct { type EFI_ACPI_4_0_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY_STRUCTURE (line 543) | typedef struct { type EFI_ACPI_4_0_MEMORY_AFFINITY_STRUCTURE (line 562) | typedef struct { type EFI_ACPI_4_0_PROCESSOR_LOCAL_X2APIC_AFFINITY_STRUCTURE (line 586) | typedef struct { type EFI_ACPI_4_0_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER (line 601) | typedef struct { type EFI_ACPI_4_0_CORRECTED_PLATFORM_ERROR_POLLING_TABLE_HEADER (line 614) | typedef struct { type EFI_ACPI_4_0_CPEP_PROCESSOR_APIC_SAPIC_STRUCTURE (line 632) | typedef struct { type EFI_ACPI_4_0_MAXIMUM_SYSTEM_CHARACTERISTICS_TABLE_HEADER (line 643) | typedef struct { type EFI_ACPI_4_0_MAXIMUM_PROXIMITY_DOMAIN_INFORMATION_STRUCTURE (line 659) | typedef struct { type EFI_ACPI_4_0_BOOT_ERROR_RECORD_TABLE_HEADER (line 671) | typedef struct { type EFI_ACPI_4_0_ERROR_BLOCK_STATUS (line 685) | typedef struct { type EFI_ACPI_4_0_BOOT_ERROR_REGION_STRUCTURE (line 697) | typedef struct { type EFI_ACPI_4_0_GENERIC_ERROR_DATA_ENTRY_STRUCTURE (line 717) | typedef struct { type EFI_ACPI_4_0_HARDWARE_ERROR_SOURCE_TABLE_HEADER (line 736) | typedef struct { type EFI_ACPI_4_0_IA32_ARCHITECTURE_MACHINE_CHECK_EXCEPTION_STRUCTURE (line 766) | typedef struct { type EFI_ACPI_4_0_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_BANK_STRUCTURE (line 783) | typedef struct { type EFI_ACPI_4_0_HARDWARE_ERROR_NOTIFICATION_CONFIGURATION_WRITE_ENABLE_STRUCTURE (line 814) | typedef struct { type EFI_ACPI_4_0_HARDWARE_ERROR_NOTIFICATION_STRUCTURE (line 827) | typedef struct { type EFI_ACPI_4_0_IA32_ARCHITECTURE_CORRECTED_MACHINE_CHECK_STRUCTURE (line 842) | typedef struct { type EFI_ACPI_4_0_IA32_ARCHITECTURE_NMI_ERROR_STRUCTURE (line 858) | typedef struct { type EFI_ACPI_4_0_PCI_EXPRESS_ROOT_PORT_AER_STRUCTURE (line 870) | typedef struct { type EFI_ACPI_4_0_PCI_EXPRESS_DEVICE_AER_STRUCTURE (line 893) | typedef struct { type EFI_ACPI_4_0_PCI_EXPRESS_BRIDGE_AER_STRUCTURE (line 915) | typedef struct { type EFI_ACPI_4_0_GENERIC_HARDWARE_ERROR_SOURCE_STRUCTURE (line 940) | typedef struct { type EFI_ACPI_4_0_GENERIC_ERROR_STATUS_STRUCTURE (line 957) | typedef struct { type EFI_ACPI_4_0_ERROR_RECORD_SERIALIZATION_TABLE_HEADER (line 968) | typedef struct { type EFI_ACPI_4_0_ERST_SERIALIZATION_INSTRUCTION_ENTRY (line 1040) | typedef struct { type EFI_ACPI_4_0_ERROR_INJECTION_TABLE_HEADER (line 1053) | typedef struct { type EFI_ACPI_4_0_EINJ_INJECTION_INSTRUCTION_ENTRY (line 1119) | typedef struct { type EFI_ACPI_4_0_EINJ_TRIGGER_ACTION_TABLE (line 1132) | typedef struct { FILE: src/edk2/Acpi50.h type PACKED (line 52) | typedef PACKED struct type PACKED (line 62) | typedef PACKED struct type PACKED (line 84) | typedef PACKED struct type PACKED (line 103) | typedef PACKED struct type PACKED (line 119) | typedef PACKED struct type PACKED (line 138) | typedef PACKED struct type EFI_ACPI_5_0_GENERIC_ADDRESS_STRUCTURE (line 164) | typedef struct { type EFI_ACPI_5_0_ROOT_SYSTEM_DESCRIPTION_POINTER (line 199) | typedef struct { type EFI_ACPI_5_0_COMMON_HEADER (line 220) | typedef struct { type EFI_ACPI_5_0_FIXED_ACPI_DESCRIPTION_TABLE (line 250) | typedef struct { type EFI_ACPI_5_0_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 366) | typedef struct { type EFI_ACPI_5_0_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 412) | typedef struct { type EFI_ACPI_5_0_PROCESSOR_LOCAL_APIC_STRUCTURE (line 455) | typedef struct { type EFI_ACPI_5_0_IO_APIC_STRUCTURE (line 471) | typedef struct { type EFI_ACPI_5_0_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 483) | typedef struct { type EFI_ACPI_5_0_PLATFORM_INTERRUPT_APIC_STRUCTURE (line 495) | typedef struct { type EFI_ACPI_5_0_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 519) | typedef struct { type EFI_ACPI_5_0_LOCAL_APIC_NMI_STRUCTURE (line 529) | typedef struct { type EFI_ACPI_5_0_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 540) | typedef struct { type EFI_ACPI_5_0_IO_SAPIC_STRUCTURE (line 550) | typedef struct { type EFI_ACPI_5_0_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 563) | typedef struct { type EFI_ACPI_5_0_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 577) | typedef struct { type EFI_ACPI_5_0_PROCESSOR_LOCAL_X2APIC_STRUCTURE (line 598) | typedef struct { type EFI_ACPI_5_0_LOCAL_X2APIC_NMI_STRUCTURE (line 610) | typedef struct { type EFI_ACPI_5_0_GIC_STRUCTURE (line 622) | typedef struct { type EFI_ACPI_5_0_GIC_DISTRIBUTOR_STRUCTURE (line 644) | typedef struct { type EFI_ACPI_5_0_SMART_BATTERY_DESCRIPTION_TABLE (line 657) | typedef struct { type EFI_ACPI_5_0_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 674) | typedef struct { type EFI_ACPI_5_0_SYSTEM_RESOURCE_AFFINITY_TABLE_HEADER (line 691) | typedef struct { type EFI_ACPI_5_0_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY_STRUCTURE (line 714) | typedef struct { type EFI_ACPI_5_0_MEMORY_AFFINITY_STRUCTURE (line 733) | typedef struct { type EFI_ACPI_5_0_PROCESSOR_LOCAL_X2APIC_AFFINITY_STRUCTURE (line 757) | typedef struct { type EFI_ACPI_5_0_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER (line 772) | typedef struct { type EFI_ACPI_5_0_CORRECTED_PLATFORM_ERROR_POLLING_TABLE_HEADER (line 785) | typedef struct { type EFI_ACPI_5_0_CPEP_PROCESSOR_APIC_SAPIC_STRUCTURE (line 803) | typedef struct { type EFI_ACPI_5_0_MAXIMUM_SYSTEM_CHARACTERISTICS_TABLE_HEADER (line 814) | typedef struct { type EFI_ACPI_5_0_MAXIMUM_PROXIMITY_DOMAIN_INFORMATION_STRUCTURE (line 830) | typedef struct { type EFI_ACPI_5_0_RAS_FEATURE_TABLE (line 842) | typedef struct { type EFI_ACPI_5_0_RASF_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 855) | typedef struct { type EFI_ACPI_5_0_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE (line 880) | typedef struct { type EFI_ACPI_5_0_MEMORY_POWER_STATUS_TABLE (line 901) | typedef struct { type EFI_ACPI_5_0_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 917) | typedef struct { type EFI_ACPI_5_0_MPST_MEMORY_POWER_STATE (line 945) | typedef struct { type EFI_ACPI_5_0_MPST_MEMORY_POWER_STRUCTURE (line 950) | typedef struct { type EFI_ACPI_5_0_MPST_MEMORY_POWER_NODE_TABLE (line 967) | typedef struct { type EFI_ACPI_5_0_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_STRUCTURE (line 975) | typedef struct { type EFI_ACPI_5_0_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_TABLE (line 988) | typedef struct { type EFI_ACPI_5_0_MEMORY_TOPOLOGY_TABLE (line 996) | typedef struct { type EFI_ACPI_5_0_PMMT_COMMON_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1009) | typedef struct { type EFI_ACPI_5_0_PMMT_SOCKET_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1027) | typedef struct { type EFI_ACPI_5_0_PMMT_MEMORY_CONTROLLER_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1037) | typedef struct { type EFI_ACPI_5_0_PMMT_DIMM_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1054) | typedef struct { type EFI_ACPI_5_0_BOOT_GRAPHICS_RESOURCE_TABLE (line 1065) | typedef struct { type EFI_ACPI_5_0_FPDT_PERFORMANCE_RECORD_HEADER (line 1159) | typedef struct { type EFI_ACPI_5_0_FPDT_PERFORMANCE_TABLE_HEADER (line 1168) | typedef struct { type EFI_ACPI_5_0_FPDT_BOOT_PERFORMANCE_TABLE_POINTER_RECORD (line 1176) | typedef struct { type EFI_ACPI_5_0_FPDT_S3_PERFORMANCE_TABLE_POINTER_RECORD (line 1188) | typedef struct { type EFI_ACPI_5_0_FPDT_FIRMWARE_BASIC_BOOT_RECORD (line 1200) | typedef struct { type EFI_ACPI_5_0_FPDT_FIRMWARE_BASIC_BOOT_TABLE (line 1241) | typedef struct { type EFI_ACPI_5_0_FPDT_FIRMWARE_S3_BOOT_TABLE (line 1256) | typedef struct { type EFI_ACPI_5_0_FPDT_S3_RESUME_RECORD (line 1266) | typedef struct { type EFI_ACPI_5_0_FPDT_S3_SUSPEND_RECORD (line 1288) | typedef struct { type EFI_ACPI_5_0_FIRMWARE_PERFORMANCE_RECORD_TABLE (line 1306) | typedef struct { type EFI_ACPI_5_0_GENERIC_TIMER_DESCRIPTION_TABLE (line 1313) | typedef struct { type EFI_ACPI_5_0_BOOT_ERROR_RECORD_TABLE_HEADER (line 1347) | typedef struct { type EFI_ACPI_5_0_ERROR_BLOCK_STATUS (line 1361) | typedef struct { type EFI_ACPI_5_0_BOOT_ERROR_REGION_STRUCTURE (line 1373) | typedef struct { type EFI_ACPI_5_0_GENERIC_ERROR_DATA_ENTRY_STRUCTURE (line 1393) | typedef struct { type EFI_ACPI_5_0_HARDWARE_ERROR_SOURCE_TABLE_HEADER (line 1412) | typedef struct { type EFI_ACPI_5_0_IA32_ARCHITECTURE_MACHINE_CHECK_EXCEPTION_STRUCTURE (line 1442) | typedef struct { type EFI_ACPI_5_0_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_BANK_STRUCTURE (line 1459) | typedef struct { type EFI_ACPI_5_0_HARDWARE_ERROR_NOTIFICATION_CONFIGURATION_WRITE_ENABLE_STRUCTURE (line 1490) | typedef struct { type EFI_ACPI_5_0_HARDWARE_ERROR_NOTIFICATION_STRUCTURE (line 1503) | typedef struct { type EFI_ACPI_5_0_IA32_ARCHITECTURE_CORRECTED_MACHINE_CHECK_STRUCTURE (line 1518) | typedef struct { type EFI_ACPI_5_0_IA32_ARCHITECTURE_NMI_ERROR_STRUCTURE (line 1534) | typedef struct { type EFI_ACPI_5_0_PCI_EXPRESS_ROOT_PORT_AER_STRUCTURE (line 1546) | typedef struct { type EFI_ACPI_5_0_PCI_EXPRESS_DEVICE_AER_STRUCTURE (line 1569) | typedef struct { type EFI_ACPI_5_0_PCI_EXPRESS_BRIDGE_AER_STRUCTURE (line 1591) | typedef struct { type EFI_ACPI_5_0_GENERIC_HARDWARE_ERROR_SOURCE_STRUCTURE (line 1616) | typedef struct { type EFI_ACPI_5_0_GENERIC_ERROR_STATUS_STRUCTURE (line 1633) | typedef struct { type EFI_ACPI_5_0_ERROR_RECORD_SERIALIZATION_TABLE_HEADER (line 1644) | typedef struct { type EFI_ACPI_5_0_ERST_SERIALIZATION_INSTRUCTION_ENTRY (line 1716) | typedef struct { type EFI_ACPI_5_0_ERROR_INJECTION_TABLE_HEADER (line 1729) | typedef struct { type EFI_ACPI_5_0_EINJ_INJECTION_INSTRUCTION_ENTRY (line 1795) | typedef struct { type EFI_ACPI_5_0_EINJ_TRIGGER_ACTION_TABLE (line 1808) | typedef struct { type EFI_ACPI_5_0_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER (line 1818) | typedef struct { type EFI_ACPI_5_0_PCCT_SUBSPACE_HEADER (line 1842) | typedef struct { type EFI_ACPI_5_0_PCCT_SUBSPACE_GENERIC (line 1850) | typedef struct { type EFI_ACPI_5_0_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND (line 1868) | typedef struct { type EFI_ACPI_5_0_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS (line 1874) | typedef struct { type EFI_ACPI_5_0_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 1883) | typedef struct { FILE: src/edk2/Acpi51.h type EFI_ACPI_5_1_GENERIC_ADDRESS_STRUCTURE (line 45) | typedef struct { type EFI_ACPI_5_1_ROOT_SYSTEM_DESCRIPTION_POINTER (line 80) | typedef struct { type EFI_ACPI_5_1_COMMON_HEADER (line 101) | typedef struct { type EFI_ACPI_5_1_FIXED_ACPI_DESCRIPTION_TABLE (line 131) | typedef struct { type EFI_ACPI_5_1_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 256) | typedef struct { type EFI_ACPI_5_1_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 302) | typedef struct { type EFI_ACPI_5_1_PROCESSOR_LOCAL_APIC_STRUCTURE (line 347) | typedef struct { type EFI_ACPI_5_1_IO_APIC_STRUCTURE (line 363) | typedef struct { type EFI_ACPI_5_1_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 375) | typedef struct { type EFI_ACPI_5_1_PLATFORM_INTERRUPT_APIC_STRUCTURE (line 387) | typedef struct { type EFI_ACPI_5_1_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 411) | typedef struct { type EFI_ACPI_5_1_LOCAL_APIC_NMI_STRUCTURE (line 421) | typedef struct { type EFI_ACPI_5_1_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 432) | typedef struct { type EFI_ACPI_5_1_IO_SAPIC_STRUCTURE (line 442) | typedef struct { type EFI_ACPI_5_1_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 455) | typedef struct { type EFI_ACPI_5_1_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 469) | typedef struct { type EFI_ACPI_5_1_PROCESSOR_LOCAL_X2APIC_STRUCTURE (line 490) | typedef struct { type EFI_ACPI_5_1_LOCAL_X2APIC_NMI_STRUCTURE (line 502) | typedef struct { type EFI_ACPI_5_1_GIC_STRUCTURE (line 514) | typedef struct { type EFI_ACPI_5_1_GIC_DISTRIBUTOR_STRUCTURE (line 542) | typedef struct { type EFI_ACPI_5_1_GIC_MSI_FRAME_STRUCTURE (line 564) | typedef struct { type EFI_ACPI_5_1_GICR_STRUCTURE (line 583) | typedef struct { type EFI_ACPI_5_1_SMART_BATTERY_DESCRIPTION_TABLE (line 594) | typedef struct { type EFI_ACPI_5_1_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 611) | typedef struct { type EFI_ACPI_5_1_SYSTEM_RESOURCE_AFFINITY_TABLE_HEADER (line 628) | typedef struct { type EFI_ACPI_5_1_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY_STRUCTURE (line 652) | typedef struct { type EFI_ACPI_5_1_MEMORY_AFFINITY_STRUCTURE (line 671) | typedef struct { type EFI_ACPI_5_1_PROCESSOR_LOCAL_X2APIC_AFFINITY_STRUCTURE (line 695) | typedef struct { type EFI_ACPI_5_1_GICC_AFFINITY_STRUCTURE (line 709) | typedef struct { type EFI_ACPI_5_1_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER (line 727) | typedef struct { type EFI_ACPI_5_1_CORRECTED_PLATFORM_ERROR_POLLING_TABLE_HEADER (line 740) | typedef struct { type EFI_ACPI_5_1_CPEP_PROCESSOR_APIC_SAPIC_STRUCTURE (line 758) | typedef struct { type EFI_ACPI_5_1_MAXIMUM_SYSTEM_CHARACTERISTICS_TABLE_HEADER (line 769) | typedef struct { type EFI_ACPI_5_1_MAXIMUM_PROXIMITY_DOMAIN_INFORMATION_STRUCTURE (line 785) | typedef struct { type EFI_ACPI_5_1_RAS_FEATURE_TABLE (line 797) | typedef struct { type EFI_ACPI_5_1_RASF_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 810) | typedef struct { type EFI_ACPI_5_1_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE (line 835) | typedef struct { type EFI_ACPI_5_1_MEMORY_POWER_STATUS_TABLE (line 856) | typedef struct { type EFI_ACPI_5_1_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 872) | typedef struct { type EFI_ACPI_5_1_MPST_MEMORY_POWER_STATE (line 900) | typedef struct { type EFI_ACPI_5_1_MPST_MEMORY_POWER_STRUCTURE (line 905) | typedef struct { type EFI_ACPI_5_1_MPST_MEMORY_POWER_NODE_TABLE (line 922) | typedef struct { type EFI_ACPI_5_1_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_STRUCTURE (line 930) | typedef struct { type EFI_ACPI_5_1_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_TABLE (line 943) | typedef struct { type EFI_ACPI_5_1_MEMORY_TOPOLOGY_TABLE (line 951) | typedef struct { type EFI_ACPI_5_1_PMMT_COMMON_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 964) | typedef struct { type EFI_ACPI_5_1_PMMT_SOCKET_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 982) | typedef struct { type EFI_ACPI_5_1_PMMT_MEMORY_CONTROLLER_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 992) | typedef struct { type EFI_ACPI_5_1_PMMT_DIMM_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1009) | typedef struct { type EFI_ACPI_5_1_BOOT_GRAPHICS_RESOURCE_TABLE (line 1020) | typedef struct { type EFI_ACPI_5_1_FPDT_PERFORMANCE_RECORD_HEADER (line 1112) | typedef struct { type EFI_ACPI_5_1_FPDT_PERFORMANCE_TABLE_HEADER (line 1121) | typedef struct { type EFI_ACPI_5_1_FPDT_BOOT_PERFORMANCE_TABLE_POINTER_RECORD (line 1129) | typedef struct { type EFI_ACPI_5_1_FPDT_S3_PERFORMANCE_TABLE_POINTER_RECORD (line 1141) | typedef struct { type EFI_ACPI_5_1_FPDT_FIRMWARE_BASIC_BOOT_RECORD (line 1153) | typedef struct { type EFI_ACPI_5_1_FPDT_FIRMWARE_BASIC_BOOT_TABLE (line 1194) | typedef struct { type EFI_ACPI_5_1_FPDT_FIRMWARE_S3_BOOT_TABLE (line 1209) | typedef struct { type EFI_ACPI_5_1_FPDT_S3_RESUME_RECORD (line 1219) | typedef struct { type EFI_ACPI_5_1_FPDT_S3_SUSPEND_RECORD (line 1241) | typedef struct { type EFI_ACPI_5_1_FIRMWARE_PERFORMANCE_RECORD_TABLE (line 1259) | typedef struct { type EFI_ACPI_5_1_GENERIC_TIMER_DESCRIPTION_TABLE (line 1266) | typedef struct { type EFI_ACPI_5_1_GTDT_GT_BLOCK_STRUCTURE (line 1304) | typedef struct { type EFI_ACPI_5_1_GTDT_GT_BLOCK_TIMER_STRUCTURE (line 1316) | typedef struct { type EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_STRUCTURE (line 1343) | typedef struct { type EFI_ACPI_5_1_BOOT_ERROR_RECORD_TABLE_HEADER (line 1363) | typedef struct { type EFI_ACPI_5_1_ERROR_BLOCK_STATUS (line 1377) | typedef struct { type EFI_ACPI_5_1_BOOT_ERROR_REGION_STRUCTURE (line 1389) | typedef struct { type EFI_ACPI_5_1_GENERIC_ERROR_DATA_ENTRY_STRUCTURE (line 1414) | typedef struct { type EFI_ACPI_5_1_HARDWARE_ERROR_SOURCE_TABLE_HEADER (line 1433) | typedef struct { type EFI_ACPI_5_1_IA32_ARCHITECTURE_MACHINE_CHECK_EXCEPTION_STRUCTURE (line 1463) | typedef struct { type EFI_ACPI_5_1_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_BANK_STRUCTURE (line 1480) | typedef struct { type EFI_ACPI_5_1_HARDWARE_ERROR_NOTIFICATION_CONFIGURATION_WRITE_ENABLE_STRUCTURE (line 1511) | typedef struct { type EFI_ACPI_5_1_HARDWARE_ERROR_NOTIFICATION_STRUCTURE (line 1524) | typedef struct { type EFI_ACPI_5_1_IA32_ARCHITECTURE_CORRECTED_MACHINE_CHECK_STRUCTURE (line 1539) | typedef struct { type EFI_ACPI_5_1_IA32_ARCHITECTURE_NMI_ERROR_STRUCTURE (line 1555) | typedef struct { type EFI_ACPI_5_1_PCI_EXPRESS_ROOT_PORT_AER_STRUCTURE (line 1567) | typedef struct { type EFI_ACPI_5_1_PCI_EXPRESS_DEVICE_AER_STRUCTURE (line 1590) | typedef struct { type EFI_ACPI_5_1_PCI_EXPRESS_BRIDGE_AER_STRUCTURE (line 1612) | typedef struct { type EFI_ACPI_5_1_GENERIC_HARDWARE_ERROR_SOURCE_STRUCTURE (line 1637) | typedef struct { type EFI_ACPI_5_1_GENERIC_ERROR_STATUS_STRUCTURE (line 1654) | typedef struct { type EFI_ACPI_5_1_ERROR_RECORD_SERIALIZATION_TABLE_HEADER (line 1665) | typedef struct { type EFI_ACPI_5_1_ERST_SERIALIZATION_INSTRUCTION_ENTRY (line 1737) | typedef struct { type EFI_ACPI_5_1_ERROR_INJECTION_TABLE_HEADER (line 1750) | typedef struct { type EFI_ACPI_5_1_EINJ_INJECTION_INSTRUCTION_ENTRY (line 1817) | typedef struct { type EFI_ACPI_5_1_EINJ_TRIGGER_ACTION_TABLE (line 1830) | typedef struct { type EFI_ACPI_5_1_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER (line 1840) | typedef struct { type EFI_ACPI_5_1_PCCT_SUBSPACE_HEADER (line 1864) | typedef struct { type EFI_ACPI_5_1_PCCT_SUBSPACE_GENERIC (line 1872) | typedef struct { type EFI_ACPI_5_1_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND (line 1890) | typedef struct { type EFI_ACPI_5_1_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS (line 1896) | typedef struct { type EFI_ACPI_5_1_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 1905) | typedef struct { FILE: src/edk2/Acpi60.h type EFI_ACPI_6_0_GENERIC_ADDRESS_STRUCTURE (line 44) | typedef struct { type EFI_ACPI_6_0_ROOT_SYSTEM_DESCRIPTION_POINTER (line 79) | typedef struct { type EFI_ACPI_6_0_COMMON_HEADER (line 100) | typedef struct { type EFI_ACPI_6_0_FIXED_ACPI_DESCRIPTION_TABLE (line 130) | typedef struct { type EFI_ACPI_6_0_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 256) | typedef struct { type EFI_ACPI_6_0_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 302) | typedef struct { type EFI_ACPI_6_0_PROCESSOR_LOCAL_APIC_STRUCTURE (line 348) | typedef struct { type EFI_ACPI_6_0_IO_APIC_STRUCTURE (line 364) | typedef struct { type EFI_ACPI_6_0_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 376) | typedef struct { type EFI_ACPI_6_0_PLATFORM_INTERRUPT_APIC_STRUCTURE (line 388) | typedef struct { type EFI_ACPI_6_0_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 412) | typedef struct { type EFI_ACPI_6_0_LOCAL_APIC_NMI_STRUCTURE (line 422) | typedef struct { type EFI_ACPI_6_0_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 433) | typedef struct { type EFI_ACPI_6_0_IO_SAPIC_STRUCTURE (line 443) | typedef struct { type EFI_ACPI_6_0_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 456) | typedef struct { type EFI_ACPI_6_0_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 470) | typedef struct { type EFI_ACPI_6_0_PROCESSOR_LOCAL_X2APIC_STRUCTURE (line 491) | typedef struct { type EFI_ACPI_6_0_LOCAL_X2APIC_NMI_STRUCTURE (line 503) | typedef struct { type EFI_ACPI_6_0_GIC_STRUCTURE (line 515) | typedef struct { type EFI_ACPI_6_0_GIC_DISTRIBUTOR_STRUCTURE (line 545) | typedef struct { type EFI_ACPI_6_0_GIC_MSI_FRAME_STRUCTURE (line 567) | typedef struct { type EFI_ACPI_6_0_GICR_STRUCTURE (line 586) | typedef struct { type EFI_ACPI_6_0_GIC_ITS_STRUCTURE (line 597) | typedef struct { type EFI_ACPI_6_0_SMART_BATTERY_DESCRIPTION_TABLE (line 609) | typedef struct { type EFI_ACPI_6_0_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 626) | typedef struct { type EFI_ACPI_6_0_SYSTEM_RESOURCE_AFFINITY_TABLE_HEADER (line 643) | typedef struct { type EFI_ACPI_6_0_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY_STRUCTURE (line 667) | typedef struct { type EFI_ACPI_6_0_MEMORY_AFFINITY_STRUCTURE (line 686) | typedef struct { type EFI_ACPI_6_0_PROCESSOR_LOCAL_X2APIC_AFFINITY_STRUCTURE (line 710) | typedef struct { type EFI_ACPI_6_0_GICC_AFFINITY_STRUCTURE (line 724) | typedef struct { type EFI_ACPI_6_0_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER (line 742) | typedef struct { type EFI_ACPI_6_0_CORRECTED_PLATFORM_ERROR_POLLING_TABLE_HEADER (line 755) | typedef struct { type EFI_ACPI_6_0_CPEP_PROCESSOR_APIC_SAPIC_STRUCTURE (line 773) | typedef struct { type EFI_ACPI_6_0_MAXIMUM_SYSTEM_CHARACTERISTICS_TABLE_HEADER (line 784) | typedef struct { type EFI_ACPI_6_0_MAXIMUM_PROXIMITY_DOMAIN_INFORMATION_STRUCTURE (line 800) | typedef struct { type EFI_ACPI_6_0_RAS_FEATURE_TABLE (line 812) | typedef struct { type EFI_ACPI_6_0_RASF_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 825) | typedef struct { type EFI_ACPI_6_0_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE (line 850) | typedef struct { type EFI_ACPI_6_0_MEMORY_POWER_STATUS_TABLE (line 871) | typedef struct { type EFI_ACPI_6_0_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 887) | typedef struct { type EFI_ACPI_6_0_MPST_MEMORY_POWER_STATE (line 915) | typedef struct { type EFI_ACPI_6_0_MPST_MEMORY_POWER_STRUCTURE (line 920) | typedef struct { type EFI_ACPI_6_0_MPST_MEMORY_POWER_NODE_TABLE (line 937) | typedef struct { type EFI_ACPI_6_0_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_STRUCTURE (line 945) | typedef struct { type EFI_ACPI_6_0_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_TABLE (line 958) | typedef struct { type EFI_ACPI_6_0_MEMORY_TOPOLOGY_TABLE (line 966) | typedef struct { type EFI_ACPI_6_0_PMMT_COMMON_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 979) | typedef struct { type EFI_ACPI_6_0_PMMT_SOCKET_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 997) | typedef struct { type EFI_ACPI_6_0_PMMT_MEMORY_CONTROLLER_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1007) | typedef struct { type EFI_ACPI_6_0_PMMT_DIMM_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1024) | typedef struct { type EFI_ACPI_6_0_BOOT_GRAPHICS_RESOURCE_TABLE (line 1035) | typedef struct { type EFI_ACPI_6_0_FPDT_PERFORMANCE_RECORD_HEADER (line 1127) | typedef struct { type EFI_ACPI_6_0_FPDT_PERFORMANCE_TABLE_HEADER (line 1136) | typedef struct { type EFI_ACPI_6_0_FPDT_BOOT_PERFORMANCE_TABLE_POINTER_RECORD (line 1144) | typedef struct { type EFI_ACPI_6_0_FPDT_S3_PERFORMANCE_TABLE_POINTER_RECORD (line 1156) | typedef struct { type EFI_ACPI_6_0_FPDT_FIRMWARE_BASIC_BOOT_RECORD (line 1168) | typedef struct { type EFI_ACPI_6_0_FPDT_FIRMWARE_BASIC_BOOT_TABLE (line 1209) | typedef struct { type EFI_ACPI_6_0_FPDT_FIRMWARE_S3_BOOT_TABLE (line 1224) | typedef struct { type EFI_ACPI_6_0_FPDT_S3_RESUME_RECORD (line 1234) | typedef struct { type EFI_ACPI_6_0_FPDT_S3_SUSPEND_RECORD (line 1256) | typedef struct { type EFI_ACPI_6_0_FIRMWARE_PERFORMANCE_RECORD_TABLE (line 1274) | typedef struct { type EFI_ACPI_6_0_GENERIC_TIMER_DESCRIPTION_TABLE (line 1281) | typedef struct { type EFI_ACPI_6_0_GTDT_GT_BLOCK_STRUCTURE (line 1319) | typedef struct { type EFI_ACPI_6_0_GTDT_GT_BLOCK_TIMER_STRUCTURE (line 1331) | typedef struct { type EFI_ACPI_6_0_GTDT_SBSA_GENERIC_WATCHDOG_STRUCTURE (line 1358) | typedef struct { type EFI_ACPI_6_0_NVDIMM_FIRMWARE_INTERFACE_TABLE (line 1378) | typedef struct { type EFI_ACPI_6_0_NFIT_STRUCTURE_HEADER (line 1402) | typedef struct { type EFI_ACPI_6_0_NFIT_SYSTEM_PHYSICAL_ADDRESS_RANGE_STRUCTURE (line 1420) | typedef struct { type EFI_ACPI_6_0_NFIT_DEVICE_HANDLE (line 1436) | typedef struct { type EFI_ACPI_6_0_NFIT_MEMORY_DEVICE_TO_SYSTEM_ADDRESS_RANGE_MAP_STRUCTURE (line 1451) | typedef struct { type EFI_ACPI_6_0_NFIT_INTERLEAVE_STRUCTURE (line 1471) | typedef struct { type EFI_ACPI_6_0_NFIT_SMBIOS_MANAGEMENT_INFORMATION_STRUCTURE (line 1484) | typedef struct { type EFI_ACPI_6_0_NFIT_NVDIMM_CONTROL_REGION_STRUCTURE (line 1495) | typedef struct { type EFI_ACPI_6_0_NFIT_NVDIMM_BLOCK_DATA_WINDOW_REGION_STRUCTURE (line 1521) | typedef struct { type EFI_ACPI_6_0_NFIT_FLUSH_HINT_ADDRESS_STRUCTURE (line 1535) | typedef struct { type EFI_ACPI_6_0_BOOT_ERROR_RECORD_TABLE_HEADER (line 1547) | typedef struct { type EFI_ACPI_6_0_ERROR_BLOCK_STATUS (line 1561) | typedef struct { type EFI_ACPI_6_0_BOOT_ERROR_REGION_STRUCTURE (line 1573) | typedef struct { type EFI_ACPI_6_0_GENERIC_ERROR_DATA_ENTRY_STRUCTURE (line 1598) | typedef struct { type EFI_ACPI_6_0_HARDWARE_ERROR_SOURCE_TABLE_HEADER (line 1617) | typedef struct { type EFI_ACPI_6_0_IA32_ARCHITECTURE_MACHINE_CHECK_EXCEPTION_STRUCTURE (line 1647) | typedef struct { type EFI_ACPI_6_0_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_BANK_STRUCTURE (line 1664) | typedef struct { type EFI_ACPI_6_0_HARDWARE_ERROR_NOTIFICATION_CONFIGURATION_WRITE_ENABLE_STRUCTURE (line 1698) | typedef struct { type EFI_ACPI_6_0_HARDWARE_ERROR_NOTIFICATION_STRUCTURE (line 1711) | typedef struct { type EFI_ACPI_6_0_IA32_ARCHITECTURE_CORRECTED_MACHINE_CHECK_STRUCTURE (line 1726) | typedef struct { type EFI_ACPI_6_0_IA32_ARCHITECTURE_NMI_ERROR_STRUCTURE (line 1742) | typedef struct { type EFI_ACPI_6_0_PCI_EXPRESS_ROOT_PORT_AER_STRUCTURE (line 1754) | typedef struct { type EFI_ACPI_6_0_PCI_EXPRESS_DEVICE_AER_STRUCTURE (line 1777) | typedef struct { type EFI_ACPI_6_0_PCI_EXPRESS_BRIDGE_AER_STRUCTURE (line 1799) | typedef struct { type EFI_ACPI_6_0_GENERIC_HARDWARE_ERROR_SOURCE_STRUCTURE (line 1824) | typedef struct { type EFI_ACPI_6_0_GENERIC_ERROR_STATUS_STRUCTURE (line 1841) | typedef struct { type EFI_ACPI_6_0_ERROR_RECORD_SERIALIZATION_TABLE_HEADER (line 1852) | typedef struct { type EFI_ACPI_6_0_ERST_SERIALIZATION_INSTRUCTION_ENTRY (line 1924) | typedef struct { type EFI_ACPI_6_0_ERROR_INJECTION_TABLE_HEADER (line 1937) | typedef struct { type EFI_ACPI_6_0_EINJ_INJECTION_INSTRUCTION_ENTRY (line 2004) | typedef struct { type EFI_ACPI_6_0_EINJ_TRIGGER_ACTION_TABLE (line 2017) | typedef struct { type EFI_ACPI_6_0_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER (line 2027) | typedef struct { type EFI_ACPI_6_0_PCCT_SUBSPACE_HEADER (line 2053) | typedef struct { type EFI_ACPI_6_0_PCCT_SUBSPACE_GENERIC (line 2061) | typedef struct { type EFI_ACPI_6_0_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND (line 2079) | typedef struct { type EFI_ACPI_6_0_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS (line 2085) | typedef struct { type EFI_ACPI_6_0_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 2094) | typedef struct { type EFI_ACPI_6_0_PCCT_SUBSPACE_1_HW_REDUCED_COMMUNICATIONS (line 2106) | typedef struct { type EFI_ACPI_6_0_PCCT_SUBSPACE_2_HW_REDUCED_COMMUNICATIONS (line 2125) | typedef struct { FILE: src/edk2/Acpi61.h type EFI_ACPI_6_1_GENERIC_ADDRESS_STRUCTURE (line 44) | typedef struct { type EFI_ACPI_6_1_ROOT_SYSTEM_DESCRIPTION_POINTER (line 79) | typedef struct { type EFI_ACPI_6_1_COMMON_HEADER (line 100) | typedef struct { type EFI_ACPI_6_1_FIXED_ACPI_DESCRIPTION_TABLE (line 130) | typedef struct { type EFI_ACPI_6_1_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 256) | typedef struct { type EFI_ACPI_6_1_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 302) | typedef struct { type EFI_ACPI_6_1_PROCESSOR_LOCAL_APIC_STRUCTURE (line 348) | typedef struct { type EFI_ACPI_6_1_IO_APIC_STRUCTURE (line 364) | typedef struct { type EFI_ACPI_6_1_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 376) | typedef struct { type EFI_ACPI_6_1_PLATFORM_INTERRUPT_APIC_STRUCTURE (line 388) | typedef struct { type EFI_ACPI_6_1_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 412) | typedef struct { type EFI_ACPI_6_1_LOCAL_APIC_NMI_STRUCTURE (line 422) | typedef struct { type EFI_ACPI_6_1_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 433) | typedef struct { type EFI_ACPI_6_1_IO_SAPIC_STRUCTURE (line 443) | typedef struct { type EFI_ACPI_6_1_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 456) | typedef struct { type EFI_ACPI_6_1_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 470) | typedef struct { type EFI_ACPI_6_1_PROCESSOR_LOCAL_X2APIC_STRUCTURE (line 491) | typedef struct { type EFI_ACPI_6_1_LOCAL_X2APIC_NMI_STRUCTURE (line 503) | typedef struct { type EFI_ACPI_6_1_GIC_STRUCTURE (line 515) | typedef struct { type EFI_ACPI_6_1_GIC_DISTRIBUTOR_STRUCTURE (line 545) | typedef struct { type EFI_ACPI_6_1_GIC_MSI_FRAME_STRUCTURE (line 567) | typedef struct { type EFI_ACPI_6_1_GICR_STRUCTURE (line 586) | typedef struct { type EFI_ACPI_6_1_GIC_ITS_STRUCTURE (line 597) | typedef struct { type EFI_ACPI_6_1_SMART_BATTERY_DESCRIPTION_TABLE (line 609) | typedef struct { type EFI_ACPI_6_1_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 626) | typedef struct { type EFI_ACPI_6_1_SYSTEM_RESOURCE_AFFINITY_TABLE_HEADER (line 643) | typedef struct { type EFI_ACPI_6_1_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY_STRUCTURE (line 667) | typedef struct { type EFI_ACPI_6_1_MEMORY_AFFINITY_STRUCTURE (line 686) | typedef struct { type EFI_ACPI_6_1_PROCESSOR_LOCAL_X2APIC_AFFINITY_STRUCTURE (line 710) | typedef struct { type EFI_ACPI_6_1_GICC_AFFINITY_STRUCTURE (line 724) | typedef struct { type EFI_ACPI_6_1_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER (line 742) | typedef struct { type EFI_ACPI_6_1_CORRECTED_PLATFORM_ERROR_POLLING_TABLE_HEADER (line 755) | typedef struct { type EFI_ACPI_6_1_CPEP_PROCESSOR_APIC_SAPIC_STRUCTURE (line 773) | typedef struct { type EFI_ACPI_6_1_MAXIMUM_SYSTEM_CHARACTERISTICS_TABLE_HEADER (line 784) | typedef struct { type EFI_ACPI_6_1_MAXIMUM_PROXIMITY_DOMAIN_INFORMATION_STRUCTURE (line 800) | typedef struct { type EFI_ACPI_6_1_RAS_FEATURE_TABLE (line 812) | typedef struct { type EFI_ACPI_6_1_RASF_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 825) | typedef struct { type EFI_ACPI_6_1_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE (line 850) | typedef struct { type EFI_ACPI_6_1_MEMORY_POWER_STATUS_TABLE (line 871) | typedef struct { type EFI_ACPI_6_1_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 887) | typedef struct { type EFI_ACPI_6_1_MPST_MEMORY_POWER_STATE (line 915) | typedef struct { type EFI_ACPI_6_1_MPST_MEMORY_POWER_STRUCTURE (line 920) | typedef struct { type EFI_ACPI_6_1_MPST_MEMORY_POWER_NODE_TABLE (line 937) | typedef struct { type EFI_ACPI_6_1_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_STRUCTURE (line 945) | typedef struct { type EFI_ACPI_6_1_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_TABLE (line 958) | typedef struct { type EFI_ACPI_6_1_MEMORY_TOPOLOGY_TABLE (line 966) | typedef struct { type EFI_ACPI_6_1_PMMT_COMMON_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 979) | typedef struct { type EFI_ACPI_6_1_PMMT_SOCKET_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 997) | typedef struct { type EFI_ACPI_6_1_PMMT_MEMORY_CONTROLLER_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1007) | typedef struct { type EFI_ACPI_6_1_PMMT_DIMM_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1024) | typedef struct { type EFI_ACPI_6_1_BOOT_GRAPHICS_RESOURCE_TABLE (line 1035) | typedef struct { type EFI_ACPI_6_1_FPDT_PERFORMANCE_RECORD_HEADER (line 1127) | typedef struct { type EFI_ACPI_6_1_FPDT_PERFORMANCE_TABLE_HEADER (line 1136) | typedef struct { type EFI_ACPI_6_1_FPDT_BOOT_PERFORMANCE_TABLE_POINTER_RECORD (line 1144) | typedef struct { type EFI_ACPI_6_1_FPDT_S3_PERFORMANCE_TABLE_POINTER_RECORD (line 1156) | typedef struct { type EFI_ACPI_6_1_FPDT_FIRMWARE_BASIC_BOOT_RECORD (line 1168) | typedef struct { type EFI_ACPI_6_1_FPDT_FIRMWARE_BASIC_BOOT_TABLE (line 1209) | typedef struct { type EFI_ACPI_6_1_FPDT_FIRMWARE_S3_BOOT_TABLE (line 1224) | typedef struct { type EFI_ACPI_6_1_FPDT_S3_RESUME_RECORD (line 1234) | typedef struct { type EFI_ACPI_6_1_FPDT_S3_SUSPEND_RECORD (line 1256) | typedef struct { type EFI_ACPI_6_1_FIRMWARE_PERFORMANCE_RECORD_TABLE (line 1274) | typedef struct { type EFI_ACPI_6_1_GENERIC_TIMER_DESCRIPTION_TABLE (line 1281) | typedef struct { type EFI_ACPI_6_1_GTDT_GT_BLOCK_STRUCTURE (line 1319) | typedef struct { type EFI_ACPI_6_1_GTDT_GT_BLOCK_TIMER_STRUCTURE (line 1331) | typedef struct { type EFI_ACPI_6_1_GTDT_SBSA_GENERIC_WATCHDOG_STRUCTURE (line 1358) | typedef struct { type EFI_ACPI_6_1_NVDIMM_FIRMWARE_INTERFACE_TABLE (line 1378) | typedef struct { type EFI_ACPI_6_1_NFIT_STRUCTURE_HEADER (line 1402) | typedef struct { type EFI_ACPI_6_1_NFIT_SYSTEM_PHYSICAL_ADDRESS_RANGE_STRUCTURE (line 1420) | typedef struct { type EFI_ACPI_6_1_NFIT_DEVICE_HANDLE (line 1436) | typedef struct { type EFI_ACPI_6_1_NFIT_NVDIMM_REGION_MAPPING_STRUCTURE (line 1452) | typedef struct { type EFI_ACPI_6_1_NFIT_INTERLEAVE_STRUCTURE (line 1472) | typedef struct { type EFI_ACPI_6_1_NFIT_SMBIOS_MANAGEMENT_INFORMATION_STRUCTURE (line 1485) | typedef struct { type EFI_ACPI_6_1_NFIT_NVDIMM_CONTROL_REGION_STRUCTURE (line 1498) | typedef struct { type EFI_ACPI_6_1_NFIT_NVDIMM_BLOCK_DATA_WINDOW_REGION_STRUCTURE (line 1527) | typedef struct { type EFI_ACPI_6_1_NFIT_FLUSH_HINT_ADDRESS_STRUCTURE (line 1541) | typedef struct { type EFI_ACPI_6_1_BOOT_ERROR_RECORD_TABLE_HEADER (line 1553) | typedef struct { type EFI_ACPI_6_1_ERROR_BLOCK_STATUS (line 1567) | typedef struct { type EFI_ACPI_6_1_BOOT_ERROR_REGION_STRUCTURE (line 1579) | typedef struct { type EFI_ACPI_6_1_GENERIC_ERROR_DATA_ENTRY_STRUCTURE (line 1604) | typedef struct { type EFI_ACPI_6_1_HARDWARE_ERROR_SOURCE_TABLE_HEADER (line 1624) | typedef struct { type EFI_ACPI_6_1_IA32_ARCHITECTURE_MACHINE_CHECK_EXCEPTION_STRUCTURE (line 1655) | typedef struct { type EFI_ACPI_6_1_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_BANK_STRUCTURE (line 1672) | typedef struct { type EFI_ACPI_6_1_HARDWARE_ERROR_NOTIFICATION_CONFIGURATION_WRITE_ENABLE_STRUCTURE (line 1709) | typedef struct { type EFI_ACPI_6_1_HARDWARE_ERROR_NOTIFICATION_STRUCTURE (line 1722) | typedef struct { type EFI_ACPI_6_1_IA32_ARCHITECTURE_CORRECTED_MACHINE_CHECK_STRUCTURE (line 1737) | typedef struct { type EFI_ACPI_6_1_IA32_ARCHITECTURE_NMI_ERROR_STRUCTURE (line 1753) | typedef struct { type EFI_ACPI_6_1_PCI_EXPRESS_ROOT_PORT_AER_STRUCTURE (line 1765) | typedef struct { type EFI_ACPI_6_1_PCI_EXPRESS_DEVICE_AER_STRUCTURE (line 1788) | typedef struct { type EFI_ACPI_6_1_PCI_EXPRESS_BRIDGE_AER_STRUCTURE (line 1810) | typedef struct { type EFI_ACPI_6_1_GENERIC_HARDWARE_ERROR_SOURCE_STRUCTURE (line 1835) | typedef struct { type EFI_ACPI_6_1_GENERIC_HARDWARE_ERROR_SOURCE_VERSION_2_STRUCTURE (line 1852) | typedef struct { type EFI_ACPI_6_1_GENERIC_ERROR_STATUS_STRUCTURE (line 1872) | typedef struct { type EFI_ACPI_6_1_ERROR_RECORD_SERIALIZATION_TABLE_HEADER (line 1883) | typedef struct { type EFI_ACPI_6_1_ERST_SERIALIZATION_INSTRUCTION_ENTRY (line 1956) | typedef struct { type EFI_ACPI_6_1_ERROR_INJECTION_TABLE_HEADER (line 1969) | typedef struct { type EFI_ACPI_6_1_EINJ_INJECTION_INSTRUCTION_ENTRY (line 2037) | typedef struct { type EFI_ACPI_6_1_EINJ_TRIGGER_ACTION_TABLE (line 2050) | typedef struct { type EFI_ACPI_6_1_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER (line 2060) | typedef struct { type EFI_ACPI_6_1_PCCT_SUBSPACE_HEADER (line 2086) | typedef struct { type EFI_ACPI_6_1_PCCT_SUBSPACE_GENERIC (line 2094) | typedef struct { type EFI_ACPI_6_1_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND (line 2112) | typedef struct { type EFI_ACPI_6_1_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS (line 2118) | typedef struct { type EFI_ACPI_6_1_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 2127) | typedef struct { type EFI_ACPI_6_1_PCCT_SUBSPACE_1_HW_REDUCED_COMMUNICATIONS (line 2139) | typedef struct { type EFI_ACPI_6_1_PCCT_SUBSPACE_2_HW_REDUCED_COMMUNICATIONS (line 2158) | typedef struct { FILE: src/edk2/Acpi62.h type PACKED (line 58) | typedef PACKED struct type PACKED (line 74) | typedef PACKED struct type PACKED (line 90) | typedef PACKED struct type PACKED (line 103) | typedef PACKED struct type PACKED (line 118) | typedef PACKED struct type EFI_ACPI_6_2_GENERIC_ADDRESS_STRUCTURE (line 141) | typedef struct { type EFI_ACPI_6_2_ROOT_SYSTEM_DESCRIPTION_POINTER (line 176) | typedef struct { type EFI_ACPI_6_2_COMMON_HEADER (line 197) | typedef struct { type EFI_ACPI_6_2_FIXED_ACPI_DESCRIPTION_TABLE (line 227) | typedef struct { type EFI_ACPI_6_2_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 353) | typedef struct { type EFI_ACPI_6_2_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 399) | typedef struct { type EFI_ACPI_6_2_PROCESSOR_LOCAL_APIC_STRUCTURE (line 445) | typedef struct { type EFI_ACPI_6_2_IO_APIC_STRUCTURE (line 461) | typedef struct { type EFI_ACPI_6_2_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 473) | typedef struct { type EFI_ACPI_6_2_PLATFORM_INTERRUPT_APIC_STRUCTURE (line 485) | typedef struct { type EFI_ACPI_6_2_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 509) | typedef struct { type EFI_ACPI_6_2_LOCAL_APIC_NMI_STRUCTURE (line 519) | typedef struct { type EFI_ACPI_6_2_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 530) | typedef struct { type EFI_ACPI_6_2_IO_SAPIC_STRUCTURE (line 540) | typedef struct { type EFI_ACPI_6_2_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 553) | typedef struct { type EFI_ACPI_6_2_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 567) | typedef struct { type EFI_ACPI_6_2_PROCESSOR_LOCAL_X2APIC_STRUCTURE (line 588) | typedef struct { type EFI_ACPI_6_2_LOCAL_X2APIC_NMI_STRUCTURE (line 600) | typedef struct { type EFI_ACPI_6_2_GIC_STRUCTURE (line 612) | typedef struct { type EFI_ACPI_6_2_GIC_DISTRIBUTOR_STRUCTURE (line 642) | typedef struct { type EFI_ACPI_6_2_GIC_MSI_FRAME_STRUCTURE (line 664) | typedef struct { type EFI_ACPI_6_2_GICR_STRUCTURE (line 683) | typedef struct { type EFI_ACPI_6_2_GIC_ITS_STRUCTURE (line 694) | typedef struct { type EFI_ACPI_6_2_SMART_BATTERY_DESCRIPTION_TABLE (line 706) | typedef struct { type EFI_ACPI_6_2_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 723) | typedef struct { type EFI_ACPI_6_2_SYSTEM_RESOURCE_AFFINITY_TABLE_HEADER (line 740) | typedef struct { type EFI_ACPI_6_2_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY_STRUCTURE (line 765) | typedef struct { type EFI_ACPI_6_2_MEMORY_AFFINITY_STRUCTURE (line 784) | typedef struct { type EFI_ACPI_6_2_PROCESSOR_LOCAL_X2APIC_AFFINITY_STRUCTURE (line 808) | typedef struct { type EFI_ACPI_6_2_GICC_AFFINITY_STRUCTURE (line 822) | typedef struct { type EFI_ACPI_6_2_GIC_ITS_AFFINITY_STRUCTURE (line 839) | typedef struct { type EFI_ACPI_6_2_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER (line 851) | typedef struct { type EFI_ACPI_6_2_CORRECTED_PLATFORM_ERROR_POLLING_TABLE_HEADER (line 864) | typedef struct { type EFI_ACPI_6_2_CPEP_PROCESSOR_APIC_SAPIC_STRUCTURE (line 882) | typedef struct { type EFI_ACPI_6_2_MAXIMUM_SYSTEM_CHARACTERISTICS_TABLE_HEADER (line 893) | typedef struct { type EFI_ACPI_6_2_MAXIMUM_PROXIMITY_DOMAIN_INFORMATION_STRUCTURE (line 909) | typedef struct { type EFI_ACPI_6_2_RAS_FEATURE_TABLE (line 921) | typedef struct { type EFI_ACPI_6_2_RASF_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 934) | typedef struct { type EFI_ACPI_6_2_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE (line 962) | typedef struct { type EFI_ACPI_6_2_MEMORY_POWER_STATUS_TABLE (line 983) | typedef struct { type EFI_ACPI_6_2_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 999) | typedef struct { type EFI_ACPI_6_2_MPST_MEMORY_POWER_STATE (line 1027) | typedef struct { type EFI_ACPI_6_2_MPST_MEMORY_POWER_STRUCTURE (line 1032) | typedef struct { type EFI_ACPI_6_2_MPST_MEMORY_POWER_NODE_TABLE (line 1049) | typedef struct { type EFI_ACPI_6_2_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_STRUCTURE (line 1057) | typedef struct { type EFI_ACPI_6_2_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_TABLE (line 1070) | typedef struct { type EFI_ACPI_6_2_MEMORY_TOPOLOGY_TABLE (line 1078) | typedef struct { type EFI_ACPI_6_2_PMMT_COMMON_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1091) | typedef struct { type EFI_ACPI_6_2_PMMT_SOCKET_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1109) | typedef struct { type EFI_ACPI_6_2_PMMT_MEMORY_CONTROLLER_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1119) | typedef struct { type EFI_ACPI_6_2_PMMT_DIMM_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1136) | typedef struct { type EFI_ACPI_6_2_BOOT_GRAPHICS_RESOURCE_TABLE (line 1147) | typedef struct { type EFI_ACPI_6_2_FPDT_PERFORMANCE_RECORD_HEADER (line 1239) | typedef struct { type EFI_ACPI_6_2_FPDT_PERFORMANCE_TABLE_HEADER (line 1248) | typedef struct { type EFI_ACPI_6_2_FPDT_BOOT_PERFORMANCE_TABLE_POINTER_RECORD (line 1256) | typedef struct { type EFI_ACPI_6_2_FPDT_S3_PERFORMANCE_TABLE_POINTER_RECORD (line 1268) | typedef struct { type EFI_ACPI_6_2_FPDT_FIRMWARE_BASIC_BOOT_RECORD (line 1280) | typedef struct { type EFI_ACPI_6_2_FPDT_FIRMWARE_BASIC_BOOT_TABLE (line 1321) | typedef struct { type EFI_ACPI_6_2_FPDT_FIRMWARE_S3_BOOT_TABLE (line 1336) | typedef struct { type EFI_ACPI_6_2_FPDT_S3_RESUME_RECORD (line 1346) | typedef struct { type EFI_ACPI_6_2_FPDT_S3_SUSPEND_RECORD (line 1368) | typedef struct { type EFI_ACPI_6_2_FIRMWARE_PERFORMANCE_RECORD_TABLE (line 1386) | typedef struct { type EFI_ACPI_6_2_GENERIC_TIMER_DESCRIPTION_TABLE (line 1393) | typedef struct { type EFI_ACPI_6_2_GTDT_GT_BLOCK_STRUCTURE (line 1431) | typedef struct { type EFI_ACPI_6_2_GTDT_GT_BLOCK_TIMER_STRUCTURE (line 1443) | typedef struct { type EFI_ACPI_6_2_GTDT_SBSA_GENERIC_WATCHDOG_STRUCTURE (line 1470) | typedef struct { type EFI_ACPI_6_2_NVDIMM_FIRMWARE_INTERFACE_TABLE (line 1490) | typedef struct { type EFI_ACPI_6_2_NFIT_STRUCTURE_HEADER (line 1515) | typedef struct { type EFI_ACPI_6_2_NFIT_SYSTEM_PHYSICAL_ADDRESS_RANGE_STRUCTURE (line 1533) | typedef struct { type EFI_ACPI_6_2_NFIT_DEVICE_HANDLE (line 1549) | typedef struct { type EFI_ACPI_6_2_NFIT_NVDIMM_REGION_MAPPING_STRUCTURE (line 1565) | typedef struct { type EFI_ACPI_6_2_NFIT_INTERLEAVE_STRUCTURE (line 1585) | typedef struct { type EFI_ACPI_6_2_NFIT_SMBIOS_MANAGEMENT_INFORMATION_STRUCTURE (line 1598) | typedef struct { type EFI_ACPI_6_2_NFIT_NVDIMM_CONTROL_REGION_STRUCTURE (line 1611) | typedef struct { type EFI_ACPI_6_2_NFIT_NVDIMM_BLOCK_DATA_WINDOW_REGION_STRUCTURE (line 1640) | typedef struct { type EFI_ACPI_6_2_NFIT_FLUSH_HINT_ADDRESS_STRUCTURE (line 1654) | typedef struct { type EFI_ACPI_6_2_NFIT_PLATFORM_CAPABILITIES_STRUCTURE (line 1666) | typedef struct { type EFI_ACPI_6_2_SECURE_DEVICES_TABLE_HEADER (line 1682) | typedef struct { type EFI_ACPI_6_2_SDEV_STRUCTURE_HEADER (line 1705) | typedef struct { type EFI_ACPI_6_2_SDEV_STRUCTURE_PCIE_ENDPOINT_DEVICE (line 1714) | typedef struct { type EFI_ACPI_6_2_SDEV_STRUCTURE_ACPI_NAMESPACE_DEVICE (line 1729) | typedef struct { type EFI_ACPI_6_2_BOOT_ERROR_RECORD_TABLE_HEADER (line 1742) | typedef struct { type EFI_ACPI_6_2_ERROR_BLOCK_STATUS (line 1756) | typedef struct { type EFI_ACPI_6_2_BOOT_ERROR_REGION_STRUCTURE (line 1768) | typedef struct { type EFI_ACPI_6_2_GENERIC_ERROR_DATA_ENTRY_STRUCTURE (line 1793) | typedef struct { type EFI_ACPI_6_2_HARDWARE_ERROR_SOURCE_TABLE_HEADER (line 1813) | typedef struct { type EFI_ACPI_6_2_IA32_ARCHITECTURE_MACHINE_CHECK_EXCEPTION_STRUCTURE (line 1846) | typedef struct { type EFI_ACPI_6_2_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_BANK_STRUCTURE (line 1863) | typedef struct { type EFI_ACPI_6_2_HARDWARE_ERROR_NOTIFICATION_CONFIGURATION_WRITE_ENABLE_STRUCTURE (line 1901) | typedef struct { type EFI_ACPI_6_2_HARDWARE_ERROR_NOTIFICATION_STRUCTURE (line 1914) | typedef struct { type EFI_ACPI_6_2_IA32_ARCHITECTURE_CORRECTED_MACHINE_CHECK_STRUCTURE (line 1929) | typedef struct { type EFI_ACPI_6_2_IA32_ARCHITECTURE_NMI_ERROR_STRUCTURE (line 1945) | typedef struct { type EFI_ACPI_6_2_PCI_EXPRESS_ROOT_PORT_AER_STRUCTURE (line 1957) | typedef struct { type EFI_ACPI_6_2_PCI_EXPRESS_DEVICE_AER_STRUCTURE (line 1980) | typedef struct { type EFI_ACPI_6_2_PCI_EXPRESS_BRIDGE_AER_STRUCTURE (line 2002) | typedef struct { type EFI_ACPI_6_2_GENERIC_HARDWARE_ERROR_SOURCE_STRUCTURE (line 2027) | typedef struct { type EFI_ACPI_6_2_GENERIC_HARDWARE_ERROR_SOURCE_VERSION_2_STRUCTURE (line 2044) | typedef struct { type EFI_ACPI_6_2_GENERIC_ERROR_STATUS_STRUCTURE (line 2064) | typedef struct { type EFI_ACPI_6_2_IA32_ARCHITECTURE_DEFERRED_MACHINE_CHECK_STRUCTURE (line 2075) | typedef struct { type EFI_ACPI_6_2_HETEROGENEOUS_MEMORY_ATTRIBUTE_TABLE_HEADER (line 2091) | typedef struct { type EFI_ACPI_6_2_HMAT_STRUCTURE_HEADER (line 2111) | typedef struct { type EFI_ACPI_6_2_HMAT_STRUCTURE_MEMORY_SUBSYSTEM_ADDRESS_RANGE_FLAGS (line 2120) | typedef struct { type EFI_ACPI_6_2_HMAT_STRUCTURE_MEMORY_SUBSYSTEM_ADDRESS_RANGE (line 2130) | typedef struct { type EFI_ACPI_6_2_HMAT_STRUCTURE_SYSTEM_LOCALITY_LATENCY_AND_BANDWIDTH_INFO_FLAGS (line 2146) | typedef struct { type EFI_ACPI_6_2_HMAT_STRUCTURE_SYSTEM_LOCALITY_LATENCY_AND_BANDWIDTH_INFO (line 2154) | typedef struct { type EFI_ACPI_6_2_HMAT_STRUCTURE_MEMORY_SIDE_CACHE_INFO_CACHE_ATTRIBUTES (line 2170) | typedef struct { type EFI_ACPI_6_2_HMAT_STRUCTURE_MEMORY_SIDE_CACHE_INFO (line 2181) | typedef struct { type EFI_ACPI_6_2_ERROR_RECORD_SERIALIZATION_TABLE_HEADER (line 2196) | typedef struct { type EFI_ACPI_6_2_ERST_SERIALIZATION_INSTRUCTION_ENTRY (line 2269) | typedef struct { type EFI_ACPI_6_2_ERROR_INJECTION_TABLE_HEADER (line 2282) | typedef struct { type EFI_ACPI_6_2_EINJ_INJECTION_INSTRUCTION_ENTRY (line 2350) | typedef struct { type EFI_ACPI_6_2_EINJ_TRIGGER_ACTION_TABLE (line 2363) | typedef struct { type EFI_ACPI_6_2_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER (line 2373) | typedef struct { type EFI_ACPI_6_2_PCCT_SUBSPACE_HEADER (line 2401) | typedef struct { type EFI_ACPI_6_2_PCCT_SUBSPACE_GENERIC (line 2409) | typedef struct { type EFI_ACPI_6_2_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND (line 2427) | typedef struct { type EFI_ACPI_6_2_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS (line 2433) | typedef struct { type EFI_ACPI_6_2_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 2442) | typedef struct { type EFI_ACPI_6_2_PCCT_SUBSPACE_1_HW_REDUCED_COMMUNICATIONS (line 2454) | typedef struct { type EFI_ACPI_6_2_PCCT_SUBSPACE_2_HW_REDUCED_COMMUNICATIONS (line 2473) | typedef struct { type EFI_ACPI_6_2_PCCT_SUBSPACE_3_EXTENDED_PCC (line 2495) | typedef struct { type EFI_ACPI_6_2_PCCT_SUBSPACE_3_EXTENDED_PCC (line 2525) | typedef EFI_ACPI_6_2_PCCT_SUBSPACE_3_EXTENDED_PCC EFI_ACPI_6_2_PCCT_SUBS... type EFI_ACPI_6_2_PCCT_EXTENDED_PCC_SHARED_MEMORY_REGION_HEADER (line 2529) | typedef struct { type EFI_ACPI_6_2_PLATFORM_DEBUG_TRIGGER_TABLE_HEADER (line 2539) | typedef struct { type EFI_ACPI_6_2_PDTT_PCC_IDENTIFIER (line 2554) | typedef struct { type EFI_ACPI_6_2_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 2570) | typedef EFI_ACPI_6_2_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER EFI_ACPI_6... type EFI_ACPI_6_2_PROCESSOR_PROPERTIES_TOPOLOGY_TABLE_HEADER (line 2575) | typedef struct { type EFI_ACPI_6_2_PPTT_STRUCTURE_HEADER (line 2594) | typedef struct { type EFI_ACPI_6_2_PPTT_STRUCTURE_PROCESSOR_FLAGS (line 2609) | typedef struct { type EFI_ACPI_6_2_PPTT_STRUCTURE_PROCESSOR (line 2618) | typedef struct { type EFI_ACPI_6_2_PPTT_STRUCTURE_CACHE_FLAGS (line 2631) | typedef struct { type EFI_ACPI_6_2_PPTT_STRUCTURE_CACHE_ATTRIBUTES (line 2657) | typedef struct { type EFI_ACPI_6_2_PPTT_STRUCTURE_CACHE (line 2667) | typedef struct { type EFI_ACPI_6_2_PPTT_STRUCTURE_ID (line 2683) | typedef struct { FILE: src/edk2/Acpi63.h type EFI_ACPI_6_3_GENERIC_ADDRESS_STRUCTURE (line 44) | typedef struct { type EFI_ACPI_6_3_ROOT_SYSTEM_DESCRIPTION_POINTER (line 84) | typedef struct { type EFI_ACPI_6_3_COMMON_HEADER (line 105) | typedef struct { type EFI_ACPI_6_3_FIXED_ACPI_DESCRIPTION_TABLE (line 135) | typedef struct { type EFI_ACPI_6_3_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 261) | typedef struct { type EFI_ACPI_6_3_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 307) | typedef struct { type EFI_ACPI_6_3_PROCESSOR_LOCAL_APIC_STRUCTURE (line 353) | typedef struct { type EFI_ACPI_6_3_IO_APIC_STRUCTURE (line 370) | typedef struct { type EFI_ACPI_6_3_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 382) | typedef struct { type EFI_ACPI_6_3_PLATFORM_INTERRUPT_APIC_STRUCTURE (line 394) | typedef struct { type EFI_ACPI_6_3_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 418) | typedef struct { type EFI_ACPI_6_3_LOCAL_APIC_NMI_STRUCTURE (line 428) | typedef struct { type EFI_ACPI_6_3_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 439) | typedef struct { type EFI_ACPI_6_3_IO_SAPIC_STRUCTURE (line 449) | typedef struct { type EFI_ACPI_6_3_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 462) | typedef struct { type EFI_ACPI_6_3_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 476) | typedef struct { type EFI_ACPI_6_3_PROCESSOR_LOCAL_X2APIC_STRUCTURE (line 497) | typedef struct { type EFI_ACPI_6_3_LOCAL_X2APIC_NMI_STRUCTURE (line 509) | typedef struct { type EFI_ACPI_6_3_GIC_STRUCTURE (line 521) | typedef struct { type EFI_ACPI_6_3_GIC_DISTRIBUTOR_STRUCTURE (line 552) | typedef struct { type EFI_ACPI_6_3_GIC_MSI_FRAME_STRUCTURE (line 574) | typedef struct { type EFI_ACPI_6_3_GICR_STRUCTURE (line 593) | typedef struct { type EFI_ACPI_6_3_GIC_ITS_STRUCTURE (line 604) | typedef struct { type EFI_ACPI_6_3_SMART_BATTERY_DESCRIPTION_TABLE (line 616) | typedef struct { type EFI_ACPI_6_3_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 633) | typedef struct { type EFI_ACPI_6_3_SYSTEM_RESOURCE_AFFINITY_TABLE_HEADER (line 650) | typedef struct { type EFI_ACPI_6_3_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY_STRUCTURE (line 676) | typedef struct { type EFI_ACPI_6_3_MEMORY_AFFINITY_STRUCTURE (line 695) | typedef struct { type EFI_ACPI_6_3_PROCESSOR_LOCAL_X2APIC_AFFINITY_STRUCTURE (line 719) | typedef struct { type EFI_ACPI_6_3_GICC_AFFINITY_STRUCTURE (line 733) | typedef struct { type EFI_ACPI_6_3_GIC_ITS_AFFINITY_STRUCTURE (line 750) | typedef struct { type EFI_ACPI_6_3_DEVICE_HANDLE_ACPI (line 769) | typedef struct { type EFI_ACPI_6_3_DEVICE_HANDLE_PCI (line 778) | typedef struct { type EFI_ACPI_6_3_GENERIC_INITIATOR_AFFINITY_STRUCTURE (line 787) | typedef struct { type EFI_ACPI_6_3_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER (line 813) | typedef struct { type EFI_ACPI_6_3_CORRECTED_PLATFORM_ERROR_POLLING_TABLE_HEADER (line 826) | typedef struct { type EFI_ACPI_6_3_CPEP_PROCESSOR_APIC_SAPIC_STRUCTURE (line 844) | typedef struct { type EFI_ACPI_6_3_MAXIMUM_SYSTEM_CHARACTERISTICS_TABLE_HEADER (line 855) | typedef struct { type EFI_ACPI_6_3_MAXIMUM_PROXIMITY_DOMAIN_INFORMATION_STRUCTURE (line 871) | typedef struct { type EFI_ACPI_6_3_RAS_FEATURE_TABLE (line 883) | typedef struct { type EFI_ACPI_6_3_RASF_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 896) | typedef struct { type EFI_ACPI_6_3_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE (line 924) | typedef struct { type EFI_ACPI_6_3_MEMORY_POWER_STATUS_TABLE (line 945) | typedef struct { type EFI_ACPI_6_3_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 961) | typedef struct { type EFI_ACPI_6_3_MPST_MEMORY_POWER_STATE (line 989) | typedef struct { type EFI_ACPI_6_3_MPST_MEMORY_POWER_STRUCTURE (line 994) | typedef struct { type EFI_ACPI_6_3_MPST_MEMORY_POWER_NODE_TABLE (line 1011) | typedef struct { type EFI_ACPI_6_3_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_STRUCTURE (line 1019) | typedef struct { type EFI_ACPI_6_3_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_TABLE (line 1032) | typedef struct { type EFI_ACPI_6_3_MEMORY_TOPOLOGY_TABLE (line 1040) | typedef struct { type EFI_ACPI_6_3_PMMT_COMMON_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1053) | typedef struct { type EFI_ACPI_6_3_PMMT_SOCKET_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1071) | typedef struct { type EFI_ACPI_6_3_PMMT_MEMORY_CONTROLLER_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1081) | typedef struct { type EFI_ACPI_6_3_PMMT_DIMM_MEMORY_AGGREGATOR_DEVICE_STRUCTURE (line 1098) | typedef struct { type EFI_ACPI_6_3_BOOT_GRAPHICS_RESOURCE_TABLE (line 1109) | typedef struct { type EFI_ACPI_6_3_FPDT_PERFORMANCE_RECORD_HEADER (line 1201) | typedef struct { type EFI_ACPI_6_3_FPDT_PERFORMANCE_TABLE_HEADER (line 1210) | typedef struct { type EFI_ACPI_6_3_FPDT_BOOT_PERFORMANCE_TABLE_POINTER_RECORD (line 1218) | typedef struct { type EFI_ACPI_6_3_FPDT_S3_PERFORMANCE_TABLE_POINTER_RECORD (line 1230) | typedef struct { type EFI_ACPI_6_3_FPDT_FIRMWARE_BASIC_BOOT_RECORD (line 1242) | typedef struct { type EFI_ACPI_6_3_FPDT_FIRMWARE_BASIC_BOOT_TABLE (line 1283) | typedef struct { type EFI_ACPI_6_3_FPDT_FIRMWARE_S3_BOOT_TABLE (line 1298) | typedef struct { type EFI_ACPI_6_3_FPDT_S3_RESUME_RECORD (line 1308) | typedef struct { type EFI_ACPI_6_3_FPDT_S3_SUSPEND_RECORD (line 1330) | typedef struct { type EFI_ACPI_6_3_FIRMWARE_PERFORMANCE_RECORD_TABLE (line 1348) | typedef struct { type EFI_ACPI_6_3_GENERIC_TIMER_DESCRIPTION_TABLE (line 1355) | typedef struct { type EFI_ACPI_6_3_GTDT_GT_BLOCK_STRUCTURE (line 1395) | typedef struct { type EFI_ACPI_6_3_GTDT_GT_BLOCK_TIMER_STRUCTURE (line 1407) | typedef struct { type EFI_ACPI_6_3_GTDT_SBSA_GENERIC_WATCHDOG_STRUCTURE (line 1434) | typedef struct { type EFI_ACPI_6_3_NVDIMM_FIRMWARE_INTERFACE_TABLE (line 1454) | typedef struct { type EFI_ACPI_6_3_NFIT_STRUCTURE_HEADER (line 1479) | typedef struct { type EFI_ACPI_6_3_NFIT_SYSTEM_PHYSICAL_ADDRESS_RANGE_STRUCTURE (line 1497) | typedef struct { type EFI_ACPI_6_3_NFIT_DEVICE_HANDLE (line 1513) | typedef struct { type EFI_ACPI_6_3_NFIT_NVDIMM_REGION_MAPPING_STRUCTURE (line 1529) | typedef struct { type EFI_ACPI_6_3_NFIT_INTERLEAVE_STRUCTURE (line 1549) | typedef struct { type EFI_ACPI_6_3_NFIT_SMBIOS_MANAGEMENT_INFORMATION_STRUCTURE (line 1562) | typedef struct { type EFI_ACPI_6_3_NFIT_NVDIMM_CONTROL_REGION_STRUCTURE (line 1575) | typedef struct { type EFI_ACPI_6_3_NFIT_NVDIMM_BLOCK_DATA_WINDOW_REGION_STRUCTURE (line 1604) | typedef struct { type EFI_ACPI_6_3_NFIT_FLUSH_HINT_ADDRESS_STRUCTURE (line 1618) | typedef struct { type EFI_ACPI_6_3_NFIT_PLATFORM_CAPABILITIES_STRUCTURE (line 1630) | typedef struct { type EFI_ACPI_6_3_SECURE_DEVICES_TABLE_HEADER (line 1646) | typedef struct { type EFI_ACPI_6_3_SDEV_STRUCTURE_HEADER (line 1669) | typedef struct { type EFI_ACPI_6_3_SDEV_STRUCTURE_PCIE_ENDPOINT_DEVICE (line 1678) | typedef struct { type EFI_ACPI_6_3_SDEV_STRUCTURE_ACPI_NAMESPACE_DEVICE (line 1693) | typedef struct { type EFI_ACPI_6_3_BOOT_ERROR_RECORD_TABLE_HEADER (line 1706) | typedef struct { type EFI_ACPI_6_3_ERROR_BLOCK_STATUS (line 1720) | typedef struct { type EFI_ACPI_6_3_BOOT_ERROR_REGION_STRUCTURE (line 1732) | typedef struct { type EFI_ACPI_6_3_GENERIC_ERROR_DATA_ENTRY_STRUCTURE (line 1757) | typedef struct { type EFI_ACPI_6_3_HARDWARE_ERROR_SOURCE_TABLE_HEADER (line 1777) | typedef struct { type EFI_ACPI_6_3_IA32_ARCHITECTURE_MACHINE_CHECK_EXCEPTION_STRUCTURE (line 1810) | typedef struct { type EFI_ACPI_6_3_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_BANK_STRUCTURE (line 1827) | typedef struct { type EFI_ACPI_6_3_HARDWARE_ERROR_NOTIFICATION_CONFIGURATION_WRITE_ENABLE_STRUCTURE (line 1865) | typedef struct { type EFI_ACPI_6_3_HARDWARE_ERROR_NOTIFICATION_STRUCTURE (line 1878) | typedef struct { type EFI_ACPI_6_3_IA32_ARCHITECTURE_CORRECTED_MACHINE_CHECK_STRUCTURE (line 1893) | typedef struct { type EFI_ACPI_6_3_IA32_ARCHITECTURE_NMI_ERROR_STRUCTURE (line 1909) | typedef struct { type EFI_ACPI_6_3_PCI_EXPRESS_ROOT_PORT_AER_STRUCTURE (line 1921) | typedef struct { type EFI_ACPI_6_3_PCI_EXPRESS_DEVICE_AER_STRUCTURE (line 1944) | typedef struct { type EFI_ACPI_6_3_PCI_EXPRESS_BRIDGE_AER_STRUCTURE (line 1966) | typedef struct { type EFI_ACPI_6_3_GENERIC_HARDWARE_ERROR_SOURCE_STRUCTURE (line 1991) | typedef struct { type EFI_ACPI_6_3_GENERIC_HARDWARE_ERROR_SOURCE_VERSION_2_STRUCTURE (line 2008) | typedef struct { type EFI_ACPI_6_3_GENERIC_ERROR_STATUS_STRUCTURE (line 2028) | typedef struct { type EFI_ACPI_6_3_IA32_ARCHITECTURE_DEFERRED_MACHINE_CHECK_STRUCTURE (line 2039) | typedef struct { type EFI_ACPI_6_3_HETEROGENEOUS_MEMORY_ATTRIBUTE_TABLE_HEADER (line 2055) | typedef struct { type EFI_ACPI_6_3_HMAT_STRUCTURE_HEADER (line 2075) | typedef struct { type EFI_ACPI_6_3_HMAT_STRUCTURE_MEMORY_PROXIMITY_DOMAIN_ATTRIBUTES_FLAGS (line 2084) | typedef struct { type EFI_ACPI_6_3_HMAT_STRUCTURE_MEMORY_PROXIMITY_DOMAIN_ATTRIBUTES (line 2092) | typedef struct { type EFI_ACPI_6_3_HMAT_STRUCTURE_SYSTEM_LOCALITY_LATENCY_AND_BANDWIDTH_INFO_FLAGS (line 2106) | typedef struct { type EFI_ACPI_6_3_HMAT_STRUCTURE_SYSTEM_LOCALITY_LATENCY_AND_BANDWIDTH_INFO (line 2114) | typedef struct { type EFI_ACPI_6_3_HMAT_STRUCTURE_MEMORY_SIDE_CACHE_INFO_CACHE_ATTRIBUTES (line 2130) | typedef struct { type EFI_ACPI_6_3_HMAT_STRUCTURE_MEMORY_SIDE_CACHE_INFO (line 2141) | typedef struct { type EFI_ACPI_6_3_ERROR_RECORD_SERIALIZATION_TABLE_HEADER (line 2156) | typedef struct { type EFI_ACPI_6_3_ERST_SERIALIZATION_INSTRUCTION_ENTRY (line 2229) | typedef struct { type EFI_ACPI_6_3_ERROR_INJECTION_TABLE_HEADER (line 2242) | typedef struct { type EFI_ACPI_6_3_EINJ_INJECTION_INSTRUCTION_ENTRY (line 2310) | typedef struct { type EFI_ACPI_6_3_EINJ_TRIGGER_ACTION_TABLE (line 2323) | typedef struct { type EFI_ACPI_6_3_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER (line 2333) | typedef struct { type EFI_ACPI_6_3_PCCT_SUBSPACE_HEADER (line 2361) | typedef struct { type EFI_ACPI_6_3_PCCT_SUBSPACE_GENERIC (line 2369) | typedef struct { type EFI_ACPI_6_3_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND (line 2387) | typedef struct { type EFI_ACPI_6_3_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS (line 2393) | typedef struct { type EFI_ACPI_6_3_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 2402) | typedef struct { type EFI_ACPI_6_3_PCCT_SUBSPACE_1_HW_REDUCED_COMMUNICATIONS (line 2414) | typedef struct { type EFI_ACPI_6_3_PCCT_SUBSPACE_2_HW_REDUCED_COMMUNICATIONS (line 2433) | typedef struct { type EFI_ACPI_6_3_PCCT_SUBSPACE_3_EXTENDED_PCC (line 2455) | typedef struct { type EFI_ACPI_6_3_PCCT_SUBSPACE_3_EXTENDED_PCC (line 2485) | typedef EFI_ACPI_6_3_PCCT_SUBSPACE_3_EXTENDED_PCC EFI_ACPI_6_3_PCCT_SUBS... type EFI_ACPI_6_3_PCCT_EXTENDED_PCC_SHARED_MEMORY_REGION_HEADER (line 2489) | typedef struct { type EFI_ACPI_6_3_PLATFORM_DEBUG_TRIGGER_TABLE_HEADER (line 2499) | typedef struct { type EFI_ACPI_6_3_PDTT_PCC_IDENTIFIER (line 2514) | typedef struct { type EFI_ACPI_6_3_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 2531) | typedef EFI_ACPI_6_3_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER EFI_ACPI_6... type EFI_ACPI_6_3_PROCESSOR_PROPERTIES_TOPOLOGY_TABLE_HEADER (line 2536) | typedef struct { type EFI_ACPI_6_3_PPTT_STRUCTURE_HEADER (line 2555) | typedef struct { type EFI_ACPI_6_3_PPTT_STRUCTURE_PROCESSOR_FLAGS (line 2578) | typedef struct { type EFI_ACPI_6_3_PPTT_STRUCTURE_PROCESSOR (line 2590) | typedef struct { type EFI_ACPI_6_3_PPTT_STRUCTURE_CACHE_FLAGS (line 2621) | typedef struct { type EFI_ACPI_6_3_PPTT_STRUCTURE_CACHE_ATTRIBUTES (line 2647) | typedef struct { type EFI_ACPI_6_3_PPTT_STRUCTURE_CACHE (line 2657) | typedef struct { type EFI_ACPI_6_3_PPTT_STRUCTURE_ID (line 2673) | typedef struct { FILE: src/edk2/Acpi64.h type EFI_ACPI_6_4_GENERIC_ADDRESS_STRUCTURE (line 44) | typedef struct { type EFI_ACPI_6_4_ROOT_SYSTEM_DESCRIPTION_POINTER (line 84) | typedef struct { type EFI_ACPI_6_4_COMMON_HEADER (line 105) | typedef struct { type EFI_ACPI_6_4_FIXED_ACPI_DESCRIPTION_TABLE (line 135) | typedef struct { type EFI_ACPI_6_4_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 261) | typedef struct { type EFI_ACPI_6_4_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 307) | typedef struct { type EFI_ACPI_6_4_PROCESSOR_LOCAL_APIC_STRUCTURE (line 354) | typedef struct { type EFI_ACPI_6_4_IO_APIC_STRUCTURE (line 371) | typedef struct { type EFI_ACPI_6_4_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 383) | typedef struct { type EFI_ACPI_6_4_PLATFORM_INTERRUPT_APIC_STRUCTURE (line 395) | typedef struct { type EFI_ACPI_6_4_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 419) | typedef struct { type EFI_ACPI_6_4_LOCAL_APIC_NMI_STRUCTURE (line 429) | typedef struct { type EFI_ACPI_6_4_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 440) | typedef struct { type EFI_ACPI_6_4_IO_SAPIC_STRUCTURE (line 450) | typedef struct { type EFI_ACPI_6_4_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 463) | typedef struct { type EFI_ACPI_6_4_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 477) | typedef struct { type EFI_ACPI_6_4_PROCESSOR_LOCAL_X2APIC_STRUCTURE (line 498) | typedef struct { type EFI_ACPI_6_4_LOCAL_X2APIC_NMI_STRUCTURE (line 510) | typedef struct { type EFI_ACPI_6_4_GIC_STRUCTURE (line 522) | typedef struct { type EFI_ACPI_6_4_GIC_DISTRIBUTOR_STRUCTURE (line 553) | typedef struct { type EFI_ACPI_6_4_GIC_MSI_FRAME_STRUCTURE (line 575) | typedef struct { type EFI_ACPI_6_4_GICR_STRUCTURE (line 594) | typedef struct { type EFI_ACPI_6_4_GIC_ITS_STRUCTURE (line 605) | typedef struct { type EFI_ACPI_6_4_MULTIPROCESSOR_WAKEUP_STRUCTURE (line 617) | typedef struct { type EFI_ACPI_6_4_MULTIPROCESSOR_WAKEUP_MAILBOX_STRUCTURE (line 628) | typedef struct { type EFI_ACPI_6_4_SMART_BATTERY_DESCRIPTION_TABLE (line 643) | typedef struct { type EFI_ACPI_6_4_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 660) | typedef struct { type EFI_ACPI_6_4_SYSTEM_RESOURCE_AFFINITY_TABLE_HEADER (line 677) | typedef struct { type EFI_ACPI_6_4_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY_STRUCTURE (line 703) | typedef struct { type EFI_ACPI_6_4_MEMORY_AFFINITY_STRUCTURE (line 722) | typedef struct { type EFI_ACPI_6_4_PROCESSOR_LOCAL_X2APIC_AFFINITY_STRUCTURE (line 746) | typedef struct { type EFI_ACPI_6_4_GICC_AFFINITY_STRUCTURE (line 760) | typedef struct { type EFI_ACPI_6_4_GIC_ITS_AFFINITY_STRUCTURE (line 777) | typedef struct { type EFI_ACPI_6_4_DEVICE_HANDLE_ACPI (line 796) | typedef struct { type EFI_ACPI_6_4_DEVICE_HANDLE_PCI (line 805) | typedef struct { type EFI_ACPI_6_4_DEVICE_HANDLE (line 814) | typedef union { type EFI_ACPI_6_4_GENERIC_INITIATOR_AFFINITY_STRUCTURE (line 822) | typedef struct { type EFI_ACPI_6_4_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER (line 844) | typedef struct { type EFI_ACPI_6_4_CORRECTED_PLATFORM_ERROR_POLLING_TABLE_HEADER (line 857) | typedef struct { type EFI_ACPI_6_4_CPEP_PROCESSOR_APIC_SAPIC_STRUCTURE (line 875) | typedef struct { type EFI_ACPI_6_4_MAXIMUM_SYSTEM_CHARACTERISTICS_TABLE_HEADER (line 886) | typedef struct { type EFI_ACPI_6_4_MAXIMUM_PROXIMITY_DOMAIN_INFORMATION_STRUCTURE (line 902) | typedef struct { type EFI_ACPI_6_4_RAS_FEATURE_TABLE (line 914) | typedef struct { type EFI_ACPI_6_4_RASF_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 927) | typedef struct { type EFI_ACPI_6_4_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE (line 955) | typedef struct { type EFI_ACPI_6_4_MEMORY_POWER_STATUS_TABLE (line 976) | typedef struct { type EFI_ACPI_6_4_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 992) | typedef struct { type EFI_ACPI_6_4_MPST_MEMORY_POWER_STATE (line 1020) | typedef struct { type EFI_ACPI_6_4_MPST_MEMORY_POWER_STRUCTURE (line 1025) | typedef struct { type EFI_ACPI_6_4_MPST_MEMORY_POWER_NODE_TABLE (line 1042) | typedef struct { type EFI_ACPI_6_4_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_STRUCTURE (line 1050) | typedef struct { type EFI_ACPI_6_4_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_TABLE (line 1063) | typedef struct { type EFI_ACPI_6_4_PLATFORM_MEMORY_TOPOLOGY_TABLE (line 1071) | typedef struct { type EFI_ACPI_6_4_PMTT_COMMON_MEMORY_DEVICE (line 1085) | typedef struct { type EFI_ACPI_6_4_PMTT_SOCKET_TYPE_DATA (line 1107) | typedef struct { type EFI_ACPI_6_4_PMTT_MEMORY_CONTROLLER_TYPE_DATA (line 1117) | typedef struct { type EFI_ACPI_6_4_PMTT_DIMM_TYPE_SPECIFIC_DATA (line 1127) | typedef struct { type EFI_ACPI_6_4_PMTT_VENDOR_SPECIFIC_TYPE_DATA (line 1135) | typedef struct { type EFI_ACPI_6_4_BOOT_GRAPHICS_RESOURCE_TABLE (line 1145) | typedef struct { type EFI_ACPI_6_4_FPDT_PERFORMANCE_RECORD_HEADER (line 1244) | typedef struct { type EFI_ACPI_6_4_FPDT_PERFORMANCE_TABLE_HEADER (line 1253) | typedef struct { type EFI_ACPI_6_4_FPDT_BOOT_PERFORMANCE_TABLE_POINTER_RECORD (line 1261) | typedef struct { type EFI_ACPI_6_4_FPDT_S3_PERFORMANCE_TABLE_POINTER_RECORD (line 1273) | typedef struct { type EFI_ACPI_6_4_FPDT_FIRMWARE_BASIC_BOOT_RECORD (line 1285) | typedef struct { type EFI_ACPI_6_4_FPDT_FIRMWARE_BASIC_BOOT_TABLE (line 1326) | typedef struct { type EFI_ACPI_6_4_FPDT_FIRMWARE_S3_BOOT_TABLE (line 1341) | typedef struct { type EFI_ACPI_6_4_FPDT_S3_RESUME_RECORD (line 1351) | typedef struct { type EFI_ACPI_6_4_FPDT_S3_SUSPEND_RECORD (line 1373) | typedef struct { type EFI_ACPI_6_4_FIRMWARE_PERFORMANCE_RECORD_TABLE (line 1391) | typedef struct { type EFI_ACPI_6_4_GENERIC_TIMER_DESCRIPTION_TABLE (line 1398) | typedef struct { type EFI_ACPI_6_4_GTDT_GT_BLOCK_STRUCTURE (line 1438) | typedef struct { type EFI_ACPI_6_4_GTDT_GT_BLOCK_TIMER_STRUCTURE (line 1450) | typedef struct { type EFI_ACPI_6_4_GTDT_ARM_GENERIC_WATCHDOG_STRUCTURE (line 1477) | typedef struct { type EFI_ACPI_6_4_NVDIMM_FIRMWARE_INTERFACE_TABLE (line 1497) | typedef struct { type EFI_ACPI_6_4_NFIT_STRUCTURE_HEADER (line 1522) | typedef struct { type EFI_ACPI_6_4_NFIT_SYSTEM_PHYSICAL_ADDRESS_RANGE_STRUCTURE (line 1543) | typedef struct { type EFI_ACPI_6_4_NFIT_DEVICE_HANDLE (line 1560) | typedef struct { type EFI_ACPI_6_4_NFIT_NVDIMM_REGION_MAPPING_STRUCTURE (line 1577) | typedef struct { type EFI_ACPI_6_4_NFIT_INTERLEAVE_STRUCTURE (line 1597) | typedef struct { type EFI_ACPI_6_4_NFIT_SMBIOS_MANAGEMENT_INFORMATION_STRUCTURE (line 1610) | typedef struct { type EFI_ACPI_6_4_NFIT_NVDIMM_CONTROL_REGION_STRUCTURE (line 1624) | typedef struct { type EFI_ACPI_6_4_NFIT_NVDIMM_BLOCK_DATA_WINDOW_REGION_STRUCTURE (line 1653) | typedef struct { type EFI_ACPI_6_4_NFIT_FLUSH_HINT_ADDRESS_STRUCTURE (line 1667) | typedef struct { type EFI_ACPI_6_4_NFIT_PLATFORM_CAPABILITIES_STRUCTURE (line 1679) | typedef struct { type EFI_ACPI_6_4_SECURE_DEVICES_TABLE_HEADER (line 1695) | typedef struct { type EFI_ACPI_6_4_SDEV_STRUCTURE_HEADER (line 1719) | typedef struct { type EFI_ACPI_6_4_SDEV_STRUCTURE_ACPI_NAMESPACE_DEVICE (line 1728) | typedef struct { type EFI_ACPI_6_4_SDEV_SECURE_ACCESS_COMPONENT_IDENTIFICATION_STRUCTURE (line 1747) | typedef struct { type EFI_ACPI_6_4_SDEV_SECURE_ACCESS_COMPONENT_MEMORY_STRUCTURE (line 1764) | typedef struct { type EFI_ACPI_6_4_SDEV_STRUCTURE_PCIE_ENDPOINT_DEVICE (line 1774) | typedef struct { type EFI_ACPI_6_4_BOOT_ERROR_RECORD_TABLE_HEADER (line 1787) | typedef struct { type EFI_ACPI_6_4_ERROR_BLOCK_STATUS (line 1801) | typedef struct { type EFI_ACPI_6_4_BOOT_ERROR_REGION_STRUCTURE (line 1813) | typedef struct { type EFI_ACPI_6_4_GENERIC_ERROR_DATA_ENTRY_STRUCTURE (line 1838) | typedef struct { type EFI_ACPI_6_4_HARDWARE_ERROR_SOURCE_TABLE_HEADER (line 1858) | typedef struct { type EFI_ACPI_6_4_IA32_ARCHITECTURE_MACHINE_CHECK_EXCEPTION_STRUCTURE (line 1891) | typedef struct { type EFI_ACPI_6_4_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_BANK_STRUCTURE (line 1908) | typedef struct { type EFI_ACPI_6_4_HARDWARE_ERROR_NOTIFICATION_CONFIGURATION_WRITE_ENABLE_STRUCTURE (line 1946) | typedef struct { type EFI_ACPI_6_4_HARDWARE_ERROR_NOTIFICATION_STRUCTURE (line 1959) | typedef struct { type EFI_ACPI_6_4_IA32_ARCHITECTURE_CORRECTED_MACHINE_CHECK_STRUCTURE (line 1974) | typedef struct { type EFI_ACPI_6_4_IA32_ARCHITECTURE_NMI_ERROR_STRUCTURE (line 1990) | typedef struct { type EFI_ACPI_6_4_PCI_EXPRESS_ROOT_PORT_AER_STRUCTURE (line 2002) | typedef struct { type EFI_ACPI_6_4_PCI_EXPRESS_DEVICE_AER_STRUCTURE (line 2025) | typedef struct { type EFI_ACPI_6_4_PCI_EXPRESS_BRIDGE_AER_STRUCTURE (line 2047) | typedef struct { type EFI_ACPI_6_4_GENERIC_HARDWARE_ERROR_SOURCE_STRUCTURE (line 2072) | typedef struct { type EFI_ACPI_6_4_GENERIC_HARDWARE_ERROR_SOURCE_VERSION_2_STRUCTURE (line 2089) | typedef struct { type EFI_ACPI_6_4_GENERIC_ERROR_STATUS_STRUCTURE (line 2109) | typedef struct { type EFI_ACPI_6_4_IA32_ARCHITECTURE_DEFERRED_MACHINE_CHECK_STRUCTURE (line 2120) | typedef struct { type EFI_ACPI_6_4_HETEROGENEOUS_MEMORY_ATTRIBUTE_TABLE_HEADER (line 2136) | typedef struct { type EFI_ACPI_6_4_HMAT_STRUCTURE_HEADER (line 2156) | typedef struct { type EFI_ACPI_6_4_HMAT_STRUCTURE_MEMORY_PROXIMITY_DOMAIN_ATTRIBUTES_FLAGS (line 2165) | typedef struct { type EFI_ACPI_6_4_HMAT_STRUCTURE_MEMORY_PROXIMITY_DOMAIN_ATTRIBUTES (line 2173) | typedef struct { type EFI_ACPI_6_4_HMAT_STRUCTURE_SYSTEM_LOCALITY_LATENCY_AND_BANDWIDTH_INFO_FLAGS (line 2187) | typedef struct { type EFI_ACPI_6_4_HMAT_STRUCTURE_SYSTEM_LOCALITY_LATENCY_AND_BANDWIDTH_INFO (line 2196) | typedef struct { type EFI_ACPI_6_4_HMAT_STRUCTURE_MEMORY_SIDE_CACHE_INFO_CACHE_ATTRIBUTES (line 2213) | typedef struct { type EFI_ACPI_6_4_HMAT_STRUCTURE_MEMORY_SIDE_CACHE_INFO (line 2224) | typedef struct { type EFI_ACPI_6_4_ERROR_RECORD_SERIALIZATION_TABLE_HEADER (line 2239) | typedef struct { type EFI_ACPI_6_4_ERST_SERIALIZATION_INSTRUCTION_ENTRY (line 2312) | typedef struct { type EFI_ACPI_6_4_ERROR_INJECTION_TABLE_HEADER (line 2325) | typedef struct { type EFI_ACPI_6_4_EINJ_INJECTION_INSTRUCTION_ENTRY (line 2393) | typedef struct { type EFI_ACPI_6_4_EINJ_TRIGGER_ACTION_TABLE (line 2406) | typedef struct { type EFI_ACPI_6_4_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER (line 2416) | typedef struct { type EFI_ACPI_6_4_PCCT_SUBSPACE_HEADER (line 2445) | typedef struct { type EFI_ACPI_6_4_PCCT_SUBSPACE_GENERIC (line 2453) | typedef struct { type EFI_ACPI_6_4_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND (line 2471) | typedef struct { type EFI_ACPI_6_4_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS (line 2477) | typedef struct { type EFI_ACPI_6_4_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 2486) | typedef struct { type EFI_ACPI_6_4_PCCT_SUBSPACE_1_HW_REDUCED_COMMUNICATIONS (line 2498) | typedef struct { type EFI_ACPI_6_4_PCCT_SUBSPACE_2_HW_REDUCED_COMMUNICATIONS (line 2517) | typedef struct { type EFI_ACPI_6_4_PCCT_SUBSPACE_3_EXTENDED_PCC (line 2539) | typedef struct { type EFI_ACPI_6_4_PCCT_SUBSPACE_3_EXTENDED_PCC (line 2569) | typedef EFI_ACPI_6_4_PCCT_SUBSPACE_3_EXTENDED_PCC EFI_ACPI_6_4_PCCT_SUBS... type EFI_ACPI_6_4_PCCT_EXTENDED_PCC_SHARED_MEMORY_REGION_HEADER (line 2573) | typedef struct { type EFI_ACPI_6_4_PCCT_SUBSPACE_5_HW_REGISTERS_COMMUNICATIONS (line 2583) | typedef struct { type EFI_6_4_PCCT_REDUCED_PCC_SUBSPACE_SHARED_MEMORY_REGION (line 2603) | typedef struct { type EFI_ACPI_6_4_PLATFORM_DEBUG_TRIGGER_TABLE_HEADER (line 2611) | typedef struct { type EFI_ACPI_6_4_PDTT_PCC_IDENTIFIER (line 2626) | typedef struct { type EFI_ACPI_6_4_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 2643) | typedef EFI_ACPI_6_4_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER EFI_ACPI_6... type EFI_ACPI_6_4_PROCESSOR_PROPERTIES_TOPOLOGY_TABLE_HEADER (line 2648) | typedef struct { type EFI_ACPI_6_4_PPTT_STRUCTURE_HEADER (line 2666) | typedef struct { type EFI_ACPI_6_4_PPTT_STRUCTURE_PROCESSOR_FLAGS (line 2689) | typedef struct { type EFI_ACPI_6_4_PPTT_STRUCTURE_PROCESSOR (line 2701) | typedef struct { type EFI_ACPI_6_4_PPTT_STRUCTURE_CACHE_FLAGS (line 2734) | typedef struct { type EFI_ACPI_6_4_PPTT_STRUCTURE_CACHE_ATTRIBUTES (line 2761) | typedef struct { type EFI_ACPI_6_4_PPTT_STRUCTURE_CACHE (line 2771) | typedef struct { type EFI_ACPI_6_4_PLATFORM_HEALTH_ASSESSMENT_TABLE (line 2788) | typedef struct { type EFI_ACPI_6_4_PHAT_RECORD (line 2798) | typedef struct { type EFI_ACPI_6_4_PHAT_VERSION_ELEMENT (line 2814) | typedef struct { type EFI_ACPI_6_4_PHAT_FIRMWARE_VERISON_DATA_RECORD (line 2823) | typedef struct { type EFI_ACPI_6_4_PHAT_FIRMWARE_HEALTH_DATA_RECORD_STRUCTURE (line 2837) | typedef struct { type EFI_ACPI_6_4_CEDT_CXL_HOST_BRIDGE_STRUCTURE (line 2875) | typedef struct { type EFI_ACPI_6_4_CEDT_CXL_FIXED_MEMORY_WINDOW_STRUCTURE (line 2895) | typedef struct { type EFI_ACPI_6_4_CEDT_CXL_XOR_INTERLEAVE_MATH_STRUCTURE (line 2952) | typedef struct { type EFI_ACPI_6_4_CEDT_RCEC_DOWNSTREAM_PORT_ASSOCIATION_STRUCTURE (line 2965) | typedef struct { type EFI_ACPI_6_4_CXL_EARLY_DISCOVERY_TABLE (line 2984) | typedef struct { FILE: src/edk2/Acpi65.h type EFI_ACPI_6_5_GENERIC_ADDRESS_STRUCTURE (line 54) | typedef struct { type EFI_ACPI_6_5_ROOT_SYSTEM_DESCRIPTION_POINTER (line 95) | typedef struct { type EFI_ACPI_6_5_COMMON_HEADER (line 116) | typedef struct { type EFI_ACPI_6_5_FIXED_ACPI_DESCRIPTION_TABLE (line 146) | typedef struct { type EFI_ACPI_6_5_FIRMWARE_ACPI_CONTROL_STRUCTURE (line 272) | typedef struct { type EFI_ACPI_6_5_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER (line 318) | typedef struct { type EFI_ACPI_6_5_PROCESSOR_LOCAL_APIC_STRUCTURE (line 372) | typedef struct { type EFI_ACPI_6_5_IO_APIC_STRUCTURE (line 389) | typedef struct { type EFI_ACPI_6_5_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE (line 401) | typedef struct { type EFI_ACPI_6_5_PLATFORM_INTERRUPT_APIC_STRUCTURE (line 413) | typedef struct { type EFI_ACPI_6_5_NON_MASKABLE_INTERRUPT_SOURCE_STRUCTURE (line 437) | typedef struct { type EFI_ACPI_6_5_LOCAL_APIC_NMI_STRUCTURE (line 447) | typedef struct { type EFI_ACPI_6_5_LOCAL_APIC_ADDRESS_OVERRIDE_STRUCTURE (line 458) | typedef struct { type EFI_ACPI_6_5_IO_SAPIC_STRUCTURE (line 468) | typedef struct { type EFI_ACPI_6_5_PROCESSOR_LOCAL_SAPIC_STRUCTURE (line 481) | typedef struct { type EFI_ACPI_6_5_PLATFORM_INTERRUPT_SOURCES_STRUCTURE (line 495) | typedef struct { type EFI_ACPI_6_5_PROCESSOR_LOCAL_X2APIC_STRUCTURE (line 516) | typedef struct { type EFI_ACPI_6_5_LOCAL_X2APIC_NMI_STRUCTURE (line 528) | typedef struct { type EFI_ACPI_6_5_GIC_STRUCTURE (line 540) | typedef struct { type EFI_ACPI_6_5_GIC_DISTRIBUTOR_STRUCTURE (line 573) | typedef struct { type EFI_ACPI_6_5_GIC_MSI_FRAME_STRUCTURE (line 595) | typedef struct { type EFI_ACPI_6_5_GICR_STRUCTURE (line 614) | typedef struct { type EFI_ACPI_6_5_GIC_ITS_STRUCTURE (line 625) | typedef struct { type EFI_ACPI_6_5_MULTIPROCESSOR_WAKEUP_STRUCTURE (line 637) | typedef struct { type EFI_ACPI_6_5_MULTIPROCESSOR_WAKEUP_MAILBOX_STRUCTURE (line 648) | typedef struct { type EFI_ACPI_6_5_CORE_PIC_STRUCTURE (line 663) | typedef struct { type EFI_ACPI_6_5_LIO_PIC_STRUCTURE (line 675) | typedef struct { type EFI_ACPI_6_5_HT_PIC_STRUCTURE (line 688) | typedef struct { type EFI_ACPI_6_5_EIO_PIC_STRUCTURE (line 700) | typedef struct { type EFI_ACPI_6_5_MSI_PIC_STRUCTURE (line 712) | typedef struct { type EFI_ACPI_6_5_BIO_PIC_STRUCTURE (line 724) | typedef struct { type EFI_ACPI_6_5_LPC_PIC_STRUCTURE (line 737) | typedef struct { type EFI_ACPI_6_5_SMART_BATTERY_DESCRIPTION_TABLE (line 749) | typedef struct { type EFI_ACPI_6_5_EMBEDDED_CONTROLLER_BOOT_RESOURCES_TABLE (line 766) | typedef struct { type EFI_ACPI_6_5_SYSTEM_RESOURCE_AFFINITY_TABLE_HEADER (line 783) | typedef struct { type EFI_ACPI_6_5_PROCESSOR_LOCAL_APIC_SAPIC_AFFINITY_STRUCTURE (line 809) | typedef struct { type EFI_ACPI_6_5_MEMORY_AFFINITY_STRUCTURE (line 828) | typedef struct { type EFI_ACPI_6_5_PROCESSOR_LOCAL_X2APIC_AFFINITY_STRUCTURE (line 852) | typedef struct { type EFI_ACPI_6_5_GICC_AFFINITY_STRUCTURE (line 866) | typedef struct { type EFI_ACPI_6_5_GIC_ITS_AFFINITY_STRUCTURE (line 883) | typedef struct { type EFI_ACPI_6_5_DEVICE_HANDLE_ACPI (line 902) | typedef struct { type EFI_ACPI_6_5_DEVICE_HANDLE_PCI (line 911) | typedef struct { type EFI_ACPI_6_5_DEVICE_HANDLE (line 920) | typedef union { type EFI_ACPI_6_5_GENERIC_INITIATOR_AFFINITY_STRUCTURE (line 928) | typedef struct { type EFI_ACPI_6_5_SYSTEM_LOCALITY_DISTANCE_INFORMATION_TABLE_HEADER (line 950) | typedef struct { type EFI_ACPI_6_5_CORRECTED_PLATFORM_ERROR_POLLING_TABLE_HEADER (line 963) | typedef struct { type EFI_ACPI_6_5_CPEP_PROCESSOR_APIC_SAPIC_STRUCTURE (line 981) | typedef struct { type EFI_ACPI_6_5_MAXIMUM_SYSTEM_CHARACTERISTICS_TABLE_HEADER (line 992) | typedef struct { type EFI_ACPI_6_5_MAXIMUM_PROXIMITY_DOMAIN_INFORMATION_STRUCTURE (line 1008) | typedef struct { type EFI_ACPI_6_5_RAS_FEATURE_TABLE (line 1020) | typedef struct { type EFI_ACPI_6_5_RASF_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 1033) | typedef struct { type EFI_ACPI_6_5_RASF_PATROL_SCRUB_PLATFORM_BLOCK_STRUCTURE (line 1061) | typedef struct { type EFI_ACPI_RAS2_PCC_DESCRIPTOR (line 1082) | typedef struct { type EFI_ACPI_6_5_RAS2_FEATURE_TABLE (line 1092) | typedef struct { type EFI_ACPI_6_5_MEMORY_POWER_STATUS_TABLE (line 1102) | typedef struct { type EFI_ACPI_6_5_MPST_PLATFORM_COMMUNICATION_CHANNEL_SHARED_MEMORY_REGION (line 1118) | typedef struct { type EFI_ACPI_6_5_MPST_MEMORY_POWER_STATE (line 1146) | typedef struct { type EFI_ACPI_6_5_MPST_MEMORY_POWER_STRUCTURE (line 1151) | typedef struct { type EFI_ACPI_6_5_MPST_MEMORY_POWER_NODE_TABLE (line 1168) | typedef struct { type EFI_ACPI_6_5_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_STRUCTURE (line 1176) | typedef struct { type EFI_ACPI_6_5_MPST_MEMORY_POWER_STATE_CHARACTERISTICS_TABLE (line 1189) | typedef struct { type EFI_ACPI_6_5_PLATFORM_MEMORY_TOPOLOGY_TABLE (line 1197) | typedef struct { type EFI_ACPI_6_5_PMTT_COMMON_MEMORY_DEVICE (line 1211) | typedef struct { type EFI_ACPI_6_5_PMTT_SOCKET_TYPE_DATA (line 1233) | typedef struct { type EFI_ACPI_6_5_PMTT_MEMORY_CONTROLLER_TYPE_DATA (line 1243) | typedef struct { type EFI_ACPI_6_5_PMTT_DIMM_TYPE_SPECIFIC_DATA (line 1253) | typedef struct { type EFI_ACPI_6_5_PMTT_VENDOR_SPECIFIC_TYPE_DATA (line 1261) | typedef struct { type EFI_ACPI_6_5_BOOT_GRAPHICS_RESOURCE_TABLE (line 1271) | typedef struct { type EFI_ACPI_6_5_FPDT_PERFORMANCE_RECORD_HEADER (line 1370) | typedef struct { type EFI_ACPI_6_5_FPDT_PERFORMANCE_TABLE_HEADER (line 1379) | typedef struct { type EFI_ACPI_6_5_FPDT_BOOT_PERFORMANCE_TABLE_POINTER_RECORD (line 1387) | typedef struct { type EFI_ACPI_6_5_FPDT_S3_PERFORMANCE_TABLE_POINTER_RECORD (line 1399) | typedef struct { type EFI_ACPI_6_5_FPDT_FIRMWARE_BASIC_BOOT_RECORD (line 1411) | typedef struct { type EFI_ACPI_6_5_FPDT_FIRMWARE_BASIC_BOOT_TABLE (line 1452) | typedef struct { type EFI_ACPI_6_5_FPDT_FIRMWARE_S3_BOOT_TABLE (line 1467) | typedef struct { type EFI_ACPI_6_5_FPDT_S3_RESUME_RECORD (line 1477) | typedef struct { type EFI_ACPI_6_5_FPDT_S3_SUSPEND_RECORD (line 1499) | typedef struct { type EFI_ACPI_6_5_FIRMWARE_PERFORMANCE_RECORD_TABLE (line 1517) | typedef struct { type EFI_ACPI_6_5_GENERIC_TIMER_DESCRIPTION_TABLE (line 1524) | typedef struct { type EFI_ACPI_6_5_GTDT_GT_BLOCK_STRUCTURE (line 1564) | typedef struct { type EFI_ACPI_6_5_GTDT_GT_BLOCK_TIMER_STRUCTURE (line 1576) | typedef struct { type EFI_ACPI_6_5_GTDT_ARM_GENERIC_WATCHDOG_STRUCTURE (line 1603) | typedef struct { type EFI_ACPI_6_5_NVDIMM_FIRMWARE_INTERFACE_TABLE (line 1623) | typedef struct { type EFI_ACPI_6_5_NFIT_STRUCTURE_HEADER (line 1648) | typedef struct { type EFI_ACPI_6_5_NFIT_SYSTEM_PHYSICAL_ADDRESS_RANGE_STRUCTURE (line 1669) | typedef struct { type EFI_ACPI_6_5_NFIT_DEVICE_HANDLE (line 1686) | typedef struct { type EFI_ACPI_6_5_NFIT_NVDIMM_REGION_MAPPING_STRUCTURE (line 1703) | typedef struct { type EFI_ACPI_6_5_NFIT_INTERLEAVE_STRUCTURE (line 1723) | typedef struct { type EFI_ACPI_6_5_NFIT_SMBIOS_MANAGEMENT_INFORMATION_STRUCTURE (line 1736) | typedef struct { type EFI_ACPI_6_5_NFIT_NVDIMM_CONTROL_REGION_STRUCTURE (line 1750) | typedef struct { type EFI_ACPI_6_5_NFIT_NVDIMM_BLOCK_DATA_WINDOW_REGION_STRUCTURE (line 1779) | typedef struct { type EFI_ACPI_6_5_NFIT_FLUSH_HINT_ADDRESS_STRUCTURE (line 1793) | typedef struct { type EFI_ACPI_6_5_NFIT_PLATFORM_CAPABILITIES_STRUCTURE (line 1805) | typedef struct { type EFI_ACPI_6_5_SECURE_DEVICES_TABLE_HEADER (line 1821) | typedef struct { type EFI_ACPI_6_5_SDEV_STRUCTURE_HEADER (line 1845) | typedef struct { type EFI_ACPI_6_5_SDEV_STRUCTURE_ACPI_NAMESPACE_DEVICE (line 1854) | typedef struct { type EFI_ACPI_6_5_SDEV_SECURE_ACCESS_COMPONENT_IDENTIFICATION_STRUCTURE (line 1873) | typedef struct { type EFI_ACPI_6_5_SDEV_SECURE_ACCESS_COMPONENT_MEMORY_STRUCTURE (line 1890) | typedef struct { type EFI_ACPI_6_5_SDEV_STRUCTURE_PCIE_ENDPOINT_DEVICE (line 1900) | typedef struct { type EFI_ACPI_6_5_BOOT_ERROR_RECORD_TABLE_HEADER (line 1913) | typedef struct { type EFI_ACPI_6_5_ERROR_BLOCK_STATUS (line 1927) | typedef struct { type EFI_ACPI_6_5_BOOT_ERROR_REGION_STRUCTURE (line 1939) | typedef struct { type EFI_ACPI_6_5_GENERIC_ERROR_DATA_ENTRY_STRUCTURE (line 1964) | typedef struct { type EFI_ACPI_6_5_HARDWARE_ERROR_SOURCE_TABLE_HEADER (line 1984) | typedef struct { type EFI_ACPI_6_5_IA32_ARCHITECTURE_MACHINE_CHECK_EXCEPTION_STRUCTURE (line 2017) | typedef struct { type EFI_ACPI_6_5_IA32_ARCHITECTURE_MACHINE_CHECK_ERROR_BANK_STRUCTURE (line 2034) | typedef struct { type EFI_ACPI_6_5_HARDWARE_ERROR_NOTIFICATION_CONFIGURATION_WRITE_ENABLE_STRUCTURE (line 2072) | typedef struct { type EFI_ACPI_6_5_HARDWARE_ERROR_NOTIFICATION_STRUCTURE (line 2085) | typedef struct { type EFI_ACPI_6_5_IA32_ARCHITECTURE_CORRECTED_MACHINE_CHECK_STRUCTURE (line 2100) | typedef struct { type EFI_ACPI_6_5_IA32_ARCHITECTURE_NMI_ERROR_STRUCTURE (line 2116) | typedef struct { type EFI_ACPI_6_5_PCI_EXPRESS_ROOT_PORT_AER_STRUCTURE (line 2128) | typedef struct { type EFI_ACPI_6_5_PCI_EXPRESS_DEVICE_AER_STRUCTURE (line 2151) | typedef struct { type EFI_ACPI_6_5_PCI_EXPRESS_BRIDGE_AER_STRUCTURE (line 2173) | typedef struct { type EFI_ACPI_6_5_GENERIC_HARDWARE_ERROR_SOURCE_STRUCTURE (line 2198) | typedef struct { type EFI_ACPI_6_5_GENERIC_HARDWARE_ERROR_SOURCE_VERSION_2_STRUCTURE (line 2215) | typedef struct { type EFI_ACPI_6_5_GENERIC_ERROR_STATUS_STRUCTURE (line 2235) | typedef struct { type EFI_ACPI_6_5_IA32_ARCHITECTURE_DEFERRED_MACHINE_CHECK_STRUCTURE (line 2246) | typedef struct { type EFI_ACPI_6_5_HETEROGENEOUS_MEMORY_ATTRIBUTE_TABLE_HEADER (line 2262) | typedef struct { type EFI_ACPI_6_5_HMAT_STRUCTURE_HEADER (line 2282) | typedef struct { type EFI_ACPI_6_5_HMAT_STRUCTURE_MEMORY_PROXIMITY_DOMAIN_ATTRIBUTES_FLAGS (line 2291) | typedef struct { type EFI_ACPI_6_5_HMAT_STRUCTURE_MEMORY_PROXIMITY_DOMAIN_ATTRIBUTES (line 2299) | typedef struct { type EFI_ACPI_6_5_HMAT_STRUCTURE_SYSTEM_LOCALITY_LATENCY_AND_BANDWIDTH_INFO_FLAGS (line 2313) | typedef struct { type EFI_ACPI_6_5_HMAT_STRUCTURE_SYSTEM_LOCALITY_LATENCY_AND_BANDWIDTH_INFO (line 2322) | typedef struct { type EFI_ACPI_6_5_HMAT_STRUCTURE_MEMORY_SIDE_CACHE_INFO_CACHE_ATTRIBUTES (line 2339) | typedef struct { type EFI_ACPI_6_5_HMAT_STRUCTURE_MEMORY_SIDE_CACHE_INFO (line 2350) | typedef struct { type EFI_ACPI_6_5_ERROR_RECORD_SERIALIZATION_TABLE_HEADER (line 2365) | typedef struct { type EFI_ACPI_6_5_ERST_SERIALIZATION_INSTRUCTION_ENTRY (line 2438) | typedef struct { type EFI_ACPI_6_5_ERROR_INJECTION_TABLE_HEADER (line 2451) | typedef struct { type EFI_ACPI_6_5_EINJ_INJECTION_INSTRUCTION_ENTRY (line 2521) | typedef struct { type EFI_ACPI_6_5_EINJ_TRIGGER_ACTION_TABLE (line 2534) | typedef struct { type EFI_ACPI_6_5_PLATFORM_COMMUNICATION_CHANNEL_TABLE_HEADER (line 2544) | typedef struct { type EFI_ACPI_6_5_PCCT_SUBSPACE_HEADER (line 2573) | typedef struct { type EFI_ACPI_6_5_PCCT_SUBSPACE_GENERIC (line 2581) | typedef struct { type EFI_ACPI_6_5_PCCT_GENERIC_SHARED_MEMORY_REGION_COMMAND (line 2599) | typedef struct { type EFI_ACPI_6_5_PCCT_GENERIC_SHARED_MEMORY_REGION_STATUS (line 2605) | typedef struct { type EFI_ACPI_6_5_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 2614) | typedef struct { type EFI_ACPI_6_5_PCCT_SUBSPACE_1_HW_REDUCED_COMMUNICATIONS (line 2626) | typedef struct { type EFI_ACPI_6_5_PCCT_SUBSPACE_2_HW_REDUCED_COMMUNICATIONS (line 2645) | typedef struct { type EFI_ACPI_6_5_PCCT_SUBSPACE_3_EXTENDED_PCC (line 2667) | typedef struct { type EFI_ACPI_6_5_PCCT_SUBSPACE_3_EXTENDED_PCC (line 2697) | typedef EFI_ACPI_6_5_PCCT_SUBSPACE_3_EXTENDED_PCC EFI_ACPI_6_5_PCCT_SUBS... type EFI_ACPI_6_5_PCCT_EXTENDED_PCC_SHARED_MEMORY_REGION_HEADER (line 2701) | typedef struct { type EFI_ACPI_6_5_PCCT_SUBSPACE_5_HW_REGISTERS_COMMUNICATIONS (line 2711) | typedef struct { type EFI_6_5_PCCT_REDUCED_PCC_SUBSPACE_SHARED_MEMORY_REGION (line 2731) | typedef struct { type EFI_ACPI_6_5_PLATFORM_DEBUG_TRIGGER_TABLE_HEADER (line 2739) | typedef struct { type EFI_ACPI_6_5_PDTT_PCC_IDENTIFIER (line 2754) | typedef struct { type EFI_ACPI_6_5_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER (line 2771) | typedef EFI_ACPI_6_5_PCCT_GENERIC_SHARED_MEMORY_REGION_HEADER EFI_ACPI_6... type EFI_ACPI_6_5_PROCESSOR_PROPERTIES_TOPOLOGY_TABLE_HEADER (line 2776) | typedef struct { type EFI_ACPI_6_5_PPTT_STRUCTURE_HEADER (line 2794) | typedef struct { type EFI_ACPI_6_5_PPTT_STRUCTURE_PROCESSOR_FLAGS (line 2817) | typedef struct { type EFI_ACPI_6_5_PPTT_STRUCTURE_PROCESSOR (line 2829) | typedef struct { type EFI_ACPI_6_5_PPTT_STRUCTURE_CACHE_FLAGS (line 2862) | typedef struct { type EFI_ACPI_6_5_PPTT_STRUCTURE_CACHE_ATTRIBUTES (line 2889) | typedef struct { type EFI_ACPI_6_5_PPTT_STRUCTURE_CACHE (line 2899) | typedef struct { type EFI_ACPI_6_5_PLATFORM_HEALTH_ASSESSMENT_TABLE (line 2916) | typedef struct { type EFI_ACPI_6_5_PHAT_RECORD (line 2926) | typedef struct { type EFI_ACPI_6_5_PHAT_VERSION_ELEMENT (line 2942) | typedef struct { type EFI_ACPI_6_5_PHAT_FIRMWARE_VERISON_DATA_RECORD (line 2951) | typedef struct { type EFI_ACPI_6_5_PHAT_FIRMWARE_HEALTH_DATA_RECORD_STRUCTURE (line 2965) | typedef struct { type EFI_ACPI_6_5_PHAT_RESET_REASON_HEALTH_RECORD_VENDOR_DATA_ENTRY (line 2990) | typedef struct { type EFI_ACPI_6_5_PHAT_RESET_REASON_HEALTH_RECORD_STRUCTURE (line 3000) | typedef struct { FILE: src/edk2/Coreboot.h type cbmem_entry (line 52) | struct cbmem_entry { type cbmem_root (line 59) | struct cbmem_root { type imd_entry (line 67) | struct imd_entry { type imd_root (line 74) | struct imd_root { type cbuint64 (line 83) | struct cbuint64 { type cb_header (line 90) | struct cb_header { type cb_record (line 99) | struct cb_record { type cb_memory_range (line 107) | struct cb_memory_range { type cb_memory (line 121) | struct cb_memory { type cb_mainboard (line 129) | struct cb_mainboard { type cb_string (line 148) | struct cb_string { type cb_serial (line 156) | struct cb_serial { type cb_console (line 183) | struct cb_console { type cb_forward (line 198) | struct cb_forward { type cb_cbmem_ref (line 204) | struct cb_cbmem_ref { type cb_framebuffer (line 212) | struct cb_framebuffer { type cb_vdat (line 232) | struct cb_vdat { type cbmem_console (line 241) | struct cbmem_console { type cb_cbmem_tab (line 248) | struct cb_cbmem_tab { type cb_smmstorev2 (line 255) | struct cb_smmstorev2 { type cb_cfr (line 270) | struct cb_cfr { type CB_MEMORY (line 287) | typedef struct cb_memory CB_MEMORY; type lb_tmp_ppi_tpm_version (line 291) | enum lb_tmp_ppi_tpm_version { type cb_tpm_physical_presence (line 307) | struct cb_tpm_physical_presence { FILE: src/edk2/E820.h type EFI_ACPI_MEMORY_TYPE (line 17) | typedef enum { type EFI_E820_ENTRY64 (line 24) | typedef struct { type EFI_E820_ENTRY (line 30) | typedef struct { FILE: src/edk2/LegacyBios.h type UINT8 (line 31) | typedef UINT8 SERIAL_MODE; type UINT8 (line 32) | typedef UINT8 PARALLEL_MODE; type EFI_COMPATIBILITY16_TABLE (line 44) | typedef struct { type EFI_COMPATIBILITY_FUNCTIONS (line 276) | typedef enum { type EFI_DISPATCH_OPROM_TABLE (line 385) | typedef struct { type EFI_TO_COMPATIBILITY16_INIT_TABLE (line 406) | typedef struct { type DEVICE_PRODUCER_SERIAL (line 466) | typedef struct { type DEVICE_PRODUCER_PARALLEL (line 485) | typedef struct { type DEVICE_PRODUCER_FLOPPY (line 504) | typedef struct { type LEGACY_DEVICE_FLAGS (line 514) | typedef struct { type DEVICE_PRODUCER_DATA_HEADER (line 523) | typedef struct { type ATAPI_IDENTIFY (line 534) | typedef struct { type HDD_INFO (line 541) | typedef struct { type BBS_STATUS_FLAGS (line 602) | typedef struct { type BBS_TABLE (line 623) | typedef struct { type SMM_ATTRIBUTES (line 760) | typedef struct { type SMM_FUNCTION (line 811) | typedef struct { type SMM_ENTRY (line 835) | typedef struct { type SMM_TABLE (line 861) | typedef struct { type UDC_ATTRIBUTES (line 869) | typedef struct { type UD_TABLE (line 895) | typedef struct { type EFI_TO_COMPATIBILITY16_BOOT_TABLE (line 943) | typedef struct { type EFI_LEGACY_INSTALL_PCI_HANDLER (line 978) | typedef struct { type EFI_LEGACY_BIOS_PROTOCOL (line 1013) | typedef struct _EFI_LEGACY_BIOS_PROTOCOL EFI_LEGACY_BIOS_PROTOCOL; type EFI_EFLAGS_REG (line 1038) | typedef struct { type EFI_DWORD_REGS (line 1061) | typedef struct { type EFI_FLAGS_REG (line 1082) | typedef struct { type EFI_WORD_REGS (line 1103) | typedef struct { type EFI_BYTE_REGS (line 1133) | typedef struct { type EFI_IA32_REGISTER_SET (line 1147) | typedef union { type _EFI_LEGACY_BIOS_PROTOCOL (line 1471) | struct _EFI_LEGACY_BIOS_PROTOCOL { FILE: src/edk2/LegacyRegion2.h type EFI_LEGACY_REGION2_PROTOCOL (line 24) | typedef struct _EFI_LEGACY_REGION2_PROTOCOL EFI_LEGACY_REGION2_PROTOCOL; type EFI_LEGACY_REGION_ATTRIBUTE (line 152) | typedef enum { type EFI_LEGACY_REGION_DESCRIPTOR (line 162) | typedef struct { type _EFI_LEGACY_REGION2_PROTOCOL (line 217) | struct _EFI_LEGACY_REGION2_PROTOCOL { FILE: src/edk2/Pci22.h type PCI_DEVICE_INDEPENDENT_REGION (line 31) | typedef struct { type PCI_DEVICE_HEADER_TYPE_REGION (line 48) | typedef struct { type PCI_TYPE00 (line 67) | typedef struct { type PCI_BRIDGE_CONTROL_REGISTER (line 76) | typedef struct { type PCI_TYPE01 (line 105) | typedef struct { type PCI_TYPE_GENERIC (line 110) | typedef union { type PCI_CARDBUS_CONTROL_REGISTER (line 119) | typedef struct { type PCI_CONFIG_ACCESS_CF8 (line 579) | typedef union { type EFI_PCI_CAPABILITY_HDR (line 657) | typedef struct { type EFI_PCI_PMC (line 666) | typedef union { type EFI_PCI_PMCSR (line 686) | typedef union { type EFI_PCI_PMCSR_BSE (line 709) | typedef union { type EFI_PCI_CAPABILITY_PMI (line 722) | typedef struct { type EFI_PCI_CAPABILITY_AGP (line 734) | typedef struct { type EFI_PCI_CAPABILITY_VPD (line 746) | typedef struct { type EFI_PCI_CAPABILITY_SLOTID (line 756) | typedef struct { type EFI_PCI_CAPABILITY_MSI32 (line 766) | typedef struct { type EFI_PCI_CAPABILITY_MSI64 (line 777) | typedef struct { type EFI_PCI_CAPABILITY_HOTPLUG (line 789) | typedef struct { type PCI_EXPANSION_ROM_HEADER (line 818) | typedef struct { type EFI_LEGACY_EXPANSION_ROM_HEADER (line 828) | typedef struct { type PCI_DATA_STRUCTURE (line 840) | typedef struct { type EFI_PCI_EXPANSION_ROM_HEADER (line 859) | typedef struct { type EFI_PCI_ROM_HEADER (line 871) | typedef union { FILE: src/edk2/Pci23.h type EFI_PCI_CAPABILITY_PCIX (line 96) | typedef struct { type EFI_PCI_CAPABILITY_PCIX_BRDG (line 106) | typedef struct { type EFI_PCI_CAPABILITY_VENDOR_HDR (line 118) | typedef struct { FILE: src/edk2/Pci30.h type PCI_3_0_DATA_STRUCTURE (line 53) | typedef struct { FILE: src/edk2/PciExpress21.h type PCI_REG_PCIE_CAPABILITY (line 36) | typedef union { type PCI_REG_PCIE_DEVICE_CAPABILITY (line 58) | typedef union { type PCI_REG_PCIE_DEVICE_CONTROL (line 78) | typedef union { type PCI_REG_PCIE_DEVICE_STATUS (line 114) | typedef union { type PCI_REG_PCIE_LINK_CAPABILITY (line 128) | typedef union { type PCI_REG_PCIE_LINK_CONTROL (line 149) | typedef union { type PCI_REG_PCIE_LINK_STATUS (line 169) | typedef union { type PCI_REG_PCIE_SLOT_CAPABILITY (line 183) | typedef union { type PCI_REG_PCIE_SLOT_CONTROL (line 201) | typedef union { type PCI_REG_PCIE_SLOT_STATUS (line 221) | typedef union { type PCI_REG_PCIE_ROOT_CONTROL (line 237) | typedef union { type PCI_REG_PCIE_ROOT_CAPABILITY (line 250) | typedef union { type PCI_REG_PCIE_ROOT_STATUS (line 258) | typedef union { type PCI_REG_PCIE_DEVICE_CAPABILITY2 (line 268) | typedef union { type PCI_REG_PCIE_DEVICE_CONTROL2 (line 309) | typedef union { type PCI_REG_PCIE_LINK_CAPABILITY2 (line 342) | typedef union { type PCI_REG_PCIE_LINK_CONTROL2 (line 357) | typedef union { type PCI_REG_PCIE_LINK_STATUS2 (line 371) | typedef union { type PCI_REG_PCIE_SLOT_CAPABILITY2 (line 390) | typedef union { type PCI_CAPABILITY_PCIEXP (line 398) | typedef struct { type SR_IOV_CAPABILITY_REGISTER (line 442) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_HEADER (line 482) | typedef struct { type PCI_EXPRESS_REG_UNCORRECTABLE_ERROR (line 494) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_ADVANCED_ERROR_REPORTING (line 520) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_VIRTUAL_CHANNEL_VC (line 540) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_VIRTUAL_CHANNEL_CAPABILITY (line 548) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_SERIAL_NUMBER (line 562) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_LINK_DECLARATION (line 570) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_INTERNAL_LINK_CONTROL (line 582) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_POWER_BUDGETING (line 592) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_ACS_EXTENDED (line 605) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_EVENT_COLLECTOR_ENDPOINT_ASSOCIATION (line 618) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_VIRTUAL_CHANNEL_CAPABILITY (line 626) | typedef PCI_EXPRESS_EXTENDED_CAPABILITIES_VIRTUAL_CHANNEL_CAPABILITY PCI... type PCI_EXPRESS_EXTENDED_CAPABILITIES_VENDOR_SPECIFIC (line 631) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_RCRB_HEADER (line 642) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_MULTICAST (line 654) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_RESIZABLE_BAR_CAPABILITY (line 668) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_RESIZABLE_BAR_CONTROL (line 676) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_RESIZABLE_BAR_ENTRY (line 688) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_RESIZABLE_BAR (line 693) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_ARI_CAPABILITY (line 703) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_DYNAMIC_POWER_ALLOCATION (line 712) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_LATENCE_TOLERANCE_REPORTING (line 724) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_TPH (line 733) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_ATS_CAPABILITY (line 749) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_ATS_CONTROL (line 759) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_ATS (line 768) | typedef struct { FILE: src/edk2/PciExpress30.h type PCI_EXPRESS_REG_LINK_CONTROL3 (line 21) | typedef union { type PCI_EXPRESS_REG_LANE_EQUALIZATION_CONTROL (line 30) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_SECONDARY_PCIE (line 42) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_VF_RESIZABLE_BAR_CAPABILITY (line 56) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_VF_RESIZABLE_BAR_CONTROL (line 64) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_VF_RESIZABLE_BAR_ENTRY (line 76) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_VF_RESIZABLE_BAR (line 81) | typedef struct { FILE: src/edk2/PciExpress31.h type PCI_EXPRESS_REG_L1_PM_SUBSTATES_CAPABILITY (line 21) | typedef union { type PCI_EXPRESS_REG_L1_PM_SUBSTATES_CONTROL1 (line 38) | typedef union { type PCI_EXPRESS_REG_L1_PM_SUBSTATES_CONTROL2 (line 53) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_L1_PM_SUBSTATES (line 63) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_PASID_CAPABILITY (line 77) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_PASID_CONTROL (line 89) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_PASID (line 99) | typedef struct { FILE: src/edk2/PciExpress40.h type PCI_EXPRESS_REG_PHYSICAL_LAYER_16_0_CAPABILITIES (line 35) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_16_0_CONTROL (line 42) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_16_0_STATUS (line 49) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_16_0_LANE_EQUALIZATION_CONTROL (line 61) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_PHYSICAL_LAYER_16_0 (line 69) | typedef struct { type PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_1 (line 89) | typedef union { type PCI_EXPRESS_DESIGNATED_VENDOR_SPECIFIC_HEADER_2 (line 98) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_DESIGNATED_VENDOR_SPECIFIC (line 105) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_DATA_LINK_FEATURE_CAPABILITY (line 120) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_DATA_LINK_FEATURE_CONTROL (line 129) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_DATA_LINK_FEATURE (line 138) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_LANE_MARGINING_CAPABILITY (line 152) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_LANE_MARGINING_CONTROL (line 160) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_LANE_MARGINING_STATUS (line 169) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_LANE_MARGINING_AT_RECEIVER (line 177) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_PRI_CAPABILITY (line 193) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_PRI_CONTROL (line 208) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_PRI_STATUS (line 217) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_PRI (line 228) | typedef struct { FILE: src/edk2/PciExpress50.h type PCI_EXPRESS_REG_PHYSICAL_LAYER_32_0_CAPABILITIES (line 35) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_32_0_CONTROL (line 49) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_32_0_STATUS (line 60) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_32_0_RCVD_MODIFIED_TS_DATA1 (line 77) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_32_0_RCVD_MODIFIED_TS_DATA2 (line 86) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_32_0_TRANS_MODIFIED_TS_DATA1 (line 95) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_32_0_TRANS_MODIFIED_TS_DATA2 (line 104) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_32_0_LANE_EQUALIZATION_CONTROL (line 113) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_PHYSICAL_LAYER_32_0 (line 121) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_ALTERNATE_PROTOCOL (line 141) | typedef struct { FILE: src/edk2/PciExpress60.h type PCI_EXPRESS_REG_PHYSICAL_LAYER_64_0_CAPABILITIES (line 38) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_64_0_CONTROL (line 45) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_64_0_STATUS (line 52) | typedef union { type PCI_EXPRESS_REG_PHYSICAL_LAYER_64_0_LANE_EQUALIZATION_CONTROL (line 67) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_PHYSICAL_LAYER_64_0 (line 75) | typedef struct { type PCI_REG_PCIE_DEVICE_CAPABILITY3 (line 84) | typedef union { type PCI_REG_PCIE_DEVICE_CONTROL3 (line 97) | typedef union { type PCI_REG_PCIE_DEVICE_STATUS3 (line 109) | typedef union { type PCI_EXPRESS_EXTENDED_CAPABILITIES_DEVICE3 (line 119) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_FLIT_LOGGING (line 133) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_DATA_OBJECT_EXCHANGE (line 152) | typedef struct { type PCI_EXPRESS_EXTENDED_CAPABILITIES_INTEGRITY_DATA_ENCRYPTION (line 171) | typedef struct { FILE: src/intel_workarounds.c type pch_info (line 13) | struct pch_info { function get_pch_info (line 42) | static bool get_pch_info(struct pch_info *info) function pit_8254cge_workaround (line 110) | static int pit_8254cge_workaround(void) function apply_intel_platform_workarounds (line 198) | int apply_intel_platform_workarounds(void) FILE: src/io.h function clflush (line 10) | static inline void clflush(void *addr) { function writel (line 26) | static inline void writel(void *addr, uint32_t val) { function writew (line 30) | static inline void writew(void *addr, uint16_t val) { function writeb (line 34) | static inline void writeb(void *addr, uint8_t val) { function readq (line 38) | static inline uint64_t readq(const void *addr) { function readl (line 43) | static inline uint32_t readl(const void *addr) { function readw (line 48) | static inline uint16_t readw(const void *addr) { function readb (line 53) | static inline uint8_t readb(const void *addr) { function __inbc (line 74) | static inline uint8_t function __inb (line 82) | static inline uint8_t function insb (line 90) | static inline void function __inwc (line 100) | static inline uint16_t function __inw (line 108) | static inline uint16_t function insw (line 116) | static inline void function __inlc (line 126) | static inline uint32_t function __inl (line 134) | static inline uint32_t function insl (line 142) | static inline void function __outbc (line 152) | static inline void function __outb (line 158) | static inline void function outsb (line 164) | static inline void function __outwc (line 174) | static inline void function __outw (line 180) | static inline void function outsw (line 186) | static inline void function __outlc (line 196) | static inline void function __outl (line 202) | static inline void function outsl (line 208) | static inline void function pciSetAddress (line 218) | static inline void pciSetAddress(unsigned int bus, unsigned int slot, function pciConfigReadByte (line 239) | static inline uint8_t pciConfigReadByte(unsigned int bus, unsigned int s... function pciConfigReadWord (line 249) | static inline uint16_t pciConfigReadWord(unsigned int bus, unsigned int ... function pciConfigReadDWord (line 259) | static inline uint32_t pciConfigReadDWord(unsigned int bus, unsigned int... function pciConfigWriteByte (line 266) | static inline void pciConfigWriteByte(unsigned int bus, unsigned int slot, function pciConfigWriteWord (line 277) | static inline void pciConfigWriteWord(unsigned int bus, unsigned int slot, function pciConfigWriteDWord (line 288) | static inline void pciConfigWriteDWord(unsigned int bus, unsigned int slot, function rdmsr (line 296) | static inline uint64_t rdmsr(uint32_t index) { function wrmsr (line 302) | static inline void wrmsr(uint32_t index, uint64_t val) { function rdtsc (line 306) | static inline uint64_t rdtsc(void) { FILE: src/iommu.c type dmar_header (line 28) | struct dmar_header { type dmar_drhd (line 33) | struct dmar_drhd { type acpi_ivrs (line 76) | struct acpi_ivrs { type ivrs_header (line 82) | struct ivrs_header { function vtd_disable_unit (line 118) | static bool vtd_disable_unit(uint64_t reg_base) { function vtd_disable_all (line 173) | static int vtd_disable_all(void) { function amd_iommu_disable_unit (line 220) | static bool amd_iommu_disable_unit(uint64_t iommu_base) { function amd_iommu_disable_all (line 260) | static int amd_iommu_disable_all(void) { function iommu_disable (line 307) | bool iommu_disable(void) { FILE: src/libc.c function memcmp (line 55) | int memcmp(const void *s1, const void *s2, size_t n) { FILE: src/mptable.c type pci_bus_info (line 59) | struct pci_bus_info { type pci_bus_info (line 67) | struct pci_bus_info function pci_device_exists (line 75) | static bool pci_device_exists(uint8_t bus, uint8_t dev, uint8_t func) type mptable_floating (line 85) | struct mptable_floating { type mptable_config (line 96) | struct mptable_config { type mpt_cpu (line 112) | struct mpt_cpu { type mpt_bus (line 122) | struct mpt_bus { type mpt_ioapic (line 128) | struct mpt_ioapic { type mpt_intsrc (line 136) | struct mpt_intsrc { type madt_data (line 152) | struct madt_data { function compute_checksum (line 182) | static uint8_t compute_checksum(void *data, size_t len) function get_bsp_apic_id (line 193) | static uint32_t get_bsp_apic_id(void) function get_cpu_info (line 204) | static void get_cpu_info(uint32_t *signature, uint32_t *features) function get_lapic_version (line 213) | static uint8_t get_lapic_version(void) function madt_flags_to_mp (line 224) | static uint16_t madt_flags_to_mp(uint16_t madt_flags) function parse_madt (line 259) | static bool parse_madt(struct madt_data *data, int helper_apic_id) function find_ioapic_for_gsi (line 397) | static int find_ioapic_for_gsi(struct madt_data *data, uint32_t gsi, uin... function ioapic_read (line 411) | static uint32_t ioapic_read(uint32_t ioapic_addr, uint8_t reg) function get_ioapic_version (line 421) | static uint8_t get_ioapic_version(uint32_t ioapic_addr) function get_ioapic_input_count (line 427) | static uint8_t get_ioapic_input_count(uint32_t ioapic_addr) type irq_find_ctx (line 436) | struct irq_find_ctx { function uacpi_flags_to_madt (line 442) | static uint16_t uacpi_flags_to_madt(uint8_t triggering, uint8_t polarity) function uacpi_iteration_decision (line 451) | static uacpi_iteration_decision find_irq_callback(void *user, uacpi_reso... function get_link_device_gsi (line 473) | static int32_t get_link_device_gsi(uacpi_namespace_node *link, uint16_t ... function uacpi_iteration_decision (line 492) | static uacpi_iteration_decision discover_pci_bus_callback( function uacpi_iteration_decision (line 523) | static uacpi_iteration_decision discover_secondary_callback( function discover_secondary_buses (line 567) | static void discover_secondary_buses(uacpi_namespace_node *root_bridge, ... function discover_pci_buses (line 581) | static void discover_pci_buses(void) function mptable_init (line 615) | bool mptable_init(struct csmwrap_priv *priv) FILE: src/mptable.h type csmwrap_priv (line 14) | struct csmwrap_priv type csmwrap_priv (line 22) | struct csmwrap_priv FILE: src/oprom.c function EFI_STATUS (line 13) | EFI_STATUS function oprom_enumerate (line 137) | void oprom_enumerate(struct csmwrap_priv *priv, struct pci_oprom_list *l... function oprom_dispatch_all (line 214) | void oprom_dispatch_all(struct csmwrap_priv *priv, struct pci_oprom_list... FILE: src/oprom.h type pci_oprom_info (line 11) | struct pci_oprom_info { type pci_oprom_list (line 21) | struct pci_oprom_list { type csmwrap_priv (line 30) | struct csmwrap_priv type pci_oprom_list (line 30) | struct pci_oprom_list type csmwrap_priv (line 37) | struct csmwrap_priv type pci_oprom_list (line 37) | struct pci_oprom_list FILE: src/pci.c type flanterm_context (line 10) | struct flanterm_context type ecam_region (line 24) | struct ecam_region { type ecam_region (line 31) | struct ecam_region type ecam_region (line 35) | struct ecam_region type ecam_region (line 37) | struct ecam_region type ecam_region (line 50) | struct ecam_region type pci_address (line 50) | struct pci_address function pci_read_pio (line 59) | static uint32_t pci_read_pio(struct pci_address *address, uint32_t offse... function pci_write_pio (line 73) | static void pci_write_pio(struct pci_address *address, uint32_t offset, ... function pci_read_ecam (line 84) | static uint32_t pci_read_ecam(struct pci_address *address, uint32_t offs... function pci_write_ecam (line 98) | static void pci_write_ecam(struct pci_address *address, uint32_t offset,... type pci_address (line 113) | struct pci_address type pci_address (line 114) | struct pci_address function pci_read_config_space (line 119) | uint32_t pci_read_config_space(struct pci_address *address, uint32_t off... function pci_write_config_space (line 123) | void pci_write_config_space(struct pci_address *address, uint32_t offset... function pci_enable_for_oprom (line 127) | void pci_enable_for_oprom(uint8_t bus, uint8_t devfn) { function parse_mcfg_table (line 139) | static bool parse_mcfg_table(void) { function pci_find_ext_capability (line 191) | static uint16_t pci_find_ext_capability(struct pci_address *address, uin... function pci_rebar_apply_quirks (line 219) | static uint32_t pci_rebar_apply_quirks(uint16_t vendor, uint16_t device, function pci_try_resize_bar (line 236) | static uint64_t pci_try_resize_bar(struct pci_address *address, uint8_t ... type pci_bus (line 328) | struct pci_bus type pci_bus (line 333) | struct pci_bus type pci_bus (line 336) | struct pci_bus type pci_device (line 345) | struct pci_device type pci_device (line 348) | struct pci_device type pci_bar (line 357) | struct pci_bar type pci_bar (line 360) | struct pci_bar function add_root_bus (line 367) | static bool add_root_bus(struct pci_bus *bus) { type pci_range (line 377) | struct pci_range type pci_bus (line 377) | struct pci_bus function drop_range (line 410) | static bool drop_range(struct pci_bus *bus, struct pci_range *range) { function add_device (line 416) | static bool add_device(struct pci_bus *bus, struct pci_device *device) { function add_bar (line 426) | static bool add_bar(struct pci_bus *bus, struct pci_bar *bar) { function drop_bar (line 446) | static bool drop_bar(struct pci_bus *bus, struct pci_bar *bar) { function is_address_in_prefetchable_range (line 464) | static bool is_address_in_prefetchable_range(struct pci_bus *bus, uint64... function compare_bars (line 477) | static int compare_bars(const void *a, const void *b) { function sort_bars (line 487) | static void sort_bars(struct pci_bus *bus) { type pci_bus (line 502) | struct pci_bus function reallocate_single_bar (line 506) | static void reallocate_single_bar(struct pci_bus *bus, struct pci_bar *b... function reallocate_bars (line 683) | static void reallocate_bars(struct pci_bus *bus) { function scan_bars (line 689) | static bool scan_bars(struct pci_device *device) { type pci_bus (line 914) | struct pci_bus function scan_function (line 916) | static bool scan_function(struct pci_bus *bus, struct pci_address *addre... function scan_slot (line 979) | static bool scan_slot(struct pci_bus *bus, struct pci_address *address) { function scan_bus (line 1014) | static bool scan_bus(struct pci_bus *bus) { function pretty_print_bus (line 1030) | static void pretty_print_bus(struct pci_bus *bus, int indent) { function uacpi_iteration_decision (line 1084) | static uacpi_iteration_decision uacpi_discover_root_bus(void *user, uacp... function uacpi_discover_root_bridges (line 1173) | static bool uacpi_discover_root_bridges(void) { function pci_get_extra_root_buses (line 1193) | size_t pci_get_extra_root_buses(uint8_t *out, size_t cap) { function pci_early_initialize (line 1210) | bool pci_early_initialize(void) { function has_bars_above_4g (line 1243) | static bool has_bars_above_4g(struct pci_bus *bus) { function resize_bridge_windows (line 1264) | static bool resize_bridge_windows(struct pci_bus *bus) { function pci_late_initialize (line 1355) | bool pci_late_initialize(void) { FILE: src/pci.h type pci_address (line 8) | struct pci_address { type pci_range (line 15) | struct pci_range { type pci_device_type (line 22) | enum pci_device_type { type pci_device (line 27) | struct pci_device { type pci_bar (line 44) | struct pci_bar { type pci_bus (line 71) | struct pci_bus { type pci_address (line 104) | struct pci_address type pci_address (line 107) | struct pci_address FILE: src/pir.c type pir_link_info (line 40) | struct pir_link_info { type pir_slot (line 45) | struct pir_slot { type pir_header (line 53) | struct pir_header { type pci_bus_info (line 67) | struct pci_bus_info { type pci_bus_info (line 73) | struct pci_bus_info type pir_slot (line 77) | struct pir_slot type link_device_entry (line 80) | struct link_device_entry { type link_device_entry (line 87) | struct link_device_entry function pci_device_exists (line 92) | static bool pci_device_exists(uint8_t bus, uint8_t dev, uint8_t func) function uacpi_iteration_decision (line 101) | static uacpi_iteration_decision discover_root_bus_callback( function uacpi_iteration_decision (line 126) | static uacpi_iteration_decision discover_secondary_callback( function discover_secondary_buses (line 159) | static void discover_secondary_buses(uacpi_namespace_node *root_bridge, function discover_pci_buses (line 171) | static void discover_pci_buses(void) function find_isa_bridge (line 194) | static bool find_isa_bridge(uint8_t *out_bus, uint8_t *out_devfn) type pir_slot (line 223) | struct pir_slot type pir_slot (line 232) | struct pir_slot type prs_ctx (line 241) | struct prs_ctx { function uacpi_iteration_decision (line 245) | static uacpi_iteration_decision link_prs_callback(void *user, function get_link_id (line 267) | static uint8_t get_link_id(uacpi_namespace_node *link, uint16_t *bitmap_... function pir_init (line 295) | bool pir_init(struct csmwrap_priv *priv) FILE: src/pir.h type csmwrap_priv (line 18) | struct csmwrap_priv FILE: src/printf.c type flanterm_context (line 23) | struct flanterm_context function serial_protocol_initialise (line 29) | static void serial_protocol_initialise(void) { function serial_direct_io_initialise (line 53) | static void serial_direct_io_initialise(void) { function serial_out (line 77) | static void serial_out(uint8_t b) { function _putchar (line 96) | static void _putchar(int character, void *extra_arg) { function printf (line 112) | int printf(const char *restrict fmt, ...) { function vprintf (line 120) | int vprintf(const char *restrict fmt, va_list l) { function snprintf (line 124) | int snprintf(char *buffer, size_t bufsz, const char *restrict fmt, ...) { FILE: src/printf.h type flanterm_context (line 8) | struct flanterm_context FILE: src/qsort.c function swap (line 4) | static void swap(void* a, void* b, size_t size) { function partition (line 19) | static int partition(void* base, size_t size, int (*cmp)(const void*, co... function quick_sort (line 35) | static void quick_sort(void* base, size_t size, int (*cmp)(const void*, ... function qsort (line 44) | void qsort(void* ptr, size_t count, size_t size, int (*comp)(const void*... FILE: src/time.c function tsc_freq_from_cpuid (line 13) | static uint64_t tsc_freq_from_cpuid(void) { function calibrate_tsc (line 36) | void calibrate_tsc(void) { function get_nanoseconds_since_boot (line 49) | uint64_t get_nanoseconds_since_boot(void) { function stall (line 58) | void stall(uint64_t us) { FILE: src/unlock_region.c function EFI_STATUS (line 78) | EFI_STATUS unlock_legacy_region_protocol(void) function unlock_piix4_pam (line 140) | int unlock_piix4_pam(void) function unlock_q35_pam (line 161) | int unlock_q35_pam(void) function unlock_sandybridge_pam (line 184) | int unlock_sandybridge_pam(void) function unlock_amd_mtrr (line 211) | int unlock_amd_mtrr(void) function EFI_STATUS (line 266) | EFI_STATUS print_legacy_region_info(EFI_LEGACY_REGION2_PROTOCOL *legacy_... function test_bios_region_rw (line 322) | static bool test_bios_region_rw(void) { function unlock_bios_region (line 352) | int unlock_bios_region(void) FILE: src/video.c function linear_masks_to_bpp (line 21) | static uint16_t linear_masks_to_bpp(uint32_t red_mask, uint32_t green_mask, function gop_mode_usable (line 38) | static bool gop_mode_usable(EFI_GRAPHICS_OUTPUT_PROTOCOL *Gop) function EFI_STATUS (line 67) | static EFI_STATUS FindGop(struct csmwrap_priv *priv) function PopulateVgaPciInfo (line 155) | static void PopulateVgaPciInfo(struct csmwrap_priv *priv, EFI_PCI_IO_PRO... function EFI_STATUS (line 181) | static EFI_STATUS FindPciDevice(uint8_t bus, uint8_t device, uint8_t fun... function EFI_STATUS (line 224) | static EFI_STATUS FindVgaPciInfo(struct csmwrap_priv *priv) function EFI_STATUS (line 269) | static EFI_STATUS csmwrap_pci_vgaarb(EFI_PCI_IO_PROTOCOL *PciIo) function EFI_STATUS (line 328) | static EFI_STATUS try_gpu_oprom(struct csmwrap_priv *priv, EFI_PCI_IO_PR... function EFI_STATUS (line 391) | static EFI_STATUS csmwrap_video_oprom_init(struct csmwrap_priv *priv) function EFI_STATUS (line 477) | static EFI_STATUS csmwrap_video_seavgabios_init(struct csmwrap_priv *priv) function EFI_STATUS (line 610) | EFI_STATUS csmwrap_video_prepare_exitbs(struct csmwrap_priv *priv) function is_amd_vega_apu (line 658) | static bool is_amd_vega_apu(uint16_t device_id) function is_amd_rdna_or_newer (line 682) | static bool is_amd_rdna_or_newer(uint16_t vendor_id, uint16_t device_id) function csmwrap_video_early_init (line 717) | void csmwrap_video_early_init(struct csmwrap_priv *priv) { function FindVgaGop (line 737) | static void FindVgaGop(struct csmwrap_priv *priv) function EFI_STATUS (line 785) | EFI_STATUS csmwrap_video_init(struct csmwrap_priv *priv) FILE: src/video.h type csmwrap_priv (line 11) | struct csmwrap_priv type csmwrap_priv (line 12) | struct csmwrap_priv type csmwrap_priv (line 14) | struct csmwrap_priv FILE: src/x86thunk.c function AsmGetThunk16Properties (line 63) | void AsmGetThunk16Properties (uint32_t *RealModeBufferSize, uint32_t *E... function AsmPrepareThunk16 (line 90) | void AsmPrepareThunk16 (THUNK_CONTEXT *ThunkContext) function AsmThunk16 (line 204) | void AsmThunk16 (THUNK_CONTEXT *ThunkContext) function AsmPrepareAndThunk16 (line 245) | void AsmPrepareAndThunk16 (THUNK_CONTEXT *ThunkContext) function InternalLegacyBiosFarCall (line 253) | bool InternalLegacyBiosFarCall (uint16_t Segment, uint16_t Offset, EFI_I... function LegacyBiosInitializeThunkAndTable (line 439) | uintptr_t LegacyBiosInitializeThunkAndTable(uintptr_t MemoryAddress, siz... function LegacyBiosInt86 (line 455) | bool LegacyBiosInt86(uint8_t BiosInt, EFI_IA32_REGISTER_SET *Regs) function LegacyBiosFarCall86 (line 509) | bool LegacyBiosFarCall86 (uint16_t Segment, uint16_t Offset, EFI_IA32_RE... FILE: src/x86thunk.h type IA32_EFLAGS32 (line 24) | typedef union { type IA32_IDT_GATE_DESCRIPTOR (line 55) | typedef union { type IA32_TASK_STATE_SEGMENT (line 75) | typedef struct { type IA32_TSS_DESCRIPTOR (line 87) | typedef union { type IA32_FX_BUFFER (line 113) | typedef struct { type IA32_BYTE_REGS (line 120) | typedef struct { type IA32_WORD_REGS (line 139) | typedef struct { type IA32_DWORD_REGS (line 158) | typedef struct { type IA32_REGISTER_SET (line 177) | typedef union { type IA32_SEGMENT_DESCRIPTOR (line 183) | typedef union { type THUNK_CONTEXT (line 205) | typedef struct { type GDT64 (line 225) | typedef struct { type DESCRIPTOR64 (line 238) | typedef struct { type DESCRIPTOR32 (line 243) | typedef struct { type LOW_MEMORY_THUNK (line 256) | typedef struct {