Searched refs:WSBITS (Results 1 – 4 of 4) sorted by relevance
/arch/xtensa/kernel/ |
D | ptrace.c | 101 if (__copy_from_user(regs->areg, gregset->a + wb*4, (WSBITS-wb) * 16)) in ptrace_setregs() 191 tmp = ((ws>>wb) | (ws<<(WSBITS-wb))) & ((1<<WSBITS)-1); in ptrace_peekusr()
|
D | entry.S | 52 nsau \bit, \mask # 32-WSBITS ... 31 (32 iff 0) 53 addi \bit, \bit, WSBITS - 32 + 1 # uppest bit set -> return 1 55 movi \bit, WSBITS 56 #if WSBITS > 16 61 #if WSBITS > 8 140 slli a2, a3, 32-WSBITS 142 srli a2, a2, 32-WSBITS 1187 slli a3, a2, 32-WSBITS 1288 slli a4, a3, WSBITS 1294 extui a3, a3, 1, WSBITS-1 # a3 = 0yyxxxwww [all …]
|
D | process.c | 276 ws = ((ws >> wb) | (ws << (WSBITS - wb))) & ((1 << WSBITS) - 1); in xtensa_elf_core_copy_regs()
|
/arch/xtensa/include/asm/ |
D | processor.h | 69 #define WSBITS (XCHAL_NUM_AREGS / 4) /* width of WINDOWSTART in bits */ macro
|