Home
last modified time | relevance | path

Searched refs:PVR2_USE_PCMP_INSTR (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/microblaze/kernel/cpu/
H A Dcpuinfo-static.c30 (fcpu(cpu, "xlnx,use-pcmp-instr") ? PVR2_USE_PCMP_INSTR : 0) | in set_cpuinfo_static()
37 i |= PVR2_USE_PCMP_INSTR; in set_cpuinfo_static()
H A Dmb.c71 (cpuinfo.use_instr & PVR2_USE_PCMP_INSTR) ? "yes" : "no", in show_cpuinfo()
/kernel/linux/linux-6.6/arch/microblaze/kernel/cpu/
H A Dcpuinfo-static.c30 (fcpu(cpu, "xlnx,use-pcmp-instr") ? PVR2_USE_PCMP_INSTR : 0) | in set_cpuinfo_static()
37 i |= PVR2_USE_PCMP_INSTR; in set_cpuinfo_static()
H A Dmb.c71 (cpuinfo.use_instr & PVR2_USE_PCMP_INSTR) ? "yes" : "no", in show_cpuinfo()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dpvr.h52 #define PVR2_USE_PCMP_INSTR 0x00010000 macro
143 #define PVR_USE_PCMP_INSTR(_pvr) (_pvr.pvr[2] & PVR2_USE_PCMP_INSTR)
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dpvr.h52 #define PVR2_USE_PCMP_INSTR 0x00010000 macro
143 #define PVR_USE_PCMP_INSTR(_pvr) (_pvr.pvr[2] & PVR2_USE_PCMP_INSTR)

Completed in 3 milliseconds