Home
last modified time | relevance | path

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

/openbmc/linux/arch/xtensa/kernel/
H A Dptrace.c62 (WSBITS - regs->windowbase) * 16); in gpr_get()
101 (newregs.windowstart << WSBITS)) >> in gpr_set()
103 ((1 << WSBITS) - 1)) & ~1; in gpr_set()
104 wmask = ((rotws ? WSBITS + 1 - ffs(rotws) : 0) << 4) | in gpr_set()
114 (WSBITS - newregs.windowbase) * 16); in gpr_set()
305 tmp = ((ws >> wb) | (ws << (WSBITS - wb))) & in ptrace_peekusr()
306 ((1 << WSBITS) - 1); in ptrace_peekusr()
H A Dentry.S42 nsau \bit, \mask # 32-WSBITS ... 31 (32 iff 0)
45 movi \bit, WSBITS
46 #if WSBITS > 16
51 #if WSBITS > 8
158 slli a2, a3, 32-WSBITS
160 srli a2, a2, 32-WSBITS
1271 slli a0, a3, WSBITS
1277 extui a3, a3, 1, WSBITS-1 # a3 = 0yyxxxwww
1278 movi a0, (1 << (WSBITS-1))
1292 movi a3, WSBITS
[all …]
H A Dstacktrace.c66 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
71 for (index = WSBITS - 1; (index > 0) && depth; depth--, index--) in xtensa_backtrace_user()
/openbmc/linux/arch/xtensa/include/asm/
H A Dprocessor.h97 #define WSBITS (XCHAL_NUM_AREGS / 4) /* width of WINDOWSTART in bits */ macro