Searched refs:boot_params (Results 1 – 2 of 2) sorted by relevance
65 struct image_boot_params *boot_params = NULL; in parse_seed_sbl() local71 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()
104 struct image_boot_params *boot_params = in fill_seed_arg() local107 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