Home
last modified time | relevance | path

Searched refs:boot_params (Results 1 – 2 of 2) sorted by relevance

/hypervisor/arch/x86/seed/
A Dseed_sbl.c65 struct image_boot_params *boot_params = NULL; in parse_seed_sbl() local
71 boot_params = (struct image_boot_params *)hpa2hva(addr); in parse_seed_sbl()
73 if (boot_params != NULL) { in parse_seed_sbl()
74 seed_hob = (struct seed_list_hob *)hpa2hva(boot_params->p_seed_list); in parse_seed_sbl()
A Dseed.c104 struct image_boot_params *boot_params = in fill_seed_arg() local
107 boot_params->p_seed_list = service_vm_hpa2gpa(boot_params->p_seed_list); in fill_seed_arg()
109 boot_params->p_platform_info = service_vm_hpa2gpa(boot_params->p_platform_info); in fill_seed_arg()

Completed in 27 milliseconds