Searched refs:bootsym_phys (Results 1 – 5 of 5) sorted by relevance
185 *(uint32_t *)wakeup_vector_va = bootsym_phys(wakeup_start); in acpi_sleep_prepare()187 *(uint64_t *)wakeup_vector_va = bootsym_phys(wakeup_start); in acpi_sleep_prepare()427 bootsym_phys(wakeup_start); in tboot_sleep()
97 #define bootsym_phys(sym) \ macro100 (*((typeof(sym) *)__va(bootsym_phys(sym))))
373 g_tboot_shared->mac_regions[0].start = bootsym_phys(trampoline_start); in tboot_shutdown()
1982 xen_regions[region_s3].s = bootsym_phys(trampoline_start); in xen_in_range()1983 xen_regions[region_s3].e = bootsym_phys(trampoline_end); in xen_in_range()
555 start_eip = bootsym_phys(trampoline_realmode_entry); in do_boot_cpu()
Completed in 14 milliseconds