Home
last modified time | relevance | path

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

/linux/arch/microblaze/kernel/cpu/
A Dcpuinfo-static.c29 (fcpu(cpu, "xlnx,use-msr-instr") ? PVR2_USE_MSR_INSTR : 0) | in set_cpuinfo_static()
35 i |= PVR2_USE_MSR_INSTR; in set_cpuinfo_static()
A Dmb.c70 (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) ? "yes" : "no", in show_cpuinfo()
A Dcache.c611 if (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) { in microblaze_cache_init()
/linux/arch/microblaze/include/asm/
A Dpvr.h51 #define PVR2_USE_MSR_INSTR 0x00020000 macro
142 #define PVR_USE_MSR_INSTR(_pvr) (_pvr.pvr[2] & PVR2_USE_MSR_INSTR)

Completed in 5 milliseconds