Home
last modified time | relevance | path

Searched refs:efi_uintn_t (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/u-boot/lib/efi_loader/
H A Defi_gop.c40 efi_uintn_t *size_of_info, in gop_query_mode()
87 u32 operation, efi_uintn_t sx, in gop_blt_int()
88 efi_uintn_t sy, efi_uintn_t dx, in gop_blt_int()
89 efi_uintn_t dy, in gop_blt_int()
90 efi_uintn_t width, in gop_blt_int()
91 efi_uintn_t height, in gop_blt_int()
92 efi_uintn_t delta, in gop_blt_int()
93 efi_uintn_t vid_bpp) in gop_blt_int()
96 efi_uintn_t i, j, linelen, slineoff = 0, dlineoff, swidth, dwidth; in gop_blt_int()
220 static efi_uintn_t gop_get_bpp(struct efi_gop *this) in gop_get_bpp()
[all …]
H A Defi_boottime.c21 static efi_uintn_t efi_tpl = TPL_APPLICATION;
189 efi_status_t is_valid_tpl(efi_uintn_t tpl) in is_valid_tpl()
256 static unsigned long EFIAPI efi_raise_tpl(efi_uintn_t new_tpl) in efi_raise_tpl()
258 efi_uintn_t old_tpl = efi_tpl; in efi_raise_tpl()
281 static void EFIAPI efi_restore_tpl(efi_uintn_t old_tpl) in efi_restore_tpl()
314 efi_uintn_t pages, in efi_allocate_pages_ext()
337 efi_uintn_t pages) in efi_free_pages_ext()
363 efi_uintn_t *memory_map_size, in efi_get_memory_map_ext()
365 efi_uintn_t *map_key, in efi_get_memory_map_ext()
366 efi_uintn_t *descriptor_size, in efi_get_memory_map_ext()
[all …]
H A Defi_memory.c18 efi_uintn_t efi_memory_map_key;
346 efi_uintn_t pages, uint64_t *memory) in efi_allocate_pages()
419 efi_status_t efi_free_pages(uint64_t memory, efi_uintn_t pages) in efi_free_pages()
440 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size, void **buffer) in efi_allocate_pool()
501 efi_status_t efi_get_memory_map(efi_uintn_t *memory_map_size, in efi_get_memory_map()
503 efi_uintn_t *map_key, in efi_get_memory_map()
504 efi_uintn_t *descriptor_size, in efi_get_memory_map()
507 efi_uintn_t map_size = 0; in efi_get_memory_map()
510 efi_uintn_t provided_map_size; in efi_get_memory_map()
H A Defi_unicode_collation.c241 efi_uintn_t fat_size, char *fat, u16 *string) in efi_fat_to_str()
243 efi_uintn_t i; in efi_fat_to_str()
274 const u16 *string, efi_uintn_t fat_size, in efi_str_to_fat()
277 efi_uintn_t i; in efi_str_to_fat()
H A Defi_device_path_utilities.c27 static efi_uintn_t EFIAPI get_device_path_size( in get_device_path_size()
30 efi_uintn_t sz = 0; in get_device_path_size()
141 efi_uintn_t *device_path_instance_size) in get_next_device_path_instance()
H A Defi_bootmgr.c96 efi_uintn_t *size) in get_var()
130 efi_uintn_t size; in try_load_entry()
173 efi_uintn_t size; in efi_bootmgr_load()
H A Defi_variable.c165 efi_uintn_t *data_size, void *data) in efi_get_variable()
263 efi_uintn_t *variable_name_size, in parse_uboot_variable()
323 efi_status_t EFIAPI efi_get_next_variable_name(efi_uintn_t *variable_name_size, in efi_get_next_variable_name()
416 efi_uintn_t data_size, const void *data) in efi_set_variable()
H A Defi_hii_config.c55 const efi_uintn_t block_size, in block_to_config()
69 const efi_uintn_t *block_size, in config_to_block()
H A Defi_file.c390 efi_uintn_t *buffer_size, void *buffer) in efi_file_read()
423 efi_uintn_t *buffer_size, in efi_file_write()
529 efi_uintn_t *buffer_size, in efi_file_getinfo()
574 efi_uintn_t required_size; in efi_file_getinfo()
616 efi_uintn_t buffer_size, in efi_file_setinfo()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_bitblt.c30 static efi_uintn_t xpos;
32 static void ellipse(efi_uintn_t x, efi_uintn_t y, in ellipse()
33 efi_uintn_t x0, efi_uintn_t y0, in ellipse()
34 efi_uintn_t x1, efi_uintn_t y1, in ellipse()
37 efi_uintn_t xm = x0 + x1; in ellipse()
38 efi_uintn_t ym = y0 + y1; in ellipse()
39 efi_uintn_t dx = x1 - x0 + 1; in ellipse()
40 efi_uintn_t dy = y1 - y0 + 1; in ellipse()
47 static void rectangle(efi_uintn_t x, efi_uintn_t y, in rectangle()
48 efi_uintn_t x0, efi_uintn_t y0, in rectangle()
[all …]
H A Defi_selftest_memory.c57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map()
59 efi_uintn_t desc_size, in find_in_memory_map()
62 efi_uintn_t i; in find_in_memory_map()
100 efi_uintn_t map_size = 0; in execute()
101 efi_uintn_t map_key; in execute()
102 efi_uintn_t desc_size; in execute()
H A Defi_selftest_loadimage.c159 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer);
162 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer);
170 efi_uintn_t *buffer_size, void *buffer);
174 efi_uintn_t buffer_size, void *buffer);
275 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer) in read()
292 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer) in write()
322 efi_uintn_t *buffer_size, void *buffer) in getinfo()
354 efi_uintn_t buffer_size, void *buffer) in setinfo()
H A Defi_selftest_controllers.c42 efi_uintn_t *count) in count_child_controllers()
45 efi_uintn_t entry_count; in count_child_controllers()
203 efi_uintn_t count; in stop()
208 efi_uintn_t i; in stop()
312 efi_uintn_t count; in execute()
H A Defi_selftest_block_device.c80 efi_uintn_t buffer_size, void *buffer) in read_blocks()
105 efi_uintn_t buffer_size, void *buffer) in write_blocks()
282 static efi_uintn_t dp_size(struct efi_device_path *dp) in dp_size()
299 efi_uintn_t no_handles, i, len; in execute()
309 efi_uintn_t buf_size; in execute()
H A Defi_selftest_config_table.c96 efi_uintn_t i; in execute()
97 efi_uintn_t tabcnt; in execute()
98 efi_uintn_t table_count = sys_table->nr_tables; in execute()
H A Defi_selftest.c33 efi_uintn_t map_size = 0; in efi_st_exit_boot_services()
34 efi_uintn_t map_key; in efi_st_exit_boot_services()
35 efi_uintn_t desc_size; in efi_st_exit_boot_services()
H A Defi_selftest_fdt.c85 efi_uintn_t len = f2h(prop->len); in get_property()
128 efi_uintn_t i; in setup()
H A Defi_selftest_tpl.c113 efi_uintn_t index; in execute()
115 efi_uintn_t old_tpl; in execute()
H A Defi_selftest_devicepath_util.c58 efi_uintn_t len; in create_single_node_device_path()
98 efi_uintn_t len; in execute()
/openbmc/u-boot/include/
H A Defi_api.h37 #define efi_uintn_t size_t macro
64 efi_status_t (EFIAPI *raise_tpl)(efi_uintn_t new_tpl);
65 void (EFIAPI *restore_tpl)(efi_uintn_t old_tpl);
67 efi_status_t (EFIAPI *allocate_pages)(int, int, efi_uintn_t,
69 efi_status_t (EFIAPI *free_pages)(efi_physical_addr_t, efi_uintn_t);
70 efi_status_t (EFIAPI *get_memory_map)(efi_uintn_t *memory_map_size,
72 efi_uintn_t *key,
73 efi_uintn_t *desc_size,
75 efi_status_t (EFIAPI *allocate_pool)(int, efi_uintn_t, void **);
79 efi_uintn_t notify_tpl,
[all …]
H A Defi_loader.h94 extern efi_uintn_t efi_memory_map_key;
239 efi_uintn_t notify_tpl;
325 efi_uintn_t *exit_data_size,
342 efi_status_t efi_create_event(uint32_t type, efi_uintn_t notify_tpl,
374 efi_status_t efi_allocate_pages(int type, int memory_type, efi_uintn_t pages,
377 efi_status_t efi_free_pages(uint64_t memory, efi_uintn_t pages);
379 efi_status_t efi_allocate_pool(int pool_type, efi_uintn_t size,
384 efi_status_t efi_get_memory_map(efi_uintn_t *memory_map_size,
386 efi_uintn_t *map_key,
387 efi_uintn_t *descriptor_size,
[all …]
/openbmc/u-boot/lib/efi_driver/
H A Defi_block_device.c66 (efi_uintn_t)blkcnt * in efi_bl_read()
67 (efi_uintn_t)io->media->block_size, buffer)); in efi_bl_read()
95 (efi_uintn_t)blkcnt * in efi_bl_write()
96 (efi_uintn_t)io->media->block_size, in efi_bl_write()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0019-arm-corstone1000-esrt-support.patch74 + efi_uintn_t *image_info_size,
78 + efi_uintn_t *descriptor_size,
82 + efi_uintn_t var_size;
84 + efi_uintn_t image_info_size_var = 0;
85 + efi_uintn_t image_info_name_size_var;
86 + efi_uintn_t image_info_version_size_var;
/openbmc/u-boot/cmd/
H A Defidebug.c67 efi_uintn_t num, i; in do_efi_show_devices()
146 efi_uintn_t num, i; in do_efi_show_drivers()
275 efi_uintn_t num, count, i, j; in do_efi_show_handles()
414 efi_uintn_t map_size = 0; in do_efi_show_memmap()
486 efi_uintn_t size; in do_efi_boot_add()
653 efi_uintn_t size; in show_efi_boot_opt()
739 efi_uintn_t size; in show_efi_boot_order()
836 efi_uintn_t size; in do_efi_boot_next()
879 efi_uintn_t size; in do_efi_boot_order()
H A Dnvedit_efi.c48 efi_uintn_t size; in efi_dump_single_var()
99 efi_uintn_t buf_size, size; in efi_dump_vars()
140 efi_uintn_t buf_size, size; in efi_dump_var_all()
345 efi_uintn_t size = 0; in do_env_set_efi()

12