Searched refs:cr3 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dstart64.s152 mov %cr3, %rax
153 mov %rax, %cr3
173 mov %rax, %cr3
186 mov %cr3, %rax
188 shr $32, %rdx // %edx:%eax = %cr3
H A Dacpi_wakeup.s155 movl %cr3,%eax
156 movl %eax,%cr3
163 movl %cr3, %eax
205 * restore cr3, PAE and NXE states in an orderly fashion
207 movl %ebx, %cr3
297 movl %eax, %cr3
299 movl %eax, %cr3
H A Dtss.h76 uint32_t cr3; /* CR3 - page table directory member in struct:i386_tss
H A Dproc_reg.h189 register unsigned int cr3; local
190 __asm__ volatile("mov %%cr3, %0" : "=r" (cr3));
191 return(cr3);
196 __asm__ volatile("mov %0, %%cr3" : : "r" (value));
251 __asm__ volatile("movl %%cr3, %0; movl %0, %%cr3" : "=r" (cr3_temp) :: "memory");
H A Dstart.s507 movl %eax, %cr3
527 movl %eax,%cr3
551 mov %cr3,%eax /* get PDBR into debug TSS */
555 mov %cr3,%eax /* get PDBR into DF TSS */
612 movl %eax,%cr3
643 movl %eax, %cr3
646 movl %eax, %cr3
H A Didt.s524 movl %ecx,%cr3 /* switch to user's address space */
643 movl %cr3,%eax
646 movl %ecx,%cr3
H A Dhibernate_restore.s120 * IdlePDPT if PAE) into %cr3 to re-establish the original mappings
170 movl %eax, %cr3
H A Didt64.s522 * Now switch %cr3, if necessary.
527 mov %cr3, %rax
533 mov %rcx,%cr3 /* switch to user's address space */
892 * Note: cpu_task_map is valid only if cpu_task_cr3 is loaded in cr3.
894 mov %cr3, %rax
896 cmp %rax, %rcx /* is the task's cr3 loaded? */
904 mov %rcx, %cr3
H A Dtrap.c669 uint32_t cr3 = get_cr3(); local
679 kprintf("cr0 0x%08x cr2 0x%08x cr3 0x%08x cr4 0x%08x\n",
680 cr0, cr2, cr3, cr4);
691 regs->eip, regs->trapno, trapname, cr0, cr2, cr3, cr4,
H A Dgenassym.c487 DECLARE("TSS_PDBR", offsetof(struct i386_tss *, cr3));
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/i386/
H A Dtss.h57 unsigned int cr3; member in struct:tss
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DEmulate64.s208 mcrf cr3,cr6 // save feature flags here...
298 // cr3 = saved copy of feature flags used in lowmem vector code
869 mcrf cr6,cr3 // restore feature flags
H A Dhw_exception.s1267 cmplw cr3,r26,r21 ; Do we have the live context?
1269 bne-- cr3,chkvec ; No, can not possibly enable...
1568 fastpath: cmplwi cr3,r0,0x7FF5 ; Is this a null fastpath?
1569 beq-- cr3,fastexutl ; Yes, bail fast...
1570 cmplwi cr3,r0,0x7FF1 ; Is it CthreadSetSelfNumber?
1571 bnelr-- cr3 ; Not a fast path...
H A Dlowmem_vectors.s1974 bne-- cr3,IgnoreRupt ; Interruption is being ignored...
3152 cmplw cr3,r14,r14 ; Set that we do not need to stop streams
3423 cmplw cr3,r14,r14 ; Set that we do not need to stop streams

Completed in 72 milliseconds