Home
last modified time | relevance | path

Searched refs:use_instr (Results 1 – 4 of 4) sorted by relevance

/linux/arch/microblaze/kernel/cpu/
H A Dmb.c69 (cpuinfo.use_instr & PVR0_USE_BARREL_MASK) ? "yes" : "no", in show_cpuinfo()
70 (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) ? "yes" : "no", in show_cpuinfo()
71 (cpuinfo.use_instr & PVR2_USE_PCMP_INSTR) ? "yes" : "no", in show_cpuinfo()
72 (cpuinfo.use_instr & PVR0_USE_DIV_MASK) ? "yes" : "no"); in show_cpuinfo()
H A Dcpuinfo-pvr-full.c42 if (ci->use_instr != temp) in set_cpuinfo_pvr_full()
44 ci->use_instr = temp; in set_cpuinfo_pvr_full()
H A Dcache.c611 if (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) { in microblaze_cache_init()
/linux/arch/microblaze/include/asm/
H A Dcpuinfo.h32 u32 use_instr; member