Home
last modified time | relevance | path

Searched refs:efi_status_t (Results 1 – 24 of 24) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Defi_api.h50 efi_status_t (EFIAPI *raise_tpl)(UINTN new_tpl);
53 efi_status_t (EFIAPI *allocate_pages)(int, int, unsigned long,
55 efi_status_t (EFIAPI *free_pages)(efi_physical_addr_t, unsigned long);
56 efi_status_t (EFIAPI *get_memory_map)(unsigned long *memory_map_size,
59 efi_status_t (EFIAPI *allocate_pool)(int, unsigned long, void **);
60 efi_status_t (EFIAPI *free_pool)(void *);
62 efi_status_t (EFIAPI *create_event)(uint32_t type,
68 efi_status_t (EFIAPI *set_timer)(struct efi_event *event,
71 efi_status_t (EFIAPI *wait_for_event)(unsigned long number_of_events,
73 efi_status_t (EFIAPI *signal_event)(struct efi_event *event);
[all …]
H A Defi_loader.h158 efi_status_t efi_create_event(uint32_t type, UINTN notify_tpl,
164 efi_status_t efi_set_timer(struct efi_event *event, enum efi_timer_delay type,
172 efi_status_t efi_allocate_pages(int type, int memory_type, unsigned long pages,
175 efi_status_t efi_free_pages(uint64_t memory, unsigned long pages);
177 efi_status_t efi_allocate_pool(int pool_type, unsigned long size,
180 efi_status_t efi_free_pool(void *buffer);
182 efi_status_t efi_get_memory_map(unsigned long *memory_map_size,
193 efi_status_t efi_install_configuration_table(const efi_guid_t *guid, void *table);
256 efi_status_t reset_status,
260 efi_status_t __efi_runtime EFIAPI efi_get_time(
H A Defi.h84 typedef unsigned long efi_status_t; typedef
361 void *efi_malloc(struct efi_priv *priv, int size, efi_status_t *retp);
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_boottime.c165 static efi_status_t efi_unsupported(const char *funcname) in efi_unsupported()
183 static efi_status_t EFIAPI efi_allocate_pages_ext(int type, int memory_type, in efi_allocate_pages_ext()
187 efi_status_t r; in efi_allocate_pages_ext()
194 static efi_status_t EFIAPI efi_free_pages_ext(uint64_t memory, in efi_free_pages_ext()
197 efi_status_t r; in efi_free_pages_ext()
204 static efi_status_t EFIAPI efi_get_memory_map_ext( in efi_get_memory_map_ext()
211 efi_status_t r; in efi_get_memory_map_ext()
220 static efi_status_t EFIAPI efi_allocate_pool_ext(int pool_type, in efi_allocate_pool_ext()
224 efi_status_t r; in efi_allocate_pool_ext()
231 static efi_status_t EFIAPI efi_free_pool_ext(void *buffer) in efi_free_pool_ext()
[all …]
H A Defi_net.c37 static efi_status_t EFIAPI efi_net_start(struct efi_simple_network *this) in efi_net_start()
44 static efi_status_t EFIAPI efi_net_stop(struct efi_simple_network *this) in efi_net_stop()
51 static efi_status_t EFIAPI efi_net_initialize(struct efi_simple_network *this, in efi_net_initialize()
61 static efi_status_t EFIAPI efi_net_reset(struct efi_simple_network *this, in efi_net_reset()
69 static efi_status_t EFIAPI efi_net_shutdown(struct efi_simple_network *this) in efi_net_shutdown()
76 static efi_status_t EFIAPI efi_net_receive_filters( in efi_net_receive_filters()
89 static efi_status_t EFIAPI efi_net_station_address( in efi_net_station_address()
98 static efi_status_t EFIAPI efi_net_statistics(struct efi_simple_network *this, in efi_net_statistics()
107 static efi_status_t EFIAPI efi_net_mcastiptomac(struct efi_simple_network *this, in efi_net_mcastiptomac()
117 static efi_status_t EFIAPI efi_net_nvdata(struct efi_simple_network *this, in efi_net_nvdata()
[all …]
H A Defi_console.c50 static efi_status_t EFIAPI efi_cin_get_mode( in efi_cin_get_mode()
66 static efi_status_t EFIAPI efi_cin_set_mode( in efi_cin_set_mode()
73 static efi_status_t EFIAPI efi_cin_lock_std_in( in efi_cin_lock_std_in()
132 static efi_status_t EFIAPI efi_cout_reset( in efi_cout_reset()
147 static efi_status_t EFIAPI efi_cout_output_string( in efi_cout_output_string()
173 static efi_status_t EFIAPI efi_cout_test_string( in efi_cout_test_string()
189 static efi_status_t EFIAPI efi_cout_query_mode( in efi_cout_query_mode()
260 static efi_status_t EFIAPI efi_cout_set_mode( in efi_cout_set_mode()
277 static efi_status_t EFIAPI efi_cout_set_attribute( in efi_cout_set_attribute()
287 static efi_status_t EFIAPI efi_cout_clear_screen( in efi_cout_clear_screen()
[all …]
H A Defi_runtime.c29 static efi_status_t __efi_runtime EFIAPI efi_unimplemented(void);
30 static efi_status_t __efi_runtime EFIAPI efi_device_error(void);
31 static efi_status_t __efi_runtime EFIAPI efi_invalid_parameter(void);
74 efi_status_t reset_status, in efi_reset_system_boottime()
93 static efi_status_t EFIAPI efi_get_time_boottime( in efi_get_time_boottime()
130 efi_status_t reset_status, in efi_reset_system()
141 efi_status_t __weak __efi_runtime EFIAPI efi_get_time( in efi_get_time()
266 static efi_status_t EFIAPI efi_set_virtual_address_map( in efi_set_virtual_address_map()
358 static efi_status_t __efi_runtime EFIAPI efi_unimplemented(void) in efi_unimplemented()
363 static efi_status_t __efi_runtime EFIAPI efi_device_error(void) in efi_device_error()
[all …]
H A Defi_memory.c278 efi_status_t efi_allocate_pages(int type, int memory_type, in efi_allocate_pages()
282 efi_status_t r = EFI_SUCCESS; in efi_allocate_pages()
332 efi_status_t r; in efi_alloc()
341 efi_status_t efi_free_pages(uint64_t memory, unsigned long pages) in efi_free_pages()
354 efi_status_t efi_allocate_pool(int pool_type, unsigned long size, in efi_allocate_pool()
357 efi_status_t r; in efi_allocate_pool()
377 efi_status_t efi_free_pool(void *buffer) in efi_free_pool()
379 efi_status_t r; in efi_free_pool()
394 efi_status_t efi_get_memory_map(unsigned long *memory_map_size, in efi_get_memory_map()
H A Defi_disk.c40 static efi_status_t EFIAPI efi_disk_reset(struct efi_block_io *this, in efi_disk_reset()
52 static efi_status_t EFIAPI efi_disk_rw_blocks(struct efi_block_io *this, in efi_disk_rw_blocks()
91 static efi_status_t EFIAPI efi_disk_read_blocks(struct efi_block_io *this, in efi_disk_read_blocks()
96 efi_status_t r; in efi_disk_read_blocks()
126 static efi_status_t EFIAPI efi_disk_write_blocks(struct efi_block_io *this, in efi_disk_write_blocks()
131 efi_status_t r; in efi_disk_write_blocks()
161 static efi_status_t EFIAPI efi_disk_flush_blocks(struct efi_block_io *this) in efi_disk_flush_blocks()
H A Defi_gop.c34 static efi_status_t EFIAPI gop_query_mode(struct efi_gop *this, u32 mode_number, in gop_query_mode()
49 static efi_status_t EFIAPI gop_set_mode(struct efi_gop *this, u32 mode_number) in gop_set_mode()
59 static efi_status_t EFIAPI gop_blt(struct efi_gop *this, void *buffer, in gop_blt()
H A Dhelloworld.c14 efi_status_t EFIAPI efi_main(efi_handle_t handle, in efi_main()
H A Defi_device_path_to_text.c24 efi_status_t r; in efi_convert_device_node_to_text()
H A Defi_image_loader.c21 static efi_status_t efi_loader_relocate(const IMAGE_BASE_RELOCATION *rel, in efi_loader_relocate()
/rk3399_rockchip-uboot/lib/efi/
H A Defi_app.c34 static efi_status_t setup_memory(struct efi_priv *priv) in setup_memory()
38 efi_status_t ret; in setup_memory()
100 efi_status_t efi_main(efi_handle_t image, struct efi_system_table *sys_table) in efi_main()
103 efi_status_t ret; in efi_main()
H A Defi_stub.c233 efi_status_t ret; in setup_info_table()
274 efi_status_t efi_main(efi_handle_t image, struct efi_system_table *sys_table) in efi_main()
281 efi_status_t ret; in efi_main()
H A Defi.c86 void *efi_malloc(struct efi_priv *priv, int size, efi_status_t *retp) in efi_malloc()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dreloc_x86_64_efi.c18 efi_status_t _relocate(long ldbase, Elf64_Dyn *dyn, efi_handle_t image, in _relocate()
H A Dreloc_ia32_efi.c16 efi_status_t _relocate(long ldbase, Elf32_Dyn *dyn, efi_handle_t image, in _relocate()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dreloc_arm_efi.c18 efi_status_t _relocate(long ldbase, Elf32_Dyn *dyn, efi_handle_t image, in _relocate()
H A Dreloc_aarch64_efi.c41 efi_status_t _relocate(long ldbase, Elf64_Dyn *dyn, efi_handle_t image, in _relocate()
/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/
H A Dreset.c58 efi_status_t reset_status, in efi_reset_system()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dfwcall.c143 efi_status_t reset_status, in efi_reset_system()
/rk3399_rockchip-uboot/cmd/
H A Dbootefi.c100 efi_status_t ret = EFI_LOAD_ERROR; in efi_do_enter()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c594 efi_status_t reset_status, in efi_reset_system()