Searched refs:acrn_boot_info (Results 1 – 14 of 14) sorted by relevance
| /hypervisor/boot/include/ |
| A D | boot.h | 47 struct acrn_boot_info { struct 63 static inline bool boot_from_uefi(struct acrn_boot_info *abi) in boot_from_uefi() argument 73 int32_t sanitize_acrn_boot_info(struct acrn_boot_info *abi); 74 struct acrn_boot_info *get_acrn_boot_info(void); 76 struct abi_module *get_mod_by_tag(const struct acrn_boot_info *abi, const char *tag);
|
| /hypervisor/boot/ |
| A D | boot.c | 14 static struct acrn_boot_info acrn_bi = { 0 }; 23 struct acrn_boot_info *abi = get_acrn_boot_info(); in get_boot_mods_range() 43 int32_t sanitize_acrn_boot_info(struct acrn_boot_info *abi) in sanitize_acrn_boot_info() 76 struct acrn_boot_info *get_acrn_boot_info(void) in get_acrn_boot_info()
|
| /hypervisor/boot/multiboot/ |
| A D | multiboot2.c | 16 static void mb2_mmap_to_abi(struct acrn_boot_info *abi, const struct multiboot2_tag_mmap *mb2_tag_m… in mb2_mmap_to_abi() 37 static void mb2_mods_to_abi(struct acrn_boot_info *abi, in mb2_mods_to_abi() 53 static void mb2_efi64_to_abi(struct acrn_boot_info *abi, const struct multiboot2_tag_efi64 *mb2_tag… in mb2_efi64_to_abi() 62 static void mb2_efimmap_to_abi(struct acrn_boot_info *abi, in mb2_efimmap_to_abi() 76 int32_t multiboot2_to_acrn_bi(struct acrn_boot_info *abi, void *mb2_info) in multiboot2_to_acrn_bi()
|
| A D | multiboot_priv.h | 30 int32_t multiboot2_to_acrn_bi(struct acrn_boot_info *abi, void *mb2_info);
|
| A D | multiboot.c | 16 int32_t multiboot_to_acrn_bi(struct acrn_boot_info *abi, void *mb_info) { in multiboot_to_acrn_bi() 73 struct acrn_boot_info *abi = get_acrn_boot_info(); in init_multiboot_info()
|
| /hypervisor/boot/guest/ |
| A D | vboot_info.c | 80 static void init_vm_bootargs_info(struct acrn_vm *vm, const struct acrn_boot_info *abi) in init_vm_bootargs_info() 127 struct abi_module *get_mod_by_tag(const struct acrn_boot_info *abi, const char *tag) in get_mod_by_tag() 161 static int32_t init_vm_sw_load(struct acrn_vm *vm, const struct acrn_boot_info *abi) in init_vm_sw_load() 220 struct acrn_boot_info *abi = get_acrn_boot_info(); in init_vm_boot_info()
|
| A D | bzimage_loader.c | 281 struct acrn_boot_info *abi = get_acrn_boot_info(); in create_zero_page()
|
| /hypervisor/quirks/ |
| A D | security_vm_fixup.h | 10 void passthrough_smbios(struct acrn_vm *vm, struct acrn_boot_info *abi);
|
| A D | security_vm_fixup.c | 44 struct acrn_boot_info *abi = get_acrn_boot_info(); in tpm2_fixup() 257 static int probe_smbios_table(struct acrn_boot_info *abi, struct smbios_info *si) in probe_smbios_table() 287 void passthrough_smbios(struct acrn_vm *vm, struct acrn_boot_info *abi) in passthrough_smbios()
|
| /hypervisor/arch/x86/ |
| A D | e820.c | 198 static void init_e820_from_mmap(struct acrn_boot_info *abi) in init_e820_from_mmap() 282 struct acrn_boot_info *abi = get_acrn_boot_info(); in alloc_mods_memory() 314 struct acrn_boot_info *abi = get_acrn_boot_info(); in init_e820()
|
| A D | pm.c | 283 struct acrn_boot_info *abi = get_acrn_boot_info(); in init_frequency_policy()
|
| A D | mmu.c | 256 struct acrn_boot_info *abi = get_acrn_boot_info(); in init_paging()
|
| /hypervisor/debug/ |
| A D | console.c | 41 struct acrn_boot_info *abi = get_acrn_boot_info(); in parse_hvdbg_cmdline()
|
| /hypervisor/arch/x86/seed/ |
| A D | seed.c | 44 struct acrn_boot_info *abi = get_acrn_boot_info(); in parse_seed_arg()
|
Completed in 15 milliseconds