/linux/arch/powerpc/kernel/ |
A D | cpu_setup_6xx.S | 191 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq 192 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq 344 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq 345 cror 4*cr0+eq,4*cr0+eq,4*cr4+eq 346 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq 347 cror 4*cr0+eq,4*cr0+eq,4*cr5+eq 348 cror 4*cr0+eq,4*cr0+eq,4*cr7+eq 415 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq 416 cror 4*cr0+eq,4*cr0+eq,4*cr4+eq 417 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq [all …]
|
/linux/arch/powerpc/mm/nohash/ |
A D | tlb_low_64e.S | 144 cmpldi cr0,r14,0 161 cmpdi cr0,r14,0 167 cmpdi cr0,r14,0 173 cmpdi cr0,r14,0 392 cmpldi cr0,r14,0 399 cmpdi cr0,r14,0 405 cmpdi cr0,r14,0 410 cmpdi cr0,r14,0 813 cmpdi cr0,r15,0 820 cmpdi cr0,r15,0 [all …]
|
/linux/arch/x86/kernel/fpu/ |
A D | init.c | 22 unsigned long cr0; in fpu__init_cpu_generic() local 32 cr0 = read_cr0(); in fpu__init_cpu_generic() 33 cr0 &= ~(X86_CR0_TS|X86_CR0_EM); /* clear TS and EM */ in fpu__init_cpu_generic() 35 cr0 |= X86_CR0_EM; in fpu__init_cpu_generic() 36 write_cr0(cr0); in fpu__init_cpu_generic() 58 unsigned long cr0; in fpu__probe_without_cpuid() local 63 cr0 = read_cr0(); in fpu__probe_without_cpuid() 64 cr0 &= ~(X86_CR0_TS | X86_CR0_EM); in fpu__probe_without_cpuid() 65 write_cr0(cr0); in fpu__probe_without_cpuid()
|
/linux/drivers/input/touchscreen/ |
A D | mc13783_ts.c | 71 int cr0, cr1; in mc13783_ts_report_sample() local 83 cr0 = (priv->sample[2] >> 12) & 0xfff; in mc13783_ts_report_sample() 88 x0, x1, x2, y0, y1, y2, cr0, cr1); in mc13783_ts_report_sample() 93 cr0 = (cr0 + cr1) / 2; in mc13783_ts_report_sample() 95 if (!cr0 || !sample_tolerance || in mc13783_ts_report_sample() 99 if (cr0) { in mc13783_ts_report_sample() 104 x1, y1, 0x1000 - cr0); in mc13783_ts_report_sample() 111 cr0 ? 0x1000 - cr0 : cr0); in mc13783_ts_report_sample() 112 input_report_key(idev, BTN_TOUCH, cr0); in mc13783_ts_report_sample()
|
/linux/tools/testing/selftests/powerpc/stringloops/ |
A D | memcmp_64.S | 176 cmpld cr0,rA,rB 204 cmpld cr0,rA,rB 234 cmpld cr0,rA,rB 278 cmpld cr0,rA,rB 296 bne cr0,.LcmpAB 300 cmpld cr0,rA,rB 323 bne cr0,.LcmpAB 327 cmpld cr0,rA,rB 343 bne cr0,.LcmpAB 374 bgt cr0,.Lout [all …]
|
/linux/arch/powerpc/lib/ |
A D | memcmp_64.S | 176 cmpld cr0,rA,rB 204 cmpld cr0,rA,rB 234 cmpld cr0,rA,rB 278 cmpld cr0,rA,rB 296 bne cr0,.LcmpAB 300 cmpld cr0,rA,rB 323 bne cr0,.LcmpAB 327 cmpld cr0,rA,rB 343 bne cr0,.LcmpAB 374 bgt cr0,.Lout [all …]
|
/linux/arch/powerpc/kernel/vdso32/ |
A D | getcpu.S | 22 cmpwi cr0,r3,0 26 beq cr0,1f 28 1: crclr cr0*4+so 38 cmpwi cr0, r3, 0 41 beq cr0, 1f 44 crclr cr0*4+so
|
A D | cacheflush.S | 54 crclr cr0*4+so 76 crclr cr0*4+so 92 crclr cr0*4+so
|
/linux/arch/x86/realmode/rm/ |
A D | reboot.S | 31 movl %cr0, %eax 33 movl %eax, %cr0 98 movl %cr0, %edx 101 movl %edx, %cr0 103 movl %cr0, %edx 109 movl %edx, %cr0
|
A D | wakeup_asm.S | 52 movl %cr0, %eax 54 movl %eax, %cr0 64 movl %eax, %cr0 132 movl %ecx, %cr0
|
/linux/drivers/spi/ |
A D | spi-dw-core.c | 28 u32 cr0; member 272 u32 cr0 = 0; in dw_spi_prepare_cr0() local 276 cr0 |= SSI_MOTO_SPI << SPI_FRF_OFFSET; in dw_spi_prepare_cr0() 304 cr0 |= DWC_SSI_CTRLR0_KEEMBAY_MST; in dw_spi_prepare_cr0() 307 return cr0; in dw_spi_prepare_cr0() 314 u32 cr0 = chip->cr0; in dw_spi_update_config() local 319 cr0 |= (cfg->dfs - 1) << dws->dfs_offset; in dw_spi_update_config() 323 cr0 |= cfg->tmode << SPI_TMOD_OFFSET; in dw_spi_update_config() 328 dw_writel(dws, DW_SPI_CTRLR0, cr0); in dw_spi_update_config() 845 cr0 = dw_readl(dws, DW_SPI_CTRLR0); in spi_hw_init() [all …]
|
A D | spi-rockchip.c | 497 u32 cr0 = CR0_FRF_SPI << CR0_FRF_OFFSET in rockchip_spi_config() local 505 cr0 |= CR0_OPM_SLAVE << CR0_OPM_OFFSET; in rockchip_spi_config() 508 cr0 |= rs->rsd << CR0_RSD_OFFSET; in rockchip_spi_config() 509 cr0 |= (spi->mode & 0x3U) << CR0_SCPH_OFFSET; in rockchip_spi_config() 511 cr0 |= CR0_FBM_LSB << CR0_FBM_OFFSET; in rockchip_spi_config() 516 cr0 |= CR0_XFM_TR << CR0_XFM_OFFSET; in rockchip_spi_config() 518 cr0 |= CR0_XFM_RO << CR0_XFM_OFFSET; in rockchip_spi_config() 520 cr0 |= CR0_XFM_TO << CR0_XFM_OFFSET; in rockchip_spi_config() 524 cr0 |= CR0_DFS_4BIT << CR0_DFS_OFFSET; in rockchip_spi_config() 528 cr0 |= CR0_DFS_8BIT << CR0_DFS_OFFSET; in rockchip_spi_config() [all …]
|
/linux/arch/x86/boot/ |
A D | cpuflags.c | 18 unsigned long cr0; in has_fpu() local 20 asm volatile("mov %%cr0,%0" : "=r" (cr0)); in has_fpu() 21 if (cr0 & (X86_CR0_EM|X86_CR0_TS)) { in has_fpu() 22 cr0 &= ~(X86_CR0_EM|X86_CR0_TS); in has_fpu() 23 asm volatile("mov %0,%%cr0" : : "r" (cr0)); in has_fpu()
|
/linux/arch/x86/platform/efi/ |
A D | efi_stub_32.S | 36 movl %cr0, %edx 38 movl %edx, %cr0 53 movl %cr0, %edx 55 movl %edx, %cr0
|
/linux/arch/s390/kernel/ |
A D | nmi.c | 78 unsigned long origin, cr0, size; in nmi_init() local 94 __ctl_store(cr0, 0, 0); in nmi_init() 98 __ctl_load(cr0, 0, 0); in nmi_init() 274 union ctlreg0 cr0; in s390_validate_registers() local 289 cr0.val = S390_lowcore.cregs_save_area[0]; in s390_validate_registers() 290 cr0.afp = cr0.vx = 1; in s390_validate_registers() 291 __ctl_load(cr0.val, 0, 0); in s390_validate_registers()
|
/linux/arch/x86/platform/pvh/ |
A D | head.S | 88 mov %eax, %cr0 117 mov %cr0, %eax 119 mov %eax, %cr0 129 mov %cr0, %eax 131 mov %eax, %cr0
|
/linux/arch/powerpc/kernel/vdso64/ |
A D | getcpu.S | 21 cmpdi cr0,r3,0 25 beq cr0,1f 29 2: crclr cr0*4+so
|
A D | datapage.S | 34 cmpldi cr0,r4,0 35 crclr cr0*4+so 56 crclr cr0*4+so
|
A D | cacheflush.S | 42 crclr cr0*4+so 59 crclr cr0*4+so 69 crclr cr0*4+so
|
/linux/arch/x86/kernel/ |
A D | relocate_kernel_32.S | 50 movl %cr0, %eax 112 movl %cr0, %eax 115 movl %eax, %cr0 186 movl %cr0, %eax 188 movl %eax, %cr0 202 movl %eax, %cr0
|
/linux/arch/powerpc/purgatory/ |
A D | trampoline_64.S | 57 cmpdi %cr0, %r3, 0 61 cmpdi %cr0, %r5, 0 70 cmpld %cr0, %r6, %r5 84 cmpwi %cr0,%r6,2 /* v2 or later? */
|
/linux/arch/x86/boot/compressed/ |
A D | efi_thunk_64.S | 118 movl %cr0, %eax 120 movl %eax, %cr0 163 movl %cr0, %eax 165 movl %eax, %cr0
|
A D | head_64.S | 293 movl %eax, %cr0 326 movl %cr0, %eax 328 movl %eax, %cr0 617 movl %cr0, %eax 619 movl %eax, %cr0 667 movl %eax, %cr0 934 movl %cr0, %edx /* Backup %cr0 in %edx */ 936 movl %ecx, %cr0 943 movl %edx, %cr0 /* Restore previous %cr0 */
|
/linux/drivers/cpufreq/ |
A D | powernow-k6.c | 105 unsigned long cr0; in powernow_k6_set_cpu_multiplier() local 114 cr0 = read_cr0(); in powernow_k6_set_cpu_multiplier() 115 write_cr0(cr0 | X86_CR0_CD); in powernow_k6_set_cpu_multiplier() 129 write_cr0(cr0); in powernow_k6_set_cpu_multiplier()
|
/linux/arch/arm/mach-sa1100/ |
A D | ssp.c | 160 ssp->cr0 = Ser4SSCR0; in ssp_save_state() 176 Ser4SSCR0 = ssp->cr0 & ~SSCR0_SSE; in ssp_restore_state() 178 Ser4SSCR0 = ssp->cr0; in ssp_restore_state()
|