/DragonStub/inc/dragonstub/ |
H A D | dragonstub.h | 27 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 D | linux-efi.h | 317 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 D | linux-efi.h | 317 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 D | linux-efi.h | 317 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 D | minmax.h | 244 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 D | types.h | 46 typedef __u32 u32; typedef
|
/DragonStub/inc/dragonstub/linux/ |
H A D | byteorder.h | 152 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 D | swab.h | 337 static inline void swab32_array(u32 *buf, unsigned int words) in swab32_array()
|
/DragonStub/apps/ |
H A D | random.c | 16 u32 get_info; 17 u32 get_rng;
|
H A D | secureboot.c | 7 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 D | helper.c | 27 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 D | elf.c | 111 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 D | stub.c | 184 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 D | fdt.c | 34 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 D | riscv-stub.c | 37 if (len == sizeof(u32)) in get_boot_hartid_from_fdt()
|
H A D | mem.c | 123 u32 pagecount = DIV_ROUND_UP(size, EFI_PAGE_SIZE); in efi_allocate_pages_exact()
|