Home
last modified time | relevance | path

Searched refs:cr3 (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/freebsd/i386/i386/
H A Dcopyout_fast.s91 movl %edi,%cr3
99 movl %ebx,%cr3
148 movl %edi,%cr3
156 movl %ebx,%cr3
200 movl %eax,%cr3
202 movl %ebx,%cr3
229 movl %eax,%cr3
231 movl %ebx,%cr3
255 movl %eax,%cr3
257 movl %ebx,%cr3
[all …]
H A Dexception.s140 movl %ebx, %cr3
235 movl %eax, %cr3
304 movl %cr3, %eax
309 movl %eax, %cr3
349 movl %cr3, %eax
354 movl %eax, %cr3
536 movl %eax, %cr3
555 movl %eax, %cr3
H A Dvm86bios.s102 movl %cr3,%eax
122 4: movl %ecx,%cr3 /* new page tables */
155 movl %eax,%cr3 /* install old page table */
H A Dmpboot.s96 movl %eax, %cr3
115 movl %eax,%cr3
H A Dswtch.s348 movl %cr3,%eax
418 movl %eax,%cr3
H A Dpmap.c444 u_int cr3, ncr4; in __CONCAT() local
565 cr3 = (u_int)IdlePDPT; in __CONCAT()
569 cr3 = (u_int)IdlePTD; in __CONCAT()
571 tramp_idleptd = cr3; in __CONCAT()
572 load_cr3(cr3); in __CONCAT()
5790 u_int32_t cr3; in __CONCAT() local
5804 cr3 = vtophys(pmap->pm_pdpt); in __CONCAT()
5806 cr3 = vtophys(pmap->pm_pdir); in __CONCAT()
5811 td->td_pcb->pcb_cr3 = cr3; in __CONCAT()
/f-stack/freebsd/amd64/amd64/
H A Dexception.S354 movq %cr3,%rax
359 movq %rax,%cr3
372 movq %cr3,%rax
440 movq %rax,%cr3
533 movq %rax,%cr3
611 movq %r9,%cr3
684 movq %cr3,%r13
688 movq %rax,%cr3
713 movq %r13,%cr3
730 movq %rax,%cr3
[all …]
H A Dmpboot.S124 mov %eax, %cr3
271 3: movq %rax, %cr3
H A Dlocore.S109 movl %edi,%cr3
H A Dcpu_switch.S328 movq %cr3,%rax
398 movq %rax,%cr3
453 movq %rax,%cr3
H A Dxen-locore.S164 movl %eax, %cr3
H A Dsupport.S1531 movq %rdi,%cr3 /* to user page table */
1532 movq %rsi,%cr3 /* back to kernel */
1544 movq %rdi,%cr3 /* to user page table */
1546 movq %rsi,%cr3 /* back to kernel */
1560 movq %rdi,%cr3 /* to user page table */
1565 movq %rsi,%cr3 /* back to kernel */
H A Dpmap.c9598 uint64_t cached, cr3, kcr3, ucr3; in pmap_activate_sw_pcid_pti() local
9612 cr3 = rcr3(); in pmap_activate_sw_pcid_pti()
9613 if ((cr3 & ~CR3_PCID_MASK) != pmap->pm_cr3) in pmap_activate_sw_pcid_pti()
9635 uint64_t cached, cr3; in pmap_activate_sw_pcid_nopti() local
9641 cr3 = rcr3(); in pmap_activate_sw_pcid_nopti()
9642 if (!cached || (cr3 & ~CR3_PCID_MASK) != pmap->pm_cr3) in pmap_activate_sw_pcid_nopti()
/f-stack/freebsd/i386/acpica/
H A Dacpi_wakecode.S160 mov %eax, %cr3
/f-stack/freebsd/amd64/vmm/amd/
H A Dvmcb.c188 *retval = state->cr3; in vmcb_read()
281 state->cr3 = val; in vmcb_write()
H A Dvmcb.h303 uint64_t cr3; /* Guest CR3 */ member
H A Dsvm.c760 paging->cr3 = state->cr3; in svm_paging_info()
2450 SNAPSHOT_VAR_OR_LEAVE(vmcb->state.cr3, meta, ret, done); in svm_snapshot()
/f-stack/freebsd/amd64/acpica/
H A Dacpi_wakecode.S186 mov %eax, %cr3
/f-stack/freebsd/i386/include/
H A Dasmacros.h206 movl %eax, %cr3
H A Dcpufunc.h781 void load_cr3(u_int cr3);
/f-stack/freebsd/amd64/include/
H A Dasmacros.h188 movq %rax,%cr3
H A Dvmm.h528 uint64_t cr3; member
H A Dcpufunc.h971 void load_cr3(u_long cr3);
/f-stack/freebsd/contrib/alpine-hal/
H A Dal_hal_pcie_regs.h79 uint32_t cr3; member
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2084 ptpphys = paging->cr3; /* root of the page tables */ in _vm_gla2gpa()

12