Searched refs:LCOUNT (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/xtensa/kernel/ |
D | align.S | 280 rsr a5, LCOUNT # and LCOUNT != 0 282 addi a5, a5, -1 # decrement LCOUNT and set 284 wsr a5, LCOUNT 360 rsr a4, LCOUNT # and LCOUNT != 0 362 addi a4, a4, -1 # decrement LCOUNT and set 364 wsr a4, LCOUNT
|
D | head.S | 104 wsr a0, LCOUNT
|
D | entry.S | 617 wsr a2, LCOUNT
|
/linux-2.6.39/arch/xtensa/platforms/iss/ |
D | setup.c | 62 "wsr a2, " __stringify(LCOUNT) "\n\t" in platform_restart()
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | regs.h | 32 #define LCOUNT 2 macro
|
/linux-2.6.39/arch/xtensa/platforms/xt2000/ |
D | setup.c | 73 "wsr a2, " __stringify(LCOUNT) "\n\t" in platform_restart()
|