Home
last modified time | relevance | path

Searched refs:sys_table (Results 1 – 3 of 3) sorted by relevance

/arch/x86/boot/compressed/
Deboot.c21 static efi_system_table_t *sys_table; variable
35 table = (typeof(table))sys_table; \
76 efi_printk(sys_table, "Failed to allocate memory for 'rom'\n"); in preserve_pci_rom_image()
93 efi_printk(sys_table, "Failed to read rom->vendor\n"); in preserve_pci_rom_image()
102 efi_printk(sys_table, "Failed to read rom->devid\n"); in preserve_pci_rom_image()
150 efi_printk(sys_table, "Failed to allocate memory for 'pci_handle'\n"); in setup_efi_pci()
208 efi_printk(sys_table, "Unsupported properties proto version\n"); in retrieve_apple_device_properties()
220 efi_printk(sys_table, "Failed to allocate memory for 'properties'\n"); in retrieve_apple_device_properties()
250 efi_table_attr(efi_system_table, fw_vendor, sys_table); in setup_quirks()
397 sys_table = (efi_system_table_t *)(unsigned long)efi_early->table; in make_boot_params()
[all …]
/arch/ia64/kernel/
Dcrash.c237 static struct ctl_table sys_table[] = { variable
259 register_sysctl_table(sys_table); in machine_crash_setup()
/arch/arm/include/asm/
Defi.h65 void free_screen_info(efi_system_table_t *sys_table, struct screen_info *si);