Home
last modified time | relevance | path

Searched refs:SFSTAT_TRAP_TYPE_SHIFT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Dsfafsr.h65 #define SFSTAT_TRAP_TYPE (_AC(0x1FF,UL) << SFSTAT_TRAP_TYPE_SHIFT)
66 #define SFSTAT_TRAP_TYPE_SHIFT 33 macro
/openbmc/linux/arch/sparc/kernel/
H A Dspiterrs.S29 sllx %g3, SFSTAT_TRAP_TYPE_SHIFT, %g3
H A Dtraps_64.c579 tt = (status_encoded & SFSTAT_TRAP_TYPE) >> SFSTAT_TRAP_TYPE_SHIFT; in spitfire_access_error()