Home
last modified time | relevance | path

Searched refs:ws (Results 1 – 11 of 11) sorted by relevance

/arch/xtensa/kernel/
Dptrace.c84 unsigned long wb, ws; in ptrace_setregs() local
94 __get_user(ws, &gregset->windowstart); in ptrace_setregs()
103 if (wb != regs->windowbase || ws != regs->windowstart) { in ptrace_setregs()
106 rotws = (((ws | (ws << WSBITS)) >> wb) & in ptrace_setregs()
111 regs->windowstart = ws; in ptrace_setregs()
212 unsigned long ws = regs->windowstart; in ptrace_peekusr() local
213 tmp = ((ws>>wb) | (ws<<(WSBITS-wb))) & ((1<<WSBITS)-1); in ptrace_peekusr()
Dprocess.c326 unsigned long wb, ws, wm; in xtensa_elf_core_copy_regs() local
330 ws = regs->windowstart; in xtensa_elf_core_copy_regs()
332 ws = ((ws >> wb) | (ws << (WSBITS - wb))) & ((1 << WSBITS) - 1); in xtensa_elf_core_copy_regs()
348 elfregs->windowstart = ws; in xtensa_elf_core_copy_regs()
Dsignal.c57 const unsigned long ws = regs->windowstart; in flush_window_regs_user() local
71 wm = (ws >> wb) | (ws << (XCHAL_NUM_AREGS / 4 - wb)); in flush_window_regs_user()
/arch/mips/include/asm/
Dr4kcache.h570 unsigned long ws, addr; \
574 for (ws = 0; ws < ws_end; ws += ws_inc) \
576 cache##lsize##_unroll32(addr|ws, indexop); \
604 unsigned long ws, addr; \
608 for (ws = 0; ws < ws_end; ws += ws_inc) \
610 cache##lsize##_unroll32(addr|ws, indexop); \
Dasmmacro.h302 .macro copy_s_w ws, n
307 copy_s.w $1, $w\ws[\n]
311 .macro copy_s_d ws, n
316 copy_s.d $1, $w\ws[\n]
465 .macro copy_s_w ws, n
470 .word COPY_SW_MSA_INSN | (\n << 16) | (\ws << 11)
474 .macro copy_s_d ws, n
479 .word COPY_SD_MSA_INSN | (\n << 16) | (\ws << 11)
/arch/mips/mm/
Dc-r4k.c235 unsigned long ws, addr; in tx49_blast_icache32() local
239 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32()
241 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32()
244 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32()
246 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32()
266 unsigned long ws, addr; in tx49_blast_icache32_page_indexed() local
270 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed()
272 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32_page_indexed()
275 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed()
277 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32_page_indexed()
/arch/s390/crypto/
Dprng.c309 struct ppno_ws_s ws; in prng_sha512_selftest() local
311 memset(&ws, 0, sizeof(ws)); in prng_sha512_selftest()
315 &ws, NULL, 0, in prng_sha512_selftest()
325 if (memcmp(ws.V, V0, sizeof(V0)) != 0 in prng_sha512_selftest()
326 || memcmp(ws.C, C0, sizeof(C0)) != 0) { in prng_sha512_selftest()
335 &ws, buf, sizeof(buf), in prng_sha512_selftest()
344 &ws, buf, sizeof(buf), in prng_sha512_selftest()
/arch/powerpc/sysdev/
Dfsl_mpic_timer_wakeup.c30 static void fsl_free_resource(struct work_struct *ws) in fsl_free_resource() argument
33 container_of(ws, struct fsl_mpic_timer_wakeup, free_work); in fsl_free_resource()
/arch/xtensa/include/asm/
Dprocessor.h115 #define MAKE_RA_FOR_CALL(ra,ws) (((ra) & 0x3fffffff) | (ws) << 30) argument
/arch/ia64/sn/kernel/sn2/
Dsn2_smp.c91 unsigned long zeroval, ws; in wait_piowc() local
97 } while (((ws = *piows) & SH_PIO_WRITE_STATUS_PENDING_WRITE_COUNT_MASK) != zeroval); in wait_piowc()
98 return (ws & SH_PIO_WRITE_STATUS_WRITE_DEADLOCK_MASK) != 0; in wait_piowc()
/arch/arm/mach-pxa/
DKconfig143 Basix, Connex, ws-200ax, ws-400ax systems