Searched refs:long_mode_entry (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dbootstrap16.cpp133 uintptr_t long_mode_entry = bootstrap_phys_addr + variable
135 ASSERT(long_mode_entry <= UINT32_MAX);
155 bootstrap_data->phys_long_mode_entry = static_cast<uint32_t>(long_mode_entry);

Completed in 21 milliseconds