Searched refs:impl (Results 1 - 8 of 8) sorted by relevance

/arch/sparc/kernel/
H A Dus3_cpufreq.c202 unsigned long manuf, impl, ver; local
210 impl = ((ver >> 32) & 0xffff);
213 (impl == CHEETAH_IMPL ||
214 impl == CHEETAH_PLUS_IMPL ||
215 impl == JAGUAR_IMPL ||
216 impl == PANTHER_IMPL)) {
H A Dcpu.c306 printk(KERN_ERR "CPU: Unknown chip, impl[0x%x] vers[0x%x]\n",
312 printk(KERN_ERR "FPU: Unknown chip, impl[0x%x] vers[0x%x]\n",
512 int manuf, impl; local
517 impl = ((ver >> 32) & 0xffff);
518 set_cpu_and_fpu(manuf, impl, impl);
H A Dus2e_cpufreq.c345 unsigned long manuf, impl, ver; local
353 impl = ((ver >> 32) & 0xffff);
355 if (manuf == 0x17 && impl == 0x13) {
H A Dsetup_64.c458 unsigned long impl, ver; local
461 impl = ((ver >> 32) & 0xffff);
462 if (impl == PANTHER_IMPL)
H A Dtime_64.c610 unsigned long ver, manuf, impl; local
615 impl = ((ver >> 32) & 0xffff);
616 if (manuf == 0x17 && impl == 0x13) {
/arch/powerpc/kvm/
H A De500.c113 sregs->u.e.impl.fsl.features = 0;
114 sregs->u.e.impl.fsl.svr = vcpu_e500->svr;
115 sregs->u.e.impl.fsl.hid0 = vcpu_e500->hid0;
116 sregs->u.e.impl.fsl.mcar = vcpu_e500->mcar;
145 vcpu_e500->svr = sregs->u.e.impl.fsl.svr;
146 vcpu_e500->hid0 = sregs->u.e.impl.fsl.hid0;
147 vcpu_e500->mcar = sregs->u.e.impl.fsl.mcar;
/arch/sparc/mm/
H A Diommu.c62 unsigned int impl, vers; local
78 impl = (iommu->regs->control & IOMMU_CTRL_IMPL) >> 28;
123 printk(KERN_INFO "IOMMU: impl %d vers %d table 0x%p[%d B] map [%d b]\n",
124 impl, vers, iommu->page_table,
/arch/powerpc/include/asm/
H A Dkvm.h189 } impl; member in struct:kvm_sregs::__anon2373::__anon2378

Completed in 127 milliseconds