Searched refs:use_instr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/cpu/
H A Dmb.c71 (cpuinfo.use_instr & PVR0_USE_BARREL_MASK) ? "yes" : "no",
72 (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) ? "yes" : "no",
73 (cpuinfo.use_instr & PVR2_USE_PCMP_INSTR) ? "yes" : "no",
74 (cpuinfo.use_instr & PVR0_USE_DIV_MASK) ? "yes" : "no");
H A Dcpuinfo-pvr-full.c48 if (ci->use_instr != temp)
50 ci->use_instr = temp;
H A Dcpuinfo-static.c27 ci->use_instr =
40 if (ci->use_instr != i)
H A Dcache.c617 if (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dcpuinfo.h35 u32 use_instr; member in struct:cpuinfo

Completed in 62 milliseconds