Home
last modified time | relevance | path

Searched refs:efi_call_proto (Results 1 – 11 of 11) sorted by relevance

/drivers/firmware/efi/libstub/
A Dfile.c54 status = efi_call_proto(volume, open, &fh, fi->filename, in efi_open_file()
62 status = efi_call_proto(fh, get_info, &info_guid, &info_sz, fi); in efi_open_file()
65 efi_call_proto(fh, close); in efi_open_file()
88 status = efi_call_proto(io, open_volume, fh); in efi_open_volume()
171 status = efi_call_proto(io, open_volume, volume); in efi_open_device_path()
300 status = efi_call_proto(file, read, &chunksize, addr); in handle_cmdline_files()
308 efi_call_proto(file, close); in handle_cmdline_files()
309 efi_call_proto(volume, close); in handle_cmdline_files()
323 efi_call_proto(file, close); in handle_cmdline_files()
326 efi_call_proto(volume, close); in handle_cmdline_files()
A Dpci.c45 status = efi_call_proto(pci, get_location, &segment_nr, &bus_nr, in efi_pci_disable_bridge_busmaster()
59 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in efi_pci_disable_bridge_busmaster()
76 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in efi_pci_disable_bridge_busmaster()
83 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in efi_pci_disable_bridge_busmaster()
89 status = efi_call_proto(pci, pci.write, EfiPciIoWidthUint16, in efi_pci_disable_bridge_busmaster()
A Drandom.c49 return efi_call_proto(rng, get_rng, NULL, size, out); in efi_get_random_bytes()
114 status = efi_call_proto(rng, get_rng, &rng_algo_raw, in efi_random_get_seed()
122 status = efi_call_proto(rng, get_rng, NULL, in efi_random_get_seed()
A Dtpm.c163 status = efi_call_proto(tpm2, get_event_log, version, &log_location, in efi_retrieve_eventlog()
168 status = efi_call_proto(tpm2, get_event_log, version, in efi_retrieve_eventlog()
184 status = efi_call_proto(cc, get_event_log, version, &log_location, in efi_retrieve_eventlog()
A Dx86-stub.c79 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in preserve_pci_rom_image()
87 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in preserve_pci_rom_image()
95 status = efi_call_proto(pci, get_location, &rom->segment, &rom->bus, in preserve_pci_rom_image()
173 efi_call_proto(p, get_all, NULL, &size); in retrieve_apple_device_properties()
186 status = efi_call_proto(p, get_all, new->data, &size); in retrieve_apple_device_properties()
281 status = efi_call_proto(memattr, set_memory_attributes, in efi_adjust_memory_range_protection()
290 status = efi_call_proto(memattr, clear_memory_attributes, in efi_adjust_memory_range_protection()
362 status = efi_call_proto(proto, allow_unaccepted_memory); in setup_unaccepted_memory()
A Defi-stub-helper.c289 status = efi_call_proto(cc, map_pcr_to_mr_index, in efi_measure_tagged_event()
568 status = efi_call_proto(lf2, load_file, dp, false, &initrd->size, NULL); in efi_load_initrd_dev_path()
576 status = efi_call_proto(lf2, load_file, dp, false, &initrd->size, in efi_load_initrd_dev_path()
697 status = efi_call_proto(con_in, read_keystroke, key); in efi_wait_for_key()
A Dgop.c155 status = efi_call_proto(gop, query_mode, cmdline.mode, &info_size, &info); in choose_mode_modenum()
182 status = efi_call_proto(gop, query_mode, m, &info_size, &info); in choose_mode()
354 if (efi_call_proto(gop, set_mode, new_mode) != EFI_SUCCESS) in set_mode()
A Driscv.c56 return efi_call_proto(boot_protocol, get_boot_hartid, &hartid); in get_boot_hartid_from_efi()
A Dsmbios.c45 efi_call_proto(smbios, get_next, &handle, &type, &record, NULL); in efi_get_smbios_record()
A Dprintk.c22 efi_call_proto(efi_table_attr(efi_system_table, con_out), in efi_char16_puts()
A Defistub.h59 #define efi_call_proto(inst, func, ...) ({ \ macro

Completed in 34 milliseconds