Home | History | Annotate | Download | only in x86

Lines Matching refs:L4

609  * old_count is # of old tables (including L4, L3 and L2).
617 pd_entry_t *L4cpu, *L4
679 /* per-cpu L4 */
684 /* pmap_kernel L4 */
685 L4 = (pd_entry_t *)avail;
686 memset(L4, 0, PAGE_SIZE);
694 /* link L4->L3 */
697 L4[pl4_pi(KERNTEXTOFF)] = xpmap_ptom_masked(addr) | PTE_P | PTE_W;
708 /* no L4 on i386PAE */
710 __USE(L4);
829 L4[PDIR_SLOT_PTE] = xpmap_ptom_masked((paddr_t)L4 - KERNBASE)
881 PDPpaddr = (u_long)L4 - KERNBASE;
891 /* Save the address of the real per-cpu L4 page. */