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

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d10v/
H A Dcontrol-001.s10 mvfc r0,cr3;
11 mvtc r0,bpc ;; cr3=bpc
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/arch-x86/
H A Dxen-x86_32.h156 * Page-directory addresses above 4GB do not fit into architectural %cr3.
157 * When accessing %cr3, or equivalent field in vcpu_guest_context, guests
161 #define xen_cr3_to_pfn(cr3) (((unsigned)(cr3) >> 12) | ((unsigned)(cr3) << 20))
H A Dxen-x86_64.h191 #define xen_cr3_to_pfn(cr3) ((unsigned long)(cr3) >> 12)
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Di386func.S82 movl %eax, %cr3
121 movl %cr3, %eax
122 movl %eax, %cr3
H A Dmptramp.S174 movl %ecx,%cr3 # load ptd addr into mmu
259 movl %eax,%cr3
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ppc/
H A Dppc750ps.d22 30: 11 82 20 40 ps_cmpo0 cr3,f2,f4
23 34: 11 82 20 c0 ps_cmpo1 cr3,f2,f4
24 38: 11 82 20 00 ps_cmpu0 cr3,f2,f4
25 3c: 11 82 20 80 ps_cmpu1 cr3,f2,f4
H A Dastest2.d75 9c: 40 8d ff f4 ble\+ cr3,90 <apfour\+0x14>
/netbsd-6-1-5-RELEASE/sys/arch/i386/acpi/
H A Dacpi_wakeup_low.S60 movl %eax,%cr3
104 movl %cr3,%eax
H A Dacpi_wakecode.S166 movl %eax,%cr3
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/hvm/
H A Dvmx_assist.h68 uint32_t cr3; /* page table directory */ member in struct:vmx_assist_context
/netbsd-6-1-5-RELEASE/sys/arch/amd64/acpi/
H A Dacpi_wakeup_low.S77 movq %rax,%cr3
124 movq %cr3,%rax
H A Dacpi_wakecode.S197 movl %eax,%cr3
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dcopro.s3 cdp p1, 4, cr1, cr2, cr3
H A Dcopro.d30 0+050 <[^>]*> ecd43704 ldcl 7, cr3, \[r4\], \{4\}
H A Darchv6.d13 0+014 <[^>]*> fc4570c3 ? mcrr2 0, 12, r7, r5, cr3
14 0+018 <[^>]*> fc5570c3 ? mrrc2 0, 12, r7, r5, cr3
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Dppc-asm.h41 #define cr3 3 macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dcpufunc.S102 movq %rdi, %cr3
106 movq %cr3, %rax
157 movq %cr3, %rax
158 movq %rax, %cr3
H A Dmptramp.S172 movl %ecx,%cr3 # load ptd addr into mmu
250 movq %rax,%cr3
/netbsd-6-1-5-RELEASE/sys/arch/i386/bioscall/
H A Dbiostramp.S165 movl %cr3,%eax
175 movl %eax,%cr3
286 movl %eax,%cr3
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dmtrr_i686.c173 vaddr_t cr3, cr4; local
224 cr3 = rcr3();
225 lcr3(cr3);
265 lcr3(cr3);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dlibunwind.S248 ldcl p1, cr3, [r0], #8 /* wldrd wr3, [r0], #8 */
269 stcl p1, cr3, [r0], #8 /* wstrd wr3, [r0], #8 */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgo32-nat.c1837 unsigned long taskbase, cr3; local
1867 cr3 = _farnspeekl (taskbase + 0x1c) & ~0xfff;
1868 if (cr3 > 0xfffff)
1885 && ((_farnspeekl (addr + 4 * pte_idx + 4) & 0xfffff000) == cr3))
1887 cr3 = addr + 0x1000;
1893 if (cr3 > 0xfffff)
1894 cr3 = 0;
1897 return cr3;
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/arch-x86/hvm/
H A Dsave.h78 uint64_t cr3; member in struct:hvm_hw_cpu
187 uint64_t cr3; member in struct:hvm_hw_cpu_compat
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dppc-asm.h65 #define cr3 3 macro
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dasm.h236 # define cr3 3 macro

Completed in 412 milliseconds

12