Searched refs:IdlePDPT (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dlocore.s102 .globl IdlePDPT
103 IdlePDPT: .long 0 /* phys addr of kernel PDPT */ label
284 movl R(IdlePDPT), %eax
660 movl %esi,R(IdlePDPT)
724 movl R(IdlePDPT), %eax
829 fillkpt(R(IdlePDPT), $0x0)
H A Dmpboot.s103 movl R(IdlePDPT), %eax
H A Dvm86bios.s116 movl IdlePDPT,%ecx
H A Dbios.c393 if (ptd == IdlePDPT)
H A Dmachdep.c2659 dblfault_tss.tss_cr3 = (int)IdlePDPT;
2781 thread0.td_pcb->pcb_cr3 = (int)IdlePDPT;
H A Dpmap.c417 kernel_pmap->pm_pdpt = (pdpt_entry_t *) (KERNBASE + (u_int)IdlePDPT);
1866 pmap->pm_pdpt = (pdpt_entry_t *)(KERNBASE + (vm_offset_t)IdlePDPT);
/freebsd-11-stable/sys/i386/include/
H A Dpmap.h203 extern pdpt_entry_t *IdlePDPT;

Completed in 284 milliseconds