Searched refs:IdlePDPT (Results 1 – 4 of 4) sorted by relevance
116 extern pdpt_entry_t *IdlePDPT;
95 movl IdlePDPT, %eax
121 movl IdlePDPT,%ecx
380 pdpt_entry_t *IdlePDPT; /* phys addr of kernel PDPT */ variable461 IdlePDPT = (pdpt_entry_t *)allocpages(1, &physfree); in __CONCAT()487 IdlePDPT[a] = ((u_int)IdlePTD + ptoa(a)) | PG_V; in __CONCAT()516 pmap_cold_mapident((u_long)IdlePDPT, 1); in __CONCAT()565 cr3 = (u_int)IdlePDPT; in __CONCAT()657 kernel_pmap->pm_pdpt = IdlePDPT; in __CONCAT()2044 pmap->pm_pdpt = IdlePDPT; in __CONCAT()6052 return ((u_int)IdlePDPT); in __CONCAT()