Home
last modified time | relevance | path

Searched refs:WSBITS (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/xtensa/kernel/
Dentry.S53 nsau \bit, \mask # 32-WSBITS ... 31 (32 iff 0)
54 addi \bit, \bit, WSBITS - 32 + 1 # uppest bit set -> return 1
56 movi \bit, WSBITS
57 #if WSBITS > 16
62 #if WSBITS > 8
141 slli a2, a3, 32-WSBITS
143 srli a2, a2, 32-WSBITS
1188 slli a3, a2, 32-WSBITS
1289 slli a4, a3, WSBITS
1295 extui a3, a3, 1, WSBITS-1 # a3 = 0yyxxxwww
[all …]
Dptrace.c112 if (__copy_from_user(regs->areg, gregset->a + wb*4, (WSBITS-wb) * 16)) in ptrace_setregs()
202 tmp = ((ws>>wb) | (ws<<(WSBITS-wb))) & ((1<<WSBITS)-1); in ptrace_peekusr()
Dprocess.c276 ws = ((ws >> wb) | (ws << (WSBITS - wb))) & ((1 << WSBITS) - 1); in xtensa_elf_core_copy_regs()
/linux-2.6.39/arch/xtensa/include/asm/
Dprocessor.h76 #define WSBITS (XCHAL_NUM_AREGS / 4) /* width of WINDOWSTART in bits */ macro