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

123

/freebsd-11-stable/contrib/netbsd-tests/lib/csu/arch/powerpc/
H A Dh_initfini_align.S14 bnelr %cr0
/freebsd-11-stable/sys/amd64/amd64/
H A Dmpboot.S67 mov %eax, %cr0
128 mov %cr0, %eax
130 mov %eax, %cr0
H A Dsupport.S954 movq %cr0, %rax
977 movq %rax, %cr0
991 movq %cr0, %rax
1014 movq %rax, %cr0
1029 movq %cr0, %rax
1055 movq %rax, %cr0
1069 movq %cr0, %rax
1095 movq %rax, %cr0
1109 movq %cr0, %rax
1135 movq %rax, %cr0
[all...]
H A Dmp_machdep.c209 u_int64_t cr0; local
302 cr0 = rcr0();
303 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM);
304 load_cr0(cr0);
H A Dfpu.c180 u_long cr0; local
182 cr0 = rcr0();
185 load_cr0(cr0);
191 u_long cr0; local
193 cr0 = rcr0();
199 load_cr0(cr0);
688 * Some virtual machines seems to set %cr0.TS at
/freebsd-11-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-11-stable/sys/i386/acpica/
H A Dacpi_wakecode.S116 mov %eax, %cr0
155 mov %cr0, %eax
157 mov %eax, %cr0
/freebsd-11-stable/sys/i386/i386/
H A Dmpboot.s112 movl %cr0,%eax
114 movl %eax,%cr0 /* let the games begin! */
166 movl %cr0, %eax
168 movl %eax, %cr0
H A Dsupport.s865 movl %cr0, %eax
888 movl %eax, %cr0
893 movl %cr0, %eax
916 movl %eax, %cr0
921 movl %cr0, %eax
947 movl %eax, %cr0
952 movl %cr0, %eax
978 movl %eax, %cr0
983 movl %cr0, %eax
1009 movl %eax, %cr0
[all...]
H A Dmp_machdep.c228 u_int cr0; local
280 cr0 = rcr0();
281 cr0 &= ~(CR0_CD | CR0_NW | CR0_EM);
282 load_cr0(cr0);
/freebsd-11-stable/sys/amd64/acpica/
H A Dacpi_wakecode.S123 mov %eax, %cr0
187 mov %cr0, %eax
189 mov %eax, %cr0
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi_freebsd.c75 uint64_t cr0, rflags, desc_base; local
89 cr0 = CR0_PE | CR0_NE;
90 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
227 uint64_t cr0, cr4, efer, rflags, desc_base; local
231 cr0 = CR0_PE | CR0_PG | CR0_NE;
232 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_CR0, cr0)) != 0)
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlibunwind-arm.S79 ldc p11,cr0,[r0],{0x21} /* fldmiax r0, {d0-d15} */
90 stc p11,cr0,[r0],{0x21} /* fstmiax r0, {d0-d15} */
/freebsd-11-stable/sys/amd64/include/
H A Dvmm_instruction_emul.h64 int vie_alignment_check(int cpl, int operand_size, uint64_t cr0,
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmcs.c340 u_long cr0, cr4, efer; local
366 cr0 = vmm_get_host_cr0();
367 if ((error = vmwrite(VMCS_HOST_CR0, cr0)) != 0)
H A Dvmx.h145 u_long vmx_fix_cr0(u_long cr0);
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dppc-asm.h38 #define cr0 0 macro
/freebsd-11-stable/sys/xen/interface/
H A Dvm_event.h146 uint64_t cr0; member in struct:vm_event_regs_x86
/freebsd-11-stable/sys/arm/include/
H A Dvfp.h34 #define VFPSID cr0
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dvmcb.c177 *retval = state->cr0;
268 state->cr0 = val;
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S192 mov %cr0,%eax # Switch to protected
194 mov %eax,%cr0 #
243 movl %cr0,%eax # Get CR0
245 movl %eax,%cr0 # paging
267 mov %eax,%cr0 # real mode
598 intusr.7: movl %cr0,%eax # Leave
600 movl %eax,%cr0 # mode
649 mov %cr0,%eax # Switch to protected
651 mov %eax,%cr0 #
/freebsd-11-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-11-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-11-stable/sys/i386/isa/
H A Dnpx.c848 * Some virtual machines seems to set %cr0.TS at
910 register_t cr0; local
918 cr0 = rcr0();
921 load_cr0(cr0);
927 register_t cr0; local
932 cr0 = rcr0();
936 load_cr0(cr0);

Completed in 224 milliseconds

123