Home
last modified time | relevance | path

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

12345

/linux/arch/powerpc/kernel/
H A Dcpu_setup_6xx.S214 cmpwi cr0,r10,7
217 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq
218 cror 4*cr0+eq,4*cr0+eq,4*cr2+eq
362 cmplwi cr0,r3,0x8000 /* 7450 */
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
402 cmpwi cr0,r3,0x0200
[all …]
/linux/arch/x86/kernel/fpu/
H A Dinit.c22 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()
61 unsigned long cr0; in fpu__probe_without_cpuid() local
66 cr0 = read_cr0(); in fpu__probe_without_cpuid()
67 cr0 &= ~(X86_CR0_TS | X86_CR0_EM); in fpu__probe_without_cpuid()
68 write_cr0(cr0); in fpu__probe_without_cpuid()
/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp_64.S176 cmpld cr0,rA,rB
178 bne cr0,.LcmpAB_lightweight
204 cmpld cr0,rA,rB
207 bne cr0,.LcmpAB_lightweight
234 cmpld cr0,rA,rB
235 bne cr0,.LcmpAB_lightweight
278 cmpld cr0,rA,rB
296 bne cr0,.LcmpAB
300 cmpld cr0,rA,rB
323 bne cr0,.LcmpAB
[all …]
/linux/arch/powerpc/lib/
H A Dmemcmp_64.S176 cmpld cr0,rA,rB
178 bne cr0,.LcmpAB_lightweight
204 cmpld cr0,rA,rB
207 bne cr0,.LcmpAB_lightweight
234 cmpld cr0,rA,rB
235 bne cr0,.LcmpAB_lightweight
278 cmpld cr0,rA,rB
296 bne cr0,.LcmpAB
300 cmpld cr0,rA,rB
323 bne cr0,.LcmpAB
[all …]
/linux/arch/powerpc/kernel/vdso/
H A Dgetcpu.S22 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
/linux/arch/x86/realmode/rm/
H A Dreboot.S32 movl %cr0, %eax
34 movl %eax, %cr0
99 movl %cr0, %edx
102 movl %edx, %cr0
104 movl %cr0, %edx
110 movl %edx, %cr0
H A Dwakeup_asm.S52 movl %cr0, %eax
54 movl %eax, %cr0
64 movl %eax, %cr0
132 movl %ecx, %cr0
/linux/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S147 cmpldi cr0,r14,0
155 cmpdi cr0,r14,0
161 cmpdi cr0,r14,0
167 cmpdi cr0,r14,0
242 cmpldi cr0,r15,0 /* Check for user region */
292 crmove cr2*4+2,cr0*4+2 /* cr2.eq != 0 if kernel address */
386 cmpldi cr0,r14,0
393 cmpdi cr0,r14,0
399 cmpdi cr0,r14,0
404 cmpdi cr0,r14,0
[all …]
/linux/arch/x86/boot/
H A Dcpuflags.c17 unsigned long cr0; in has_fpu() local
19 asm volatile("mov %%cr0,%0" : "=r" (cr0)); in has_fpu()
20 if (cr0 & (X86_CR0_EM|X86_CR0_TS)) { in has_fpu()
21 cr0 &= ~(X86_CR0_EM|X86_CR0_TS); in has_fpu()
22 asm volatile("mov %0,%%cr0" : : "r" (cr0)); in has_fpu()
/linux/arch/x86/platform/efi/
H A Defi_stub_32.S36 movl %cr0, %edx
38 movl %edx, %cr0
53 movl %cr0, %edx
55 movl %edx, %cr0
/linux/drivers/clk/renesas/
H A Drcar-gen4-cpg.c86 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/drivers/spi/
H A Dspi-rockchip.c535 u32 cr0 = CR0_FRF_SPI << CR0_FRF_OFFSET in rockchip_spi_config() local
543 cr0 |= CR0_OPM_TARGET << CR0_OPM_OFFSET; in rockchip_spi_config()
546 cr0 |= rs->rsd << CR0_RSD_OFFSET; in rockchip_spi_config()
547 cr0 |= (spi->mode & 0x3U) << CR0_SCPH_OFFSET; in rockchip_spi_config()
549 cr0 |= CR0_FBM_LSB << CR0_FBM_OFFSET; in rockchip_spi_config()
551 cr0 |= BIT(spi_get_chipselect(spi, 0)) << CR0_SOI_OFFSET; in rockchip_spi_config()
554 cr0 |= CR0_XFM_TR << CR0_XFM_OFFSET; in rockchip_spi_config()
556 cr0 |= CR0_XFM_RO << CR0_XFM_OFFSET; in rockchip_spi_config()
558 cr0 |= CR0_XFM_TO << CR0_XFM_OFFSET; in rockchip_spi_config()
562 cr0 |= CR0_DFS_4BIT << CR0_DFS_OFFSET; in rockchip_spi_config()
[all …]
H A Dspi-ep93xx.c150 u16 cr0; in ep93xx_spi_chip_setup() local
158 cr0 = div_scr << SSPCR0_SCR_SHIFT; in ep93xx_spi_chip_setup()
160 cr0 |= SSPCR0_SPO; in ep93xx_spi_chip_setup()
162 cr0 |= SSPCR0_SPH; in ep93xx_spi_chip_setup()
163 cr0 |= dss; in ep93xx_spi_chip_setup()
167 dev_dbg(&host->dev, "setup: cr0 %#x\n", cr0); in ep93xx_spi_chip_setup()
170 writel(cr0, espi->mmio + SSPCR0); in ep93xx_spi_chip_setup()
/linux/arch/x86/kvm/
H A Dsmm.c58 CHECK_SMRAM32_OFFSET(cr0, 0xFFFC); in check_smram_offsets()
98 CHECK_SMRAM64_OFFSET(cr0, 0xFF58); in check_smram_offsets()
190 smram->cr0 = kvm_read_cr0(vcpu); in enter_smm_save_state_32()
243 smram->cr0 = kvm_read_cr0(vcpu); in enter_smm_save_state_64()
283 unsigned long cr0; in enter_smm() local
323 cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG); in enter_smm()
324 kvm_x86_call(set_cr0)(vcpu, cr0); in enter_smm()
420 u64 cr0, u64 cr3, u64 cr4) in rsm_enter_protected_mode() argument
445 bad = kvm_set_cr0(vcpu, cr0); in rsm_enter_protected_mode()
503 r = rsm_enter_protected_mode(vcpu, smstate->cr0, in rsm_load_state_32()
[all …]
/linux/arch/powerpc/purgatory/
H A Dtrampoline_64.S57 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/platform/pvh/
H A Dhead.S162 mov %eax, %cr0
203 mov %cr0, %eax
205 mov %eax, %cr0
215 mov %cr0, %eax
217 mov %eax, %cr0
/linux/arch/arm/mach-sa1100/
H A Dssp.c160 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/arch/x86/kernel/cpu/mtrr/
H A Dcyrix.c139 u32 cr0; in prepare_set() local
151 cr0 = read_cr0() | X86_CR0_CD; in prepare_set()
153 write_cr0(cr0); in prepare_set()
/linux/arch/x86/kernel/
H A Dprocess_32.c62 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L; in __show_regs() local
80 cr0 = read_cr0(); in __show_regs()
85 log_lvl, cr0, cr2, cr3, cr4); in __show_regs()
H A Dhead_32.S155 movl %eax,%cr0
231 movl %eax,%cr0 /* ..and set paging (PG) bit */
269 movl %cr0,%eax
272 movl %eax,%cr0
/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_asm.S82 fcmpu cr0, i, f31 // compare
83 bne cr0, 1f // bail if mismatch
91 fcmpu cr0, f30, f31 // compare
92 bne cr0, 1f // bail if mismatch
/linux/arch/powerpc/boot/
H A D4xx.c321 u32 cr0 = mfdcr(DCRN_CPC0_CR0); in ibm440gp_fixup_clocks() local
351 if (cr0 & CPC0_CR0_U0EC) in ibm440gp_fixup_clocks()
356 uart0 = plb / CPC0_CR0_UDIV(cr0); in ibm440gp_fixup_clocks()
358 if (cr0 & CPC0_CR0_U1EC) in ibm440gp_fixup_clocks()
363 uart1 = plb / CPC0_CR0_UDIV(cr0); in ibm440gp_fixup_clocks()
/linux/include/xen/interface/hvm/
H A Dhvm_vcpu.h23 uint32_t cr0; member
86 uint64_t cr0; member
/linux/arch/x86/hyperv/
H A Dhv_trampoline.S63 movl %cr0, %eax
65 movl %eax, %cr0
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_interface_stress.sh24 ip -net $nsc link add cr0 type veth peer name rc0 netns $nsr
25 ip -net $nsc addr add 10.0.0.1/24 dev cr0
26 ip -net $nsc link set cr0 up

12345