Home
last modified time | relevance | path

Searched refs:u32 (Results 1 – 16 of 16) sorted by relevance

/DragonStub/inc/dragonstub/
H A Ddragonstub.h27 typedef u32 efi_tcg2_event_log_format;
34 u32 event_size;
36 u32 header_size;
38 u32 pcr_index;
39 u32 event_type;
45 u32 tagged_event_id;
46 u32 tagged_event_data_size;
71 u32 get_capability;
72 u32 get_event_log;
73 u32 hash_log_extend_event;
[all …]
H A Dlinux-efi.h317 u32 hid;
318 u32 uid;
335 u32 reserved;
342 u32 memory_type;
401 u32 *attr, unsigned long *data_size,
407 u32 attr, unsigned long data_size,
409 typedef efi_status_t efi_get_next_high_mono_count_t(u32 *count);
414 u32 descriptor_version, efi_memory_desc_t *virtual_map);
415 typedef efi_status_t efi_query_variable_info_t(u32 attr, u64 *storage_space,
424 typedef efi_status_t efi_query_variable_store_t(u32 attributes,
[all …]
H A Dlinux-efi.h317 u32 hid;
318 u32 uid;
335 u32 reserved;
342 u32 memory_type;
401 u32 *attr, unsigned long *data_size,
407 u32 attr, unsigned long data_size,
409 typedef efi_status_t efi_get_next_high_mono_count_t(u32 *count);
414 u32 descriptor_version, efi_memory_desc_t *virtual_map);
415 typedef efi_status_t efi_query_variable_info_t(u32 attr, u64 *storage_space,
424 typedef efi_status_t efi_query_variable_store_t(u32 attribute
[all...]
H A Dlinux-efi.h317 u32 hid;
318 u32 uid; in memrange_efi_to_native()
335 u32 reserved;
342 u32 memory_type;
401 u32 *attr, unsigned long *data_size,
407 u32 attr, unsigned long data_size,
409 typedef efi_status_t efi_get_next_high_mono_count_t(u32 *count);
414 u32 descriptor_version, efi_memory_desc_t *virtual_map);
415 typedef efi_status_t efi_query_variable_info_t(u32 attr, u64 *storage_space,
424 typedef efi_status_t efi_query_variable_store_t(u32 attribute
[all...]
H A Dminmax.h244 static inline bool in_range32(u32 val, u32 start, u32 len) in in_range32()
262 ((sizeof(start) | sizeof(len) | sizeof(val)) <= sizeof(u32) ? \
H A Dtypes.h46 typedef __u32 u32; typedef
/DragonStub/inc/dragonstub/linux/
H A Dbyteorder.h152 static inline void le32_add_cpu(__le32 *var, u32 val) in le32_add_cpu()
163 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array()
171 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array()
184 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu()
194 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array()
202 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array()
H A Dswab.h337 static inline void swab32_array(u32 *buf, unsigned int words) in swab32_array()
/DragonStub/apps/
H A Drandom.c16 u32 get_info;
17 u32 get_rng;
H A Dsecureboot.c7 static efi_status_t get_var(efi_char16_t *name, efi_guid_t *vendor, u32 *attr, in get_var()
18 u32 attr; in efi_get_secureboot()
H A Dhelper.c27 u32 pcr_index;
28 u32 event_id;
29 u32 event_data_len;
102 u32 *load_options_size) in efi_apply_loadoptions_quirk()
136 u32 options_size = efi_table_attr(image, LoadOptionsSize); in efi_convert_cmdline()
142 u32 options_chars; in efi_convert_cmdline()
H A Delf.c111 const Elf64_Ehdr *ehdr, u32 *ret_segments_nr, in parse_phdrs()
265 u32 phdrs_nr, u64 *ret_paddr, in efi_allocate_kernel_memory()
278 for (u32 i = 0; i < phdrs_nr; ++i, ++phdr) { in efi_allocate_kernel_memory()
326 const Elf64_Phdr *phdr_start, u32 phdrs_nr, in load_program()
352 for (u32 i = 0; i < phdrs_nr; ++i, ++phdr) { in load_program()
421 u32 phdrs_nr = 0; in load_elf()
H A Dstub.c184 unsigned long *desc_size, u32 *desc_ver) in efi_alloc_virtmap()
291 static u32 get_supported_rt_services(void) in get_supported_rt_services()
294 u32 supported = EFI_RT_SUPPORTED_ALL; in get_supported_rt_services()
H A Dfdt.c34 u32 fdt_val32; in update_fdt_memmap()
76 u32 fdt_val32; in update_fdt()
229 u32 desc_ver; in allocate_new_fdt_and_exit_boot()
H A Driscv-stub.c37 if (len == sizeof(u32)) in get_boot_hartid_from_fdt()
H A Dmem.c123 u32 pagecount = DIV_ROUND_UP(size, EFI_PAGE_SIZE); in efi_allocate_pages_exact()