Home
last modified time | relevance | path

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

/arch/microblaze/kernel/cpu/
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()
Dmb.c70 (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) ? "yes" : "no", in show_cpuinfo()
Dcache.c611 if (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) { in microblaze_cache_init()
/arch/microblaze/include/asm/
Dpvr.h54 #define PVR2_USE_MSR_INSTR 0x00020000 macro
145 #define PVR_USE_MSR_INSTR(_pvr) (_pvr.pvr[2] & PVR2_USE_MSR_INSTR)