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

/fuchsia/zircon/kernel/arch/x86/
H A Dbootstrap16.cpp29 void x86_bootstrap16_init(paddr_t bootstrap_base) { argument
31 DEBUG_ASSERT(IS_PAGE_ALIGNED(bootstrap_base));
32 DEBUG_ASSERT(bootstrap_base <= (1024 * 1024) - 2 * PAGE_SIZE);
33 bootstrap_phys_addr = bootstrap_base;
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dbootstrap16.h95 // |bootstrap_base| must refer to two consecutive pages of RAM with addresses
97 void x86_bootstrap16_init(paddr_t bootstrap_base);

Completed in 33 milliseconds