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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsfafsr.h64 #define SFSTAT_TRAP_TYPE (_AC(0x1FF,UL) << SFSTAT_TRAP_TYPE_SHIFT)
65 #define SFSTAT_TRAP_TYPE_SHIFT 33 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dspiterrs.S28 sllx %g3, SFSTAT_TRAP_TYPE_SHIFT, %g3
H A Dtraps_64.c533 tt = (status_encoded & SFSTAT_TRAP_TYPE) >> SFSTAT_TRAP_TYPE_SHIFT;

Completed in 66 milliseconds