Lines Matching refs:u64

43 typedef u64 efi_physical_addr_t;
62 u64 signature;
91 #define EFI_MEMORY_UC ((u64)0x0000000000000001ULL) /* uncached */
92 #define EFI_MEMORY_WC ((u64)0x0000000000000002ULL) /* write-coalescing */
93 #define EFI_MEMORY_WT ((u64)0x0000000000000004ULL) /* write-through */
94 #define EFI_MEMORY_WB ((u64)0x0000000000000008ULL) /* write-back */
95 #define EFI_MEMORY_UCE ((u64)0x0000000000000010ULL) /* uncached, exported */
96 #define EFI_MEMORY_WP ((u64)0x0000000000001000ULL) /* write-protect */
97 #define EFI_MEMORY_RP ((u64)0x0000000000002000ULL) /* read-protect */
98 #define EFI_MEMORY_XP ((u64)0x0000000000004000ULL) /* execute-protect */
99 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */
108 u64 phys_addr;
109 u64 virt_addr;
110 u64 num_pages;
111 u64 attribute;
129 typedef int (*efi_freemem_callback_t) (u64 start, u64 end, void *arg);
208 u64 raise_tpl;
209 u64 restore_tpl;
210 u64 allocate_pages;
211 u64 free_pages;
212 u64 get_memory_map;
213 u64 allocate_pool;
214 u64 free_pool;
215 u64 create_event;
216 u64 set_timer;
217 u64 wait_for_event;
218 u64 signal_event;
219 u64 close_event;
220 u64 check_event;
221 u64 install_protocol_interface;
222 u64 reinstall_protocol_interface;
223 u64 uninstall_protocol_interface;
224 u64 handle_protocol;
225 u64 __reserved;
226 u64 register_protocol_notify;
227 u64 locate_handle;
228 u64 locate_device_path;
229 u64 install_configuration_table;
230 u64 load_image;
231 u64 start_image;
232 u64 exit;
233 u64 unload_image;
234 u64 exit_boot_services;
235 u64 get_next_monotonic_count;
236 u64 stall;
237 u64 set_watchdog_timer;
238 u64 connect_controller;
239 u64 disconnect_controller;
240 u64 open_protocol;
241 u64 close_protocol;
242 u64 open_protocol_information;
243 u64 protocols_per_handle;
244 u64 locate_handle_buffer;
245 u64 locate_protocol;
246 u64 install_multiple_protocol_interfaces;
247 u64 uninstall_multiple_protocol_interfaces;
248 u64 calculate_crc32;
249 u64 copy_mem;
250 u64 set_mem;
251 u64 create_event_ex;
338 u64 read;
339 u64 write;
368 u64 poll_mem;
369 u64 poll_io;
373 u64 copy_mem;
374 u64 map;
375 u64 unmap;
376 u64 allocate_buffer;
377 u64 free_buffer;
378 u64 flush;
379 u64 get_location;
380 u64 attributes;
381 u64 get_bar_attributes;
382 u64 set_bar_attributes;
437 #define EFI_RUNTIME_SERVICES_SIGNATURE ((u64)0x5652453544e5552ULL)
460 u64 get_time;
461 u64 set_time;
462 u64 get_wakeup_time;
463 u64 set_wakeup_time;
464 u64 set_virtual_address_map;
465 u64 convert_pointer;
466 u64 get_variable;
467 u64 get_next_variable;
468 u64 set_variable;
469 u64 get_next_high_mono_count;
470 u64 reset_system;
471 u64 update_capsule;
472 u64 query_capsule_caps;
473 u64 query_variable_info;
518 u64 *storage_space,
519 u64 *remaining_space,
520 u64 *max_variable_size);
526 u64 *max_size,
594 u64 table;
613 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL)
624 u64 fw_vendor; /* physical addr of CHAR16 vendor string */
627 u64 con_in_handle;
628 u64 con_in;
629 u64 con_out_handle;
630 u64 con_out;
631 u64 stderr_handle;
632 u64 stderr;
633 u64 runtime;
634 u64 boottime;
637 u64 tables;
682 u64 system_table;
683 u64 mmap;
707 u64 parent_handle;
708 u64 system_table;
709 u64 device_handle;
710 u64 file_path;
711 u64 reserved;
713 u64 load_options;
714 u64 image_base;
739 u64 size;
740 u64 file_size;
741 u64 phys_size;
750 u64 revision;
764 u64 revision;
765 u64 open;
766 u64 close;
767 u64 delete;
768 u64 read;
769 u64 write;
770 u64 get_position;
771 u64 set_position;
772 u64 get_info;
773 u64 set_info;
774 u64 flush;
778 u64 revision;
781 efi_char16_t *, u64, u64);
796 u64 revision;
876 extern void __iomem *efi_lookup_mapped_addr(u64 phys_addr);
880 extern u64 efi_get_iobase (void);
882 extern u64 efi_mem_attributes (unsigned long phys_addr);
883 extern u64 efi_mem_attribute (unsigned long phys_addr, unsigned long size);
1040 static inline void memrange_efi_to_native(u64 *addr, u64 *npages) in memrange_efi_to_native()
1106 u64 reset;
1107 u64 output_string;
1108 u64 test_string;