Home
last modified time | relevance | path

Searched refs:SPR_CPUCFGR_OV64S (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/openrisc/kernel/
Dsetup.c361 seq_printf(m, "%s ", cpucfgr & SPR_CPUCFGR_OV64S ? "orvdx64" : ""); in show_cpuinfo()
/linux-5.19.10/arch/openrisc/include/asm/
Dspr_defs.h181 #define SPR_CPUCFGR_OV64S 0x00000200 /* ORVDX64 supported */ macro