Searched refs:ws (Results 1 – 10 of 10) sorted by relevance
/arch/xtensa/kernel/ |
D | ptrace.c | 84 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()
|
D | process.c | 323 unsigned long wb, ws, wm; in xtensa_elf_core_copy_regs() local 327 ws = regs->windowstart; in xtensa_elf_core_copy_regs() 329 ws = ((ws >> wb) | (ws << (WSBITS - wb))) & ((1 << WSBITS) - 1); in xtensa_elf_core_copy_regs() 345 elfregs->windowstart = ws; in xtensa_elf_core_copy_regs()
|
D | signal.c | 57 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/ |
D | r4kcache.h | 566 unsigned long ws, addr; \ 570 for (ws = 0; ws < ws_end; ws += ws_inc) \ 572 cache##lsize##_unroll32(addr|ws, indexop); \ 600 unsigned long ws, addr; \ 604 for (ws = 0; ws < ws_end; ws += ws_inc) \ 606 cache##lsize##_unroll32(addr|ws, indexop); \
|
D | asmmacro.h | 302 .macro copy_u_w ws, n 307 copy_u.w $1, $w\ws[\n] 311 .macro copy_u_d ws, n 316 copy_u.d $1, $w\ws[\n] 465 .macro copy_u_w ws, n 470 .word COPY_UW_MSA_INSN | (\n << 16) | (\ws << 11) 474 .macro copy_u_d ws, n 479 .word COPY_UD_MSA_INSN | (\n << 16) | (\ws << 11)
|
/arch/mips/mm/ |
D | c-r4k.c | 235 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/xtensa/include/asm/ |
D | processor.h | 84 #define MAKE_RA_FOR_CALL(ra,ws) (((ra) & 0x3fffffff) | (ws) << 30) argument
|
/arch/powerpc/sysdev/ |
D | fsl_mpic_timer_wakeup.c | 30 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/ia64/sn/kernel/sn2/ |
D | sn2_smp.c | 91 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/ |
D | Kconfig | 135 Basix, Connex, ws-200ax, ws-400ax systems
|