Home
last modified time | relevance | path

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

123

/openbsd/src/sys/arch/amd64/amd64/
Dacpi_wakecode.S152 mov %cr0,%eax
154 mov %eax,%cr0
219 movl %cr0,%eax
221 movl %eax,%cr0
310 movq %rax, %cr0
375 movq %cr0, %rax
377 movq %rax, %cr0
387 movq %cr0, %rax
389 movq %rax, %cr0
414 movl %cr0, %eax
[all …]
Dmptramp.S116 movl %cr0, %eax # get cr0
118 movl %eax, %cr0 # doit
178 movl %cr0,%ecx # get control word
180 movl %ecx, %cr0
234 movq %rax,%cr0
/openbsd/src/sys/arch/i386/i386/
Dmptramp.s122 movl %cr0, %eax # get cr0
124 movl %eax, %cr0 # doit
162 movl %cr0,%eax # get control word
165 movl %eax,%cr0 # and let's page NOW!
217 movl %eax,%cr0
Dacpi_wakecode.S152 mov %cr0,%eax
154 mov %eax,%cr0
222 movl %eax, %cr0
330 movl %cr0, %eax
335 movl %eax, %cr0
606 movl %cr0, %eax
Dlocore0.S383 movl %cr0,%eax # get control word
386 movl %eax,%cr0 # and let's page NOW!
/openbsd/src/sys/arch/amd64/stand/libsa/
Drun_amd64.S64 mov %cr0, %eax
66 mov %eax, %cr0
94 1: movl %cr0, %eax
96 movl %eax, %cr0
Dpxe_call.S145 movl %cr0, %eax /* Disable protected mode */
147 movl %eax, %cr0
189 movl %cr0, %eax /* Enable protected mode */
191 movl %eax, %cr0
Dgidt.S75 movl %cr0, %eax; /* disable pmmm */ \
77 movl %eax, %cr0; \
99 movl %cr0, %eax; /* enable pmmm */ \
101 movl %eax, %cr0; \
/openbsd/src/sys/arch/i386/stand/libsa/
Dpxe_call.S145 movl %cr0, %eax /* Disable protected mode */
147 movl %eax, %cr0
189 movl %cr0, %eax /* Enable protected mode */
191 movl %eax, %cr0
Dgidt.S76 movl %cr0, %eax; /* disable pmmm */ \
78 movl %eax, %cr0; \
100 movl %cr0, %eax; /* enable pmmm */ \
102 movl %eax, %cr0; \
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DREADME.txt44 cmplwi cr0, r7, 143
45 bne cr0, LBB1_83 ;bb420.i
163 cmpwi cr0, r2, -1
164 bgt cr0, LBB2_2 ; entry
198 cmpwi cr0, r3, 0
200 blt cr0, LBB1_2
340 cmplwi cr0, r3, 0
343 beq cr0, LBB1_2 ;entry
403 cmplwi cr0, r6, 33920
404 bne cr0, LBB1_1
[all …]
/openbsd/src/sys/arch/i386/stand/boot/
Dsrt0.S60 movl %cr0, %eax
62 data32 movl %eax, %cr0
/openbsd/src/sys/arch/amd64/stand/boot/
Dsrt0.S60 movl %cr0, %eax
62 data32 movl %eax, %cr0
/openbsd/src/sys/arch/amd64/stand/efiboot/
Drun_i386.S82 movl %cr0, %eax
84 movl %eax, %cr0
Dexec_i386.c274 uint64_t cr0; in protect_writeable() local
280 __asm volatile("movq %%cr0, %0;" : "=r"(cr0) : :); in protect_writeable()
281 if ((cr0 & CR0_PG) == 0) in protect_writeable()
/openbsd/src/gnu/gcc/gcc/config/arm/
Dlibunwind.S69 ldc p11,cr0,[r0],{0x21} /* fldmiax r0, {d0-d15} */
76 stc p11,cr0,[r0],{0x21} /* fstmiax r0, {d0-d15} */
/openbsd/src/sys/arch/i386/stand/pxeboot/
Dsrt0.S133 movl %cr0, %eax
135 data32 movl %eax, %cr0
/openbsd/src/sys/arch/amd64/stand/pxeboot/
Dsrt0.S133 movl %cr0, %eax
135 data32 movl %eax, %cr0
/openbsd/src/sys/arch/i386/stand/cdboot/
Dsrt0.S132 movl %cr0, %eax
134 data32 movl %eax, %cr0
/openbsd/src/sys/arch/amd64/stand/cdboot/
Dsrt0.S132 movl %cr0, %eax
134 data32 movl %eax, %cr0
/openbsd/src/sys/dev/isa/
Dfins.c512 u_int8_t cr0, cr1, t; in fins_wdog_cb() local
514 cr0 = fins_read_wdog(sc, FINS_WDOG_CR0) & ~FINS_WDOG_OUTEN; in fins_wdog_cb()
515 fins_write_wdog(sc, FINS_WDOG_CR0, cr0); in fins_wdog_cb()
528 fins_write_wdog(sc, FINS_WDOG_CR0, cr0 | FINS_WDOG_OUTEN); in fins_wdog_cb()
/openbsd/src/sys/arch/hppa/include/
Dasm.h119 cr0 .reg %cr0
145 rctr .reg %cr0
/openbsd/src/sys/arch/arm/include/
Dvfp.h37 #define VFPSID cr0
/openbsd/src/usr.sbin/vmd/
Dx86_mmio.c368 uint64_t cr0, cr4, cs, efer, rflags; in detect_cpu_mode() local
371 cr0 = vrs->vrs_crs[VCPU_REGS_CR0]; in detect_cpu_mode()
372 if (!(cr0 & CR0_PE)) in detect_cpu_mode()
381 if ((efer & EFER_LME) && (cr4 & CR4_PAE) && (cr0 & CR0_PG)) { in detect_cpu_mode()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Dppc-asm.h38 #define cr0 0 macro

123