Home
last modified time | relevance | path

Searched refs:EFI_ENTRY (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c173 EFI_ENTRY("0x%zx", new_tpl); in efi_raise_tpl()
179 EFI_ENTRY("0x%zx", old_tpl); in efi_restore_tpl()
189 EFI_ENTRY("%d, %d, 0x%lx, %p", type, memory_type, pages, memory); in efi_allocate_pages_ext()
199 EFI_ENTRY("%"PRIx64", 0x%lx", memory, pages); in efi_free_pages_ext()
213 EFI_ENTRY("%p, %p, %p, %p, %p", memory_map_size, memory_map, in efi_get_memory_map_ext()
226 EFI_ENTRY("%d, %ld, %p", pool_type, size, buffer); in efi_allocate_pool_ext()
235 EFI_ENTRY("%p", buffer); in efi_free_pool_ext()
287 EFI_ENTRY("%d, 0x%zx, %p, %p", type, notify_tpl, notify_function, in efi_create_event_ext()
359 EFI_ENTRY("%p, %d, %"PRIx64, event, type, trigger_time); in efi_set_timer_ext()
369 EFI_ENTRY("%ld, %p, %p", num_events, event, index); in efi_wait_for_event()
[all …]
H A Defi_console.c54 EFI_ENTRY("%p, %p, %p, %p", this, mode, uga_exists, std_in_locked); in efi_cin_get_mode()
69 EFI_ENTRY("%p, %d", this, mode); in efi_cin_set_mode()
77 EFI_ENTRY("%p, %p", this, password); in efi_cin_lock_std_in()
136 EFI_ENTRY("%p, %d", this, extended_verification); in efi_cout_reset()
155 EFI_ENTRY("%p, %p", this, string); in efi_cout_output_string()
177 EFI_ENTRY("%p, %p", this, string); in efi_cout_test_string()
194 EFI_ENTRY("%p, %ld, %p, %p", this, mode_number, columns, rows); in efi_cout_query_mode()
264 EFI_ENTRY("%p, %ld", this, mode_number); in efi_cout_set_mode()
281 EFI_ENTRY("%p, %lx", this, attribute); in efi_cout_set_attribute()
290 EFI_ENTRY("%p", this); in efi_cout_clear_screen()
[all …]
H A Defi_net.c39 EFI_ENTRY("%p", this); in efi_net_start()
46 EFI_ENTRY("%p", this); in efi_net_stop()
54 EFI_ENTRY("%p, %lx, %lx", this, extra_rx, extra_tx); in efi_net_initialize()
64 EFI_ENTRY("%p, %x", this, extended_verification); in efi_net_reset()
71 EFI_ENTRY("%p", this); in efi_net_shutdown()
81 EFI_ENTRY("%p, %x, %x, %x, %lx, %p", this, enable, disable, in efi_net_receive_filters()
93 EFI_ENTRY("%p, %x, %p", this, reset, new_mac); in efi_net_station_address()
102 EFI_ENTRY("%p, %x, %p, %p", this, reset, stat_size, stat_table); in efi_net_statistics()
112 EFI_ENTRY("%p, %x, %p, %p", this, ipv6, ip, mac); in efi_net_mcastiptomac()
121 EFI_ENTRY("%p, %x, %lx, %lx, %p", this, read_write, offset, buffer_size, in efi_net_nvdata()
[all …]
H A Defi_disk.c43 EFI_ENTRY("%p, %x", this, extended_verification); in efi_disk_reset()
113 EFI_ENTRY("%p, %x, %"PRIx64", %lx, %p", this, media_id, lba, in efi_disk_read_blocks()
148 EFI_ENTRY("%p, %x, %"PRIx64", %lx, %p", this, media_id, lba, in efi_disk_write_blocks()
164 EFI_ENTRY("%p", this); in efi_disk_flush_blocks()
H A Defi_gop.c40 EFI_ENTRY("%p, %x, %p, %p", this, mode_number, size_of_info, info); in gop_query_mode()
51 EFI_ENTRY("%p, %x", this, mode_number); in gop_set_mode()
69 EFI_ENTRY("%p, %p, %lx, %lx, %lx, %lx, %lx, %lx, %lx, %lx", this, in gop_blt()
H A Defi_device_path_to_text.c98 EFI_ENTRY("%p, %d, %d", device_node, display_only, allow_shortcuts); in efi_convert_device_node_to_text_ext()
114 EFI_ENTRY("%p, %d, %d", device_path, display_only, allow_shortcuts); in efi_convert_device_path_to_text()
H A Defi_runtime.c77 EFI_ENTRY("%d %lx %lx %p", reset_type, reset_status, data_size, in efi_reset_system_boottime()
102 EFI_ENTRY("%p %p", time, capabilities); in efi_get_time_boottime()
276 EFI_ENTRY("%lx %lx %x %p", memory_map_size, descriptor_size, in efi_set_virtual_address_map()
/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h26 #define EFI_ENTRY(format, ...) do { \ macro