Home
last modified time | relevance | path

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

/linux-6.12.1/arch/openrisc/kernel/ !
Dsetup.c343 seq_printf(m, "%s ", cpucfgr & SPR_CPUCFGR_OB64S ? "orbis64" : ""); in show_cpuinfo()
/linux-6.12.1/arch/openrisc/include/asm/ !
Dspr_defs.h178 #define SPR_CPUCFGR_OB64S 0x00000040 /* ORBIS64 supported */ macro