sw_usp             61 arch/m68k/include/asm/entry.h .globl sw_usp
sw_usp             68 arch/m68k/include/asm/entry.h 	movel	%sp,sw_usp		/* save user sp */
sw_usp             69 arch/m68k/include/asm/entry.h 	addql	#8,sw_usp		/* remove exception */
sw_usp             77 arch/m68k/include/asm/entry.h 	movel	sw_usp,%a0		/* get usp */
sw_usp             98 arch/m68k/include/asm/entry.h 	movel	sw_usp,%a0		/* get usp */
sw_usp            108 arch/m68k/include/asm/entry.h 	subql	#8,sw_usp		/* set exception */
sw_usp            109 arch/m68k/include/asm/entry.h 	movel	sw_usp,%sp		/* restore usp */
sw_usp            114 arch/m68k/include/asm/entry.h 	movel	sw_usp,%a3
sw_usp            118 arch/m68k/include/asm/entry.h 	movel	%a3,sw_usp
sw_usp             19 arch/m68k/include/asm/processor.h 	extern unsigned int sw_usp;
sw_usp             20 arch/m68k/include/asm/processor.h 	return sw_usp;
sw_usp             32 arch/m68k/include/asm/processor.h 	extern unsigned int sw_usp;
sw_usp             33 arch/m68k/include/asm/processor.h 	sw_usp = usp;