Lines Matching refs:u32
63 u32 revision;
64 u32 headersize;
65 u32 crc32;
66 u32 reserved;
106 u32 type;
107 u32 pad;
116 u32 headersize;
117 u32 flags;
118 u32 imagesize;
146 u32 nanosecond;
153 u32 resolution;
154 u32 accuracy;
160 u32 raise_tpl;
161 u32 restore_tpl;
162 u32 allocate_pages;
163 u32 free_pages;
164 u32 get_memory_map;
165 u32 allocate_pool;
166 u32 free_pool;
167 u32 create_event;
168 u32 set_timer;
169 u32 wait_for_event;
170 u32 signal_event;
171 u32 close_event;
172 u32 check_event;
173 u32 install_protocol_interface;
174 u32 reinstall_protocol_interface;
175 u32 uninstall_protocol_interface;
176 u32 handle_protocol;
177 u32 __reserved;
178 u32 register_protocol_notify;
179 u32 locate_handle;
180 u32 locate_device_path;
181 u32 install_configuration_table;
182 u32 load_image;
183 u32 start_image;
184 u32 exit;
185 u32 unload_image;
186 u32 exit_boot_services;
187 u32 get_next_monotonic_count;
188 u32 stall;
189 u32 set_watchdog_timer;
190 u32 connect_controller;
191 u32 disconnect_controller;
192 u32 open_protocol;
193 u32 close_protocol;
194 u32 open_protocol_information;
195 u32 protocols_per_handle;
196 u32 locate_handle_buffer;
197 u32 locate_protocol;
198 u32 install_multiple_protocol_interfaces;
199 u32 uninstall_multiple_protocol_interfaces;
200 u32 calculate_crc32;
201 u32 copy_mem;
202 u32 set_mem;
203 u32 create_event_ex;
265 unsigned long *, u32 *);
333 u32 read;
334 u32 write;
348 u32 poll_mem;
349 u32 poll_io;
353 u32 copy_mem;
354 u32 map;
355 u32 unmap;
356 u32 allocate_buffer;
357 u32 free_buffer;
358 u32 flush;
359 u32 get_location;
360 u32 attributes;
361 u32 get_bar_attributes;
362 u32 set_bar_attributes;
442 u32 get_time;
443 u32 set_time;
444 u32 get_wakeup_time;
445 u32 set_wakeup_time;
446 u32 set_virtual_address_map;
447 u32 convert_pointer;
448 u32 get_variable;
449 u32 get_next_variable;
450 u32 set_variable;
451 u32 get_next_high_mono_count;
452 u32 reset_system;
453 u32 update_capsule;
454 u32 query_capsule_caps;
455 u32 query_variable_info;
499 typedef efi_status_t efi_get_variable_t (efi_char16_t *name, efi_guid_t *vendor, u32 *attr,
504 u32 attr, unsigned long data_size,
508 u32 attr, unsigned long data_size, void *data);
510 typedef efi_status_t efi_get_next_high_mono_count_t (u32 *count);
515 u32 descriptor_version,
517 typedef efi_status_t efi_query_variable_info_t(u32 attr,
528 typedef efi_status_t efi_query_variable_store_t(u32 attributes, unsigned long size);
599 u32 table;
625 u32 fw_revision;
626 u32 __pad1;
635 u32 nr_tables;
636 u32 __pad2;
642 u32 fw_vendor; /* physical addr of CHAR16 vendor string */
643 u32 fw_revision;
644 u32 con_in_handle;
645 u32 con_in;
646 u32 con_out_handle;
647 u32 con_out;
648 u32 stderr_handle;
649 u32 stderr;
650 u32 runtime;
651 u32 boottime;
652 u32 nr_tables;
653 u32 tables;
659 u32 fw_revision;
684 u32 mmap_size;
685 u32 desc_size;
686 u32 desc_ver;
690 u32 revision;
691 u32 parent_handle;
692 u32 system_table;
693 u32 device_handle;
694 u32 file_path;
695 u32 reserved;
696 u32 load_options_size;
697 u32 load_options;
698 u32 image_base;
706 u32 revision;
712 u32 load_options_size;
722 u32 revision;
728 u32 load_options_size;
751 u32 open;
752 u32 close;
753 u32 delete;
754 u32 read;
755 u32 write;
756 u32 get_position;
757 u32 set_position;
758 u32 get_info;
759 u32 set_info;
760 u32 flush;
866 extern efi_status_t efi_query_variable_store(u32 attributes, unsigned long size);
871 static inline efi_status_t efi_query_variable_store(u32 attributes, unsigned long size) in efi_query_variable_store()
881 extern u32 efi_mem_type (unsigned long phys_addr);
1100 u32 reset;
1101 u32 output_string;
1102 u32 test_string;
1142 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes,
1144 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes,
1146 int efivar_entry_set(struct efivar_entry *entry, u32 attributes,
1148 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes,
1150 int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes,
1182 void efi_runtime_map_setup(void *, int, u32);
1193 efi_runtime_map_setup(void *map, int nr_entries, u32 desc_size) {} in efi_runtime_map_setup()
1229 u32 *desc_ver,