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

/seL4-l4v-master/seL4/src/arch/x86/32/kernel/
H A Dvspace_32paging.c25 pde_t _boot_pd[BIT(PD_INDEX_BITS)] ALIGN(BIT(PAGE_BITS)) VISIBLE PHYS_BSS;
30 return (pde_t *) _boot_pd;
69 *(_boot_pd + i) = pde_pde_large_new_phys(
86 *(_boot_pd + i + (PPTR_BASE >> seL4_LargePageBits)) = pde_pde_large_new_phys(
/seL4-l4v-master/seL4/src/arch/x86/64/
H A Dhead.S101 movl $_boot_pd, %ecx
113 /* Map first 4GiB into the _boot_pd. */
114 movl $_boot_pd, %edi
323 _boot_pd: label
/seL4-l4v-master/seL4/src/arch/x86/32/
H A Dhead.S26 leal _boot_pd, %eax

Completed in 21 milliseconds