Lines Matching refs:u64
43 typedef u64 efi_physical_addr_t;
62 u64 signature;
92 #define EFI_MEMORY_UC ((u64)0x0000000000000001ULL) /* uncached */
93 #define EFI_MEMORY_WC ((u64)0x0000000000000002ULL) /* write-coalescing */
94 #define EFI_MEMORY_WT ((u64)0x0000000000000004ULL) /* write-through */
95 #define EFI_MEMORY_WB ((u64)0x0000000000000008ULL) /* write-back */
96 #define EFI_MEMORY_UCE ((u64)0x0000000000000010ULL) /* uncached, exported */
97 #define EFI_MEMORY_WP ((u64)0x0000000000001000ULL) /* write-protect */
98 #define EFI_MEMORY_RP ((u64)0x0000000000002000ULL) /* read-protect */
99 #define EFI_MEMORY_XP ((u64)0x0000000000004000ULL) /* execute-protect */
101 ((u64)0x0000000000010000ULL) /* higher reliability */
102 #define EFI_MEMORY_RO ((u64)0x0000000000020000ULL) /* read-only */
103 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */
112 u64 phys_addr;
113 u64 virt_addr;
114 u64 num_pages;
115 u64 attribute;
133 typedef int (*efi_freemem_callback_t) (u64 start, u64 end, void *arg);
212 u64 raise_tpl;
213 u64 restore_tpl;
214 u64 allocate_pages;
215 u64 free_pages;
216 u64 get_memory_map;
217 u64 allocate_pool;
218 u64 free_pool;
219 u64 create_event;
220 u64 set_timer;
221 u64 wait_for_event;
222 u64 signal_event;
223 u64 close_event;
224 u64 check_event;
225 u64 install_protocol_interface;
226 u64 reinstall_protocol_interface;
227 u64 uninstall_protocol_interface;
228 u64 handle_protocol;
229 u64 __reserved;
230 u64 register_protocol_notify;
231 u64 locate_handle;
232 u64 locate_device_path;
233 u64 install_configuration_table;
234 u64 load_image;
235 u64 start_image;
236 u64 exit;
237 u64 unload_image;
238 u64 exit_boot_services;
239 u64 get_next_monotonic_count;
240 u64 stall;
241 u64 set_watchdog_timer;
242 u64 connect_controller;
243 u64 disconnect_controller;
244 u64 open_protocol;
245 u64 close_protocol;
246 u64 open_protocol_information;
247 u64 protocols_per_handle;
248 u64 locate_handle_buffer;
249 u64 locate_protocol;
250 u64 install_multiple_protocol_interfaces;
251 u64 uninstall_multiple_protocol_interfaces;
252 u64 calculate_crc32;
253 u64 copy_mem;
254 u64 set_mem;
255 u64 create_event_ex;
342 u64 read;
343 u64 write;
372 u64 poll_mem;
373 u64 poll_io;
377 u64 copy_mem;
378 u64 map;
379 u64 unmap;
380 u64 allocate_buffer;
381 u64 free_buffer;
382 u64 flush;
383 u64 get_location;
384 u64 attributes;
385 u64 get_bar_attributes;
386 u64 set_bar_attributes;
441 #define EFI_RUNTIME_SERVICES_SIGNATURE ((u64)0x5652453544e5552ULL)
464 u64 get_time;
465 u64 set_time;
466 u64 get_wakeup_time;
467 u64 set_wakeup_time;
468 u64 set_virtual_address_map;
469 u64 convert_pointer;
470 u64 get_variable;
471 u64 get_next_variable;
472 u64 set_variable;
473 u64 get_next_high_mono_count;
474 u64 reset_system;
475 u64 update_capsule;
476 u64 query_capsule_caps;
477 u64 query_variable_info;
522 u64 *storage_space,
523 u64 *remaining_space,
524 u64 *max_variable_size);
530 u64 *max_size,
604 u64 table;
623 #define EFI_SYSTEM_TABLE_SIGNATURE ((u64)0x5453595320494249ULL)
634 u64 fw_vendor; /* physical addr of CHAR16 vendor string */
637 u64 con_in_handle;
638 u64 con_in;
639 u64 con_out_handle;
640 u64 con_out;
641 u64 stderr_handle;
642 u64 stderr;
643 u64 runtime;
644 u64 boottime;
647 u64 tables;
692 u64 system_table;
693 u64 mmap;
717 u64 parent_handle;
718 u64 system_table;
719 u64 device_handle;
720 u64 file_path;
721 u64 reserved;
723 u64 load_options;
724 u64 image_base;
749 u64 size;
750 u64 file_size;
751 u64 phys_size;
760 u64 revision;
774 u64 revision;
775 u64 open;
776 u64 close;
777 u64 delete;
778 u64 read;
779 u64 write;
780 u64 get_position;
781 u64 set_position;
782 u64 get_info;
783 u64 set_info;
784 u64 flush;
788 u64 revision;
791 efi_char16_t *, u64, u64);
806 u64 revision;
818 u64 memory_protection_attribute;
898 extern void __iomem *efi_lookup_mapped_addr(u64 phys_addr);
907 extern u64 efi_get_iobase (void);
909 extern u64 efi_mem_attributes (unsigned long phys_addr);
910 extern u64 efi_mem_attribute (unsigned long phys_addr, unsigned long size);
912 extern u64 efi_mem_desc_end(efi_memory_desc_t *md);
913 extern int efi_mem_desc_lookup(u64 phys_addr, efi_memory_desc_t *out_md);
1077 static inline void memrange_efi_to_native(u64 *addr, u64 *npages) in memrange_efi_to_native()
1143 u64 reset;
1144 u64 output_string;
1145 u64 test_string;