Lines Matching refs:u32
63 u32 revision;
64 u32 headersize;
65 u32 crc32;
66 u32 reserved;
110 u32 type;
111 u32 pad;
120 u32 headersize;
121 u32 flags;
122 u32 imagesize;
150 u32 nanosecond;
157 u32 resolution;
158 u32 accuracy;
164 u32 raise_tpl;
165 u32 restore_tpl;
166 u32 allocate_pages;
167 u32 free_pages;
168 u32 get_memory_map;
169 u32 allocate_pool;
170 u32 free_pool;
171 u32 create_event;
172 u32 set_timer;
173 u32 wait_for_event;
174 u32 signal_event;
175 u32 close_event;
176 u32 check_event;
177 u32 install_protocol_interface;
178 u32 reinstall_protocol_interface;
179 u32 uninstall_protocol_interface;
180 u32 handle_protocol;
181 u32 __reserved;
182 u32 register_protocol_notify;
183 u32 locate_handle;
184 u32 locate_device_path;
185 u32 install_configuration_table;
186 u32 load_image;
187 u32 start_image;
188 u32 exit;
189 u32 unload_image;
190 u32 exit_boot_services;
191 u32 get_next_monotonic_count;
192 u32 stall;
193 u32 set_watchdog_timer;
194 u32 connect_controller;
195 u32 disconnect_controller;
196 u32 open_protocol;
197 u32 close_protocol;
198 u32 open_protocol_information;
199 u32 protocols_per_handle;
200 u32 locate_handle_buffer;
201 u32 locate_protocol;
202 u32 install_multiple_protocol_interfaces;
203 u32 uninstall_multiple_protocol_interfaces;
204 u32 calculate_crc32;
205 u32 copy_mem;
206 u32 set_mem;
207 u32 create_event_ex;
269 unsigned long *, u32 *);
337 u32 read;
338 u32 write;
352 u32 poll_mem;
353 u32 poll_io;
357 u32 copy_mem;
358 u32 map;
359 u32 unmap;
360 u32 allocate_buffer;
361 u32 free_buffer;
362 u32 flush;
363 u32 get_location;
364 u32 attributes;
365 u32 get_bar_attributes;
366 u32 set_bar_attributes;
446 u32 get_time;
447 u32 set_time;
448 u32 get_wakeup_time;
449 u32 set_wakeup_time;
450 u32 set_virtual_address_map;
451 u32 convert_pointer;
452 u32 get_variable;
453 u32 get_next_variable;
454 u32 set_variable;
455 u32 get_next_high_mono_count;
456 u32 reset_system;
457 u32 update_capsule;
458 u32 query_capsule_caps;
459 u32 query_variable_info;
503 typedef efi_status_t efi_get_variable_t (efi_char16_t *name, efi_guid_t *vendor, u32 *attr,
508 u32 attr, unsigned long data_size,
512 u32 attr, unsigned long data_size, void *data);
514 typedef efi_status_t efi_get_next_high_mono_count_t (u32 *count);
519 u32 descriptor_version,
521 typedef efi_status_t efi_query_variable_info_t(u32 attr,
532 typedef efi_status_t efi_query_variable_store_t(u32 attributes, unsigned long size);
609 u32 table;
635 u32 fw_revision;
636 u32 __pad1;
645 u32 nr_tables;
646 u32 __pad2;
652 u32 fw_vendor; /* physical addr of CHAR16 vendor string */
653 u32 fw_revision;
654 u32 con_in_handle;
655 u32 con_in;
656 u32 con_out_handle;
657 u32 con_out;
658 u32 stderr_handle;
659 u32 stderr;
660 u32 runtime;
661 u32 boottime;
662 u32 nr_tables;
663 u32 tables;
669 u32 fw_revision;
694 u32 mmap_size;
695 u32 desc_size;
696 u32 desc_ver;
700 u32 revision;
701 u32 parent_handle;
702 u32 system_table;
703 u32 device_handle;
704 u32 file_path;
705 u32 reserved;
706 u32 load_options_size;
707 u32 load_options;
708 u32 image_base;
716 u32 revision;
722 u32 load_options_size;
732 u32 revision;
738 u32 load_options_size;
761 u32 open;
762 u32 close;
763 u32 delete;
764 u32 read;
765 u32 write;
766 u32 get_position;
767 u32 set_position;
768 u32 get_info;
769 u32 set_info;
770 u32 flush;
816 u32 version;
817 u32 length;
887 extern efi_status_t efi_query_variable_store(u32 attributes, unsigned long size);
893 static inline efi_status_t efi_query_variable_store(u32 attributes, unsigned long size) in efi_query_variable_store()
908 extern u32 efi_mem_type (unsigned long phys_addr);
1137 u32 reset;
1138 u32 output_string;
1139 u32 test_string;
1179 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes,
1181 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes,
1183 int efivar_entry_set(struct efivar_entry *entry, u32 attributes,
1185 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes,
1187 int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes,
1219 void efi_runtime_map_setup(void *, int, u32);
1230 efi_runtime_map_setup(void *map, int nr_entries, u32 desc_size) {} in efi_runtime_map_setup()
1266 u32 *desc_ver,