Home
last modified time | relevance | path

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

/openbmc/linux/arch/microblaze/kernel/cpu/
H 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()
H A Dmb.c70 (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) ? "yes" : "no", in show_cpuinfo()
H A Dcache.c611 if (cpuinfo.use_instr & PVR2_USE_MSR_INSTR) { in microblaze_cache_init()
/openbmc/linux/arch/microblaze/include/asm/
H A Dpvr.h51 #define PVR2_USE_MSR_INSTR 0x00020000 macro
142 #define PVR_USE_MSR_INSTR(_pvr) (_pvr.pvr[2] & PVR2_USE_MSR_INSTR)
/openbmc/qemu/target/microblaze/
H A Dcpu.h149 #define PVR2_USE_MSR_INSTR 0x00020000 macro
H A Dcpu.c267 (cpu->cfg.use_msr_instr ? PVR2_USE_MSR_INSTR : 0) | in mb_cpu_realizefn()