Home
last modified time | relevance | path

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

1234

/linux-3.4.99/arch/powerpc/kernel/
Dcpu_setup_6xx.S191 cmpwi cr0,r10,7
194 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq
195 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq
335 cmplwi cr0,r3,0x8000 /* 7450 */
346 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq
347 cror 4*cr0+eq,4*cr0+eq,4*cr4+eq
348 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq
349 cror 4*cr0+eq,4*cr0+eq,4*cr5+eq
350 cror 4*cr0+eq,4*cr0+eq,4*cr7+eq
375 cmpwi cr0,r3,0x0200
[all …]
/linux-3.4.99/arch/powerpc/kernel/vdso32/
Dgettimeofday.S60 crclr cr0*4+so
75 cmpli cr0,r3,CLOCK_REALTIME
77 cror cr0*4+eq,cr0*4+eq,cr1*4+eq
78 bne cr0,99f
111 cmpl cr0,r8,r0 /* check if updated */
120 cmpw cr0,r4,r7
133 crclr cr0*4+so
157 cmpwi cr0,r3,CLOCK_REALTIME
159 cror cr0*4+eq,cr0*4+eq,cr1*4+eq
160 bne cr0,99f
[all …]
Ddatapage.S60 cmpli cr0,r4,0
64 crclr cr0*4+so
82 crclr cr0*4+so
Dcacheflush.S43 crclr cr0*4+so
60 crclr cr0*4+so
78 crclr cr0*4+so
/linux-3.4.99/arch/powerpc/mm/
Dtlb_low_64e.S121 cmpldi cr0,r14,0
139 cmpdi cr0,r14,0
146 cmpdi cr0,r14,0
152 cmpdi cr0,r14,0
197 cmpldi cr0,r15,8 /* Check for vmalloc region */
229 cmpldi cr0,r15,0 /* Check for user region */
253 cmpldi cr0,r15,0xc /* linear mapping ? */
274 cmpldi cr0,r15,0 /* Check for user region */
298 cmpldi cr0,r15,8 /* Check for vmalloc region */
329 cmpldi cr0,r15,0xc /* linear mapping ? */
[all …]
Dslb_low.S67 cmpldi cr0,r9,0xf
173 crnot 4*cr0+eq,4*cr0+eq
181 cmpldi cr0,r9,0
185 cmpldi cr0,r9,0
189 cmpldi cr0,r9,0
246 crclr 4*cr0+eq /* set result to "success" */
265 crclr 4*cr0+eq /* set result to "success" */
/linux-3.4.99/arch/powerpc/kernel/vdso64/
Dgettimeofday.S48 crclr cr0*4+so
64 cmpwi cr0,r3,CLOCK_REALTIME
66 cror cr0*4+eq,cr0*4+eq,cr1*4+eq
67 bne cr0,99f
98 cmpld cr0,r0,r8 /* check if updated */
105 cmpd cr0,r5,r7
118 crclr cr0*4+so
142 cmpwi cr0,r3,CLOCK_REALTIME
144 cror cr0*4+eq,cr0*4+eq,cr1*4+eq
145 bne cr0,99f
[all …]
Ddatapage.S60 cmpli cr0,r4,0
61 crclr cr0*4+so
82 crclr cr0*4+so
Dcacheflush.S43 crclr cr0*4+so
60 crclr cr0*4+so
78 crclr cr0*4+so
/linux-3.4.99/arch/arm/include/asm/
Dvfpmacros.h12 MRC\cond p10, 7, \rd, \sysreg, cr0, 0 @ FMRX \rd, \sysreg in toolkits()
16 MCR\cond p10, 7, \rd, \sysreg, cr0, 0 @ FMXR \sysreg, \rd in toolkits()
22 LDC p11, cr0, [\base],#33*4 @ FLDMIAX \base!, {d0-d15} in toolkits()
24 LDC p11, cr0, [\base],#32*4 @ FLDMIAD \base!, {d0-d15}
31 ldcnel p11, cr0, [\base],#32*4 @ FLDMIAD \base!, {d16-d31}
37 ldceql p11, cr0, [\base],#32*4 @ FLDMIAD \base!, {d16-d31}
46 STC p11, cr0, [\base],#33*4 @ FSTMIAX \base!, {d0-d15}
48 STC p11, cr0, [\base],#32*4 @ FSTMIAD \base!, {d0-d15}
55 stcnel p11, cr0, [\base],#32*4 @ FSTMIAD \base!, {d16-d31}
61 stceql p11, cr0, [\base],#32*4 @ FSTMIAD \base!, {d16-d31}
/linux-3.4.99/drivers/input/touchscreen/
Dmc13783_ts.c75 int cr0, cr1; in mc13783_ts_report_sample() local
87 cr0 = (priv->sample[2] >> 12) & 0xfff; in mc13783_ts_report_sample()
92 x0, x1, x2, y0, y1, y2, cr0, cr1); in mc13783_ts_report_sample()
97 cr0 = (cr0 + cr1) / 2; in mc13783_ts_report_sample()
99 if (!cr0 || !sample_tolerance || in mc13783_ts_report_sample()
103 if (cr0) { in mc13783_ts_report_sample()
108 x1, y1, 0x1000 - cr0); in mc13783_ts_report_sample()
114 cr0 ? 0x1000 - cr0 : cr0); in mc13783_ts_report_sample()
115 input_report_key(idev, BTN_TOUCH, cr0); in mc13783_ts_report_sample()
/linux-3.4.99/arch/x86/platform/efi/
Defi_stub_32.S62 movl %cr0, %edx
64 movl %edx, %cr0
88 movl %cr0, %edx
90 movl %edx, %cr0
/linux-3.4.99/arch/x86/include/asm/
Dlguest.h85 u32 cr0; in lguest_set_ts() local
87 cr0 = read_cr0(); in lguest_set_ts()
88 if (!(cr0 & 8)) in lguest_set_ts()
89 write_cr0(cr0 | 8); in lguest_set_ts()
Dxor_64.h53 : "=&r" (cr0) \
68 : "r" (cr0), "r" (xmm_save) \
94 unsigned long cr0; in xor_sse_2() local
147 unsigned long cr0; in xor_sse_3() local
206 unsigned long cr0; in xor_sse_4() local
273 unsigned long cr0; in xor_sse_5() local
/linux-3.4.99/arch/s390/lib/
Ddelay.c32 unsigned long cr0, cr6, new; in __udelay_disabled() local
37 __ctl_store(cr0, 0, 0); in __udelay_disabled()
39 new = (cr0 & 0xffff00e0) | 0x00000800; in __udelay_disabled()
50 __ctl_load(cr0, 0, 0); in __udelay_disabled()
/linux-3.4.99/arch/x86/kernel/
Dreboot_32.S82 movl %cr0, %eax
85 movl %eax, %cr0
87 movl %cr0, %edx
93 movl %eax, %cr0
Drelocate_kernel_32.S53 movl %cr0, %eax
114 movl %cr0, %eax
117 movl %eax, %cr0
188 movl %cr0, %eax
190 movl %eax, %cr0
203 movl %eax, %cr0
Drelocate_kernel_64.S63 movq %cr0, %rax
117 movq %cr0, %rax
120 movq %rax, %cr0
200 movq %r8, %cr0
/linux-3.4.99/arch/x86/boot/
Dcpucheck.c75 u32 cr0; in has_fpu() local
77 asm("movl %%cr0,%0" : "=r" (cr0)); in has_fpu()
78 if (cr0 & (X86_CR0_EM|X86_CR0_TS)) { in has_fpu()
79 cr0 &= ~(X86_CR0_EM|X86_CR0_TS); in has_fpu()
80 asm volatile("movl %0,%%cr0" : : "r" (cr0)); in has_fpu()
/linux-3.4.99/arch/x86/kernel/acpi/realmode/
Dwakeup.S54 movl %cr0, %eax
56 movl %eax, %cr0
67 movl %eax, %cr0
132 movl %eax, %cr0
/linux-3.4.99/arch/arm/mach-sa1100/
Dssp.c163 ssp->cr0 = Ser4SSCR0; in ssp_save_state()
179 Ser4SSCR0 = ssp->cr0 & ~SSCR0_SSE; in ssp_restore_state()
181 Ser4SSCR0 = ssp->cr0; in ssp_restore_state()
/linux-3.4.99/arch/score/include/asm/
Dasmmacro.h9 mfcr r30, cr0
66 mfcr r31, cr0
82 mfcr r30, cr0
85 mtcr r30, cr0
100 mtcr r31, cr0
/linux-3.4.99/drivers/cpufreq/
Dpowernow-k6.c104 unsigned long cr0; in powernow_k6_set_cpu_multiplier() local
113 cr0 = read_cr0(); in powernow_k6_set_cpu_multiplier()
114 write_cr0(cr0 | X86_CR0_CD); in powernow_k6_set_cpu_multiplier()
128 write_cr0(cr0); in powernow_k6_set_cpu_multiplier()
/linux-3.4.99/arch/s390/mm/
Dmaccess.c107 unsigned long cr0; in copy_to_absolute_zero() local
111 __ctl_store(cr0, 0, 0); in copy_to_absolute_zero()
114 __ctl_load(cr0, 0, 0); in copy_to_absolute_zero()
/linux-3.4.99/arch/s390/kernel/
Dmem_detect.c50 unsigned long flags, cr0; in detect_memory_layout() local
58 __ctl_store(cr0, 0, 0); in detect_memory_layout()
61 __ctl_load(cr0, 0, 0); in detect_memory_layout()

1234