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

/seL4-l4v-10.1.1/seL4/src/arch/x86/32/kernel/
H A Dvspace_32paging.c29 pde_t _boot_pd[BIT(PD_INDEX_BITS)] ALIGN(BIT(PAGE_BITS)) VISIBLE PHYS_BSS;
34 return _boot_pd;
75 *(_boot_pd + i) = pde_pde_large_new_phys(
92 *(_boot_pd + i + (PPTR_BASE >> seL4_LargePageBits)) = pde_pde_large_new_phys(
/seL4-l4v-10.1.1/seL4/src/arch/x86/32/
H A Dhead.S30 leal _boot_pd, %eax
/seL4-l4v-10.1.1/seL4/src/arch/x86/64/
H A Dhead.S150 movl $_boot_pd, %ecx
162 /* map first 4GiB into the _boot_pd */
163 movl $_boot_pd, %edi
383 _boot_pd: label

Completed in 35 milliseconds