Home
last modified time | relevance | path

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

/Linux-v5.4/arch/openrisc/kernel/
Dsetup.c374 seq_printf(m, "%s ", cpucfgr & SPR_CPUCFGR_OF64S ? "orfpx64" : ""); in show_cpuinfo()
/Linux-v5.4/arch/openrisc/include/asm/
Dspr_defs.h180 #define SPR_CPUCFGR_OF64S 0x00000100 /* ORFPX64 supported */ macro