Searched refs:bootsym_phys (Results 1 – 5 of 5) sorted by relevance
154 *(uint32_t *)wakeup_vector_va = bootsym_phys(wakeup_start); in acpi_sleep_prepare()156 *(uint64_t *)wakeup_vector_va = bootsym_phys(wakeup_start); in acpi_sleep_prepare()374 bootsym_phys(wakeup_start); in tboot_sleep()
371 g_tboot_shared->mac_regions[0].start = bootsym_phys(trampoline_start); in tboot_shutdown()372 g_tboot_shared->mac_regions[0].size = bootsym_phys(trampoline_end) - in tboot_shutdown()373 bootsym_phys(trampoline_start); in tboot_shutdown()
56 #define setup_trampoline() (bootsym_phys(trampoline_realmode_entry))
1770 xen_regions[region_s3].s = bootsym_phys(trampoline_start); in xen_in_range()1771 xen_regions[region_s3].e = bootsym_phys(trampoline_end); in xen_in_range()
93 #define bootsym_phys(sym) \ macro
Completed in 11 milliseconds