Searched refs:efi_table_attr (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | efi.h | 224 #define efi_table_attr(table, attr, instance) \ macro 230 __efi_early()->call(efi_table_attr(protocol, f, instance), \ 234 __efi_early()->call(efi_table_attr(efi_boot_services, f, \ 241 __efi_early()->call(efi_table_attr(efi_runtime_services, f, \
|
/Linux-v5.4/arch/arm/include/asm/ |
D | efi.h | 58 #define efi_table_attr(table, attr, instance) \ macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | efi.h | 101 #define efi_table_attr(table, attr, instance) \ macro
|
/Linux-v5.4/arch/x86/boot/compressed/ |
D | eboot.c | 66 romimage = (void *)(unsigned long)efi_table_attr(efi_pci_io_protocol, in preserve_pci_rom_image() 68 romsize = efi_table_attr(efi_pci_io_protocol, romsize, pci); in preserve_pci_rom_image() 207 if (efi_table_attr(apple_properties_protocol, version, p) != 0x10000) { in retrieve_apple_device_properties() 250 efi_table_attr(efi_system_table, fw_vendor, sys_table); in setup_quirks()
|
/Linux-v5.4/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 421 void *handle = (void *)(unsigned long)efi_table_attr(efi_loaded_image, in efi_open_volume()
|