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

/fuchsia/zircon/kernel/arch/x86/
H A Dbootstrap16.cpp137 uint64_t phys_bootstrap_pml4 = bootstrap_aspace->arch_aspace().pt_phys(); variable
139 if (phys_bootstrap_pml4 > UINT32_MAX) {
147 bootstrap_data->phys_bootstrap_pml4 = static_cast<uint32_t>(phys_bootstrap_pml4);
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dbootstrap16.h47 uint32_t phys_bootstrap_pml4; member in struct:x86_bootstrap16_data
115 static_assert(__offsetof(struct x86_bootstrap16_data, phys_bootstrap_pml4) == BCD_PHYS_BOOTSTRAP_PML4_OFFSET, "");

Completed in 28 milliseconds