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

/fuchsia/zircon/kernel/arch/x86/
H A Dbootstrap16.cpp26 static paddr_t bootstrap_phys_addr = UINT64_MAX; variable
30 DEBUG_ASSERT(!IS_PAGE_ALIGNED(bootstrap_phys_addr));
33 bootstrap_phys_addr = bootstrap_base;
40 if (!IS_PAGE_ALIGNED(bootstrap_phys_addr)) {
85 {.start_vaddr = bootstrap_phys_addr, .start_paddr = bootstrap_phys_addr, .size = 2 * PAGE_SIZE},
115 bootstrap_phys_addr, // physical address
133 uintptr_t long_mode_entry = bootstrap_phys_addr +
160 *instr_ptr = bootstrap_phys_addr;

Completed in 7 milliseconds