Home
last modified time | relevance | path

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

/linux-4.1.27/arch/frv/kernel/
Dsetup.c398 switch (PSR_VERSION(psr)) { in determine_cpu()
429 switch (PSR_VERSION(psr)) { in determine_cpu()
459 switch (PSR_VERSION(psr)) { in determine_cpu()
476 switch (PSR_VERSION(psr)) { in determine_cpu()
489 switch (PSR_VERSION(psr)) { in determine_cpu()
/linux-4.1.27/arch/frv/include/asm/
Dspr-regs.h37 #define PSR_VERSION(psr) (((psr) >> PSR_VERSION_SHIFT) & 0xf) macro