| /linux/arch/powerpc/kernel/ |
| A D | cpu_setup_6xx.S | 217 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq 218 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq 373 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq 374 cror 4*cr0+eq,4*cr0+eq,4*cr4+eq 375 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq 376 cror 4*cr0+eq,4*cr0+eq,4*cr5+eq 377 cror 4*cr0+eq,4*cr0+eq,4*cr7+eq 444 cror 4*cr0+eq,4*cr0+eq,4*cr3+eq 445 cror 4*cr0+eq,4*cr0+eq,4*cr4+eq 446 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq [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/arch/powerpc/kernel/vdso/ |
| A D | getcpu.S | 22 PPC_LCMPI 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
|
| A D | datapage.S | 38 crclr cr0*4+so 61 crclr cr0*4+so
|
| /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/x86/realmode/rm/ |
| A D | reboot.S | 32 movl %cr0, %eax 34 movl %eax, %cr0 99 movl %cr0, %edx 102 movl %edx, %cr0 104 movl %cr0, %edx 110 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/arch/powerpc/mm/nohash/ |
| A D | tlb_low_64e.S | 147 cmpldi cr0,r14,0 155 cmpdi cr0,r14,0 161 cmpdi cr0,r14,0 167 cmpdi cr0,r14,0 386 cmpldi cr0,r14,0 393 cmpdi cr0,r14,0 399 cmpdi cr0,r14,0 404 cmpdi cr0,r14,0 577 cmpdi cr0,r15,0 584 cmpdi cr0,r15,0 [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/drivers/spi/ |
| A D | spi-dw-core.c | 31 u32 cr0; member 270 u32 cr0 = 0; in dw_spi_prepare_cr0() local 282 cr0 |= DW_PSSI_CTRLR0_SCPOL; in dw_spi_prepare_cr0() 284 cr0 |= DW_PSSI_CTRLR0_SCPHA; in dw_spi_prepare_cr0() 288 cr0 |= DW_PSSI_CTRLR0_SRL; in dw_spi_prepare_cr0() 299 cr0 |= DW_HSSI_CTRLR0_SCPOL; in dw_spi_prepare_cr0() 301 cr0 |= DW_HSSI_CTRLR0_SCPHA; in dw_spi_prepare_cr0() 305 cr0 |= DW_HSSI_CTRLR0_SRL; in dw_spi_prepare_cr0() 309 cr0 |= DW_HSSI_CTRLR0_MST; in dw_spi_prepare_cr0() 312 return cr0; in dw_spi_prepare_cr0() [all …]
|
| A D | spi-rockchip.c | 521 u32 cr0 = CR0_FRF_SPI << CR0_FRF_OFFSET in rockchip_spi_config() local 532 cr0 |= rs->rsd << CR0_RSD_OFFSET; in rockchip_spi_config() 535 cr0 |= CR0_FBM_LSB << CR0_FBM_OFFSET; in rockchip_spi_config() 540 cr0 |= CR0_XFM_TR << CR0_XFM_OFFSET; in rockchip_spi_config() 542 cr0 |= CR0_XFM_RO << CR0_XFM_OFFSET; in rockchip_spi_config() 544 cr0 |= CR0_XFM_TO << CR0_XFM_OFFSET; in rockchip_spi_config() 548 cr0 |= CR0_DFS_4BIT << CR0_DFS_OFFSET; in rockchip_spi_config() 552 cr0 |= CR0_DFS_8BIT << CR0_DFS_OFFSET; in rockchip_spi_config() 556 cr0 |= CR0_DFS_16BIT << CR0_DFS_OFFSET; in rockchip_spi_config() 718 u32 cr0; in rockchip_spi_setup() local [all …]
|
| /linux/drivers/clk/renesas/ |
| A D | rcar-gen4-cpg.c | 86 u32 cr0 = readl(pll_clk->pllcr0_reg); in cpg_pll_8_25_clk_recalc_rate() local 90 ni = (FIELD_GET(CPG_PLLxCR0_NI8, cr0) + 1) * 2; in cpg_pll_8_25_clk_recalc_rate() 92 if (cr0 & CPG_PLLxCR0_SSMODE_FM) { in cpg_pll_8_25_clk_recalc_rate() 105 u32 cr0 = readl(pll_clk->pllcr0_reg); in cpg_pll_8_25_clk_determine_rate() local 114 if (cr0 & CPG_PLLxCR0_SSMODE_FM) { in cpg_pll_8_25_clk_determine_rate() 139 u32 cr0 = readl(pll_clk->pllcr0_reg); in cpg_pll_8_25_clk_set_rate() local 143 if (cr0 & CPG_PLLxCR0_SSMODE_FM) { in cpg_pll_8_25_clk_set_rate() 163 if (cr0 & CPG_PLLxCR0_SSMODE_FM) in cpg_pll_8_25_clk_set_rate() 200 u32 cr0 = readl(pll_clk->pllcr0_reg); in cpg_pll_9_24_clk_recalc_rate() local 204 ni = FIELD_GET(CPG_PLLxCR0_NI9, cr0) + 1; in cpg_pll_9_24_clk_recalc_rate() [all …]
|
| /linux/arch/x86/kvm/ |
| A D | smm.c | 58 CHECK_SMRAM32_OFFSET(cr0, 0xFFFC); in check_smram_offsets() 98 CHECK_SMRAM64_OFFSET(cr0, 0xFF58); in check_smram_offsets() 242 smram->cr0 = kvm_read_cr0(vcpu); in enter_smm_save_state_64() 278 unsigned long cr0; in enter_smm() local 318 cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG); in enter_smm() 319 kvm_x86_call(set_cr0)(vcpu, cr0); in enter_smm() 415 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode() argument 440 bad = kvm_set_cr0(vcpu, cr0); in rsm_enter_protected_mode() 567 unsigned long cr0; in emulator_leave_smm() local 607 cr0 = kvm_read_cr0(vcpu); in emulator_leave_smm() [all …]
|
| /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_mixed.S | 192 movl %cr0, %eax 194 movl %eax, %cr0 235 movl %cr0, %eax 237 movl %eax, %cr0 284 movl %cr0, %eax 286 movl %eax, %cr0
|
| /linux/tools/testing/selftests/kvm/x86_64/ |
| A D | set_sregs_test.c | 93 sregs.cr0 = 0; in main() 117 TEST_INVALID_CR_BIT(vcpu, cr0, sregs, BIT(i)); in main() 120 TEST_INVALID_CR_BIT(vcpu, cr0, sregs, X86_CR0_NW); in main() 121 TEST_INVALID_CR_BIT(vcpu, cr0, sregs, X86_CR0_PG); in main()
|
| /linux/arch/x86/kernel/ |
| A D | relocate_kernel_32.S | 52 movl %cr0, %eax 116 movl %cr0, %eax 119 movl %eax, %cr0 193 movl %cr0, %eax 195 movl %eax, %cr0 211 movl %eax, %cr0
|
| /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()
|
| /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/x86/platform/pvh/ |
| A D | head.S | 149 mov %eax, %cr0 194 mov %cr0, %eax 196 mov %eax, %cr0 206 mov %cr0, %eax 208 mov %eax, %cr0
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| A D | cyrix.c | 139 u32 cr0; in prepare_set() local 151 cr0 = read_cr0() | X86_CR0_CD; in prepare_set() 153 write_cr0(cr0); in prepare_set()
|