Searched refs:cpu_regs (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dcore_t2.c364 struct sable_cpu_csr *cpu_regs;
366 cpu_regs = (struct sable_cpu_csr *)T2_CPU0_BASE;
368 cpu_regs = (struct sable_cpu_csr *)T2_CPU1_BASE;
370 cpu_regs = (struct sable_cpu_csr *)T2_CPU2_BASE;
372 cpu_regs = (struct sable_cpu_csr *)T2_CPU3_BASE;
374 cpu_regs->sic &= ~SIC_SEIC;
377 cpu_regs->bcce |= cpu_regs->bcce;
378 cpu_regs->cbe |= cpu_regs
363 struct sable_cpu_csr *cpu_regs; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dpmac_smp.c159 static unsigned long cpu_regs[reg_count]; variable
171 cpu_regs[reg_hid0] = mfspr(SPRN_HID0);
172 cpu_regs[reg_msscr0] = mfspr(SPRN_MSSCR0);
173 cpu_regs[reg_msssr0] = mfspr(SPRN_MSSSR0);
177 cpu_regs[reg_hid1] = mfspr(SPRN_HID1);
178 cpu_regs[reg_ictrl] = mfspr(SPRN_ICTRL);
179 cpu_regs[reg_ldstcr] = mfspr(SPRN_LDSTCR);
180 cpu_regs[reg_ldstdb] = mfspr(SPRN_LDSTDB);
182 flush_dcache_range((unsigned long)cpu_regs, (unsigned long)&cpu_regs[reg_coun
[all...]

Completed in 52 milliseconds