Searched refs:cr0 (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-13-stable/contrib/netbsd-tests/lib/csu/arch/powerpc/
H A Dh_initfini_align.S14 bnelr %cr0
/freebsd-13-stable/stand/i386/libi386/
H A Damd64_tramp.S95 movl %cr0, %eax
97 movl %eax, %cr0
H A Drelocater_tramp.S96 movl %cr0, %eax /* disable paging */
98 movl %eax, %cr0
150 movl %cr0, %eax
152 movl %eax, %cr0
/freebsd-13-stable/sys/xen/interface/hvm/
H A Dhvm_vcpu.h40 uint32_t cr0; member in struct:vcpu_hvm_x86_32
103 uint64_t cr0; member in struct:vcpu_hvm_x86_64
/freebsd-13-stable/sys/i386/acpica/
H A Dacpi_wakecode.S118 mov %eax, %cr0
167 mov %cr0, %eax
169 mov %eax, %cr0
/freebsd-13-stable/sys/amd64/amd64/
H A Dlocore.S87 movq %cr0,%rdx
103 movl %eax,%cr0
110 movl %edx,%cr0
H A Dmpboot.S67 mov %eax, %cr0
134 mov %cr0, %eax
136 mov %eax, %cr0
H A Dxen-locore.S167 movl %cr0, %eax
169 movl %eax, %cr0
H A Dsupport.S1763 movq %cr0, %rax
1786 movq %rax, %cr0
1800 movq %cr0, %rax
1823 movq %rax, %cr0
1838 movq %cr0, %rax
1864 movq %rax, %cr0
1878 movq %cr0, %rax
1904 movq %rax, %cr0
1918 movq %cr0, %rax
1944 movq %rax, %cr0
[all...]
H A Dfpu.c302 u_long cr0; local
304 cr0 = rcr0();
307 load_cr0(cr0);
313 u_long cr0; local
315 cr0 = rcr0();
321 load_cr0(cr0);
819 * Some virtual machines seems to set %cr0.TS at
/freebsd-13-stable/sys/i386/i386/
H A Dsupport.s469 movl %cr0, %eax
492 movl %eax, %cr0
497 movl %cr0, %eax
520 movl %eax, %cr0
525 movl %cr0, %eax
551 movl %eax, %cr0
556 movl %cr0, %eax
582 movl %eax, %cr0
587 movl %cr0, %eax
613 movl %eax, %cr0
[all...]
H A Dmpboot.s116 5: movl %cr0,%eax
118 movl %eax,%cr0 /* let the games begin! */
170 movl %cr0, %eax
172 movl %eax, %cr0
H A Dmp_machdep.c228 u_int cr0; local
288 cr0 = rcr0();
289 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM);
290 load_cr0(cr0);
H A Dnpx.c894 * Some virtual machines seems to set %cr0.TS at
952 register_t cr0; local
960 cr0 = rcr0();
963 load_cr0(cr0);
969 register_t cr0; local
974 cr0 = rcr0();
978 load_cr0(cr0);
/freebsd-13-stable/sys/amd64/acpica/
H A Dacpi_wakecode.S123 mov %eax, %cr0
196 mov %cr0, %eax
198 mov %eax, %cr0
/freebsd-13-stable/lib/libvmmapi/
H A Dvmmapi_freebsd.c77 uint64_t cr0, rflags, desc_base; local
91 cr0 = CR0_PE | CR0_NE;
92 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
229 uint64_t cr0, cr4, efer, rflags, desc_base; local
233 cr0 = CR0_PE | CR0_PG | CR0_NE;
234 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
/freebsd-13-stable/sys/amd64/include/
H A Dvmm_instruction_emul.h66 int vie_alignment_check(int cpl, int operand_size, uint64_t cr0,
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_spi.c167 uint32_t cr0; local
170 cr0 = CTRLR0_OPM_MASTER | CTRLR0_XFM_TR | CTRLR0_FRF_MOTO |
175 cr0 |= CTRLR0_SCPH;
177 cr0 |= CTRLR0_SCPOL;
189 RK_SPI_WRITE_4(sc, RK_SPI_CTRLR0, cr0);
/freebsd-13-stable/sys/amd64/vmm/intel/
H A Dvmx.h148 u_long vmx_fix_cr0(u_long cr0);
H A Dvmcs.c346 u_long cr0, cr4, efer; local
372 cr0 = vmm_get_host_cr0();
373 if ((error = vmwrite(VMCS_HOST_CR0, cr0)) != 0)
/freebsd-13-stable/sys/arm/include/
H A Dvfp.h35 #define VFPSID cr0
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S196 mov %cr0,%eax # Switch to protected
198 mov %eax,%cr0 #
245 movl %cr0,%eax # Get CR0
247 movl %eax,%cr0 # paging
269 mov %eax,%cr0 # real mode
572 intusr.7: movl %cr0,%eax # Leave
574 movl %eax,%cr0 # mode
623 mov %cr0,%eax # Switch to protected
625 mov %eax,%cr0 #
/freebsd-13-stable/sys/x86/x86/
H A Dx86_mem.c327 u_long cr0, cr4; local
338 cr0 = rcr0();
339 load_cr0((cr0 & ~CR0_NW) | CR0_CD);
419 load_cr0(cr0);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dtask_switch.c633 uint64_t gla, cr0, rflags; local
639 cr0 = GETREG(ctx, vcpu, VM_REG_GUEST_CR0);
677 if (vie_alignment_check(paging->cpl, bytes, cr0, rflags, gla)) {
715 uint64_t cr0, ot_base; local
873 cr0 = GETREG(ctx, vcpu, VM_REG_GUEST_CR0);
874 SETREG(ctx, vcpu, VM_REG_GUEST_CR0, cr0 | CR0_TS);
/freebsd-13-stable/sys/powerpc/booke/
H A Dtrap_subr.S448 CMPL cr0, %r21, %r23; \
708 CMPL cr0, %r31, %r21
718 cmpldi cr0, %r21, VM_MIN_KERNEL_ADDRESS@highest
721 cmplw cr0, %r31, %r21
986 CMPL cr0, %r3, %r4
991 CMPL cr0, %r3, %r4

Completed in 200 milliseconds

123