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

/fuchsia/zircon/kernel/arch/x86/
H A Dbootstrap16.cpp123 uintptr_t bootstrap_code_len = (uintptr_t)x86_bootstrap16_end - variable
125 DEBUG_ASSERT(bootstrap_code_len <= PAGE_SIZE);
127 memcpy(bootstrap_virt_addr, (const void*)x86_bootstrap16_start, bootstrap_code_len);

Completed in 19 milliseconds