/arch/mips/include/asm/ |
D | r4kcache.h | 588 unsigned long ws, addr; \ 592 for (ws = 0; ws < ws_end; ws += ws_inc) \ 594 cache##lsize##_unroll32(addr|ws, indexop); \ 622 unsigned long ws, addr; \ 626 for (ws = 0; ws < ws_end; ws += ws_inc) \ 628 cache##lsize##_unroll32(addr|ws, indexop); \ 760 unsigned long ws, addr; \ 762 for (ws = 0; ws < ws_end; ws += ws_inc) \ 764 cache##lsize##_unroll32(addr|ws, indexop); \
|
D | asmmacro.h | 332 .macro copy_s_w ws, n 337 copy_s.w $1, $w\ws[\n] 341 .macro copy_s_d ws, n 346 copy_s.d $1, $w\ws[\n] 472 .macro copy_s_w ws, n 476 insn_if_mips 0x78b00059 | (\n << 16) | (\ws << 11) 477 insn32_if_mm 0x58b00056 | (\n << 16) | (\ws << 11) 481 .macro copy_s_d ws, n 485 insn_if_mips 0x78b80059 | (\n << 16) | (\ws << 11) 486 insn32_if_mm 0x58b80056 | (\n << 16) | (\ws << 11)
|
/arch/xtensa/kernel/ |
D | process.c | 334 unsigned long wb, ws, wm; in xtensa_elf_core_copy_regs() local 338 ws = regs->windowstart; in xtensa_elf_core_copy_regs() 340 ws = ((ws >> wb) | (ws << (WSBITS - wb))) & ((1 << WSBITS) - 1); in xtensa_elf_core_copy_regs() 356 elfregs->windowstart = ws; in xtensa_elf_core_copy_regs()
|
D | ptrace.c | 87 unsigned long wb, ws; in ptrace_setregs() local 97 __get_user(ws, &gregset->windowstart); in ptrace_setregs() 106 if (wb != regs->windowbase || ws != regs->windowstart) { in ptrace_setregs() 109 rotws = (((ws | (ws << WSBITS)) >> wb) & in ptrace_setregs() 114 regs->windowstart = ws; in ptrace_setregs() 250 unsigned long ws = regs->windowstart; in ptrace_peekusr() local 251 tmp = ((ws >> wb) | (ws << (WSBITS - wb))) & in ptrace_peekusr()
|
D | signal.c | 58 const unsigned long ws = regs->windowstart; in flush_window_regs_user() local 72 wm = (ws >> wb) | (ws << (XCHAL_NUM_AREGS / 4 - wb)); in flush_window_regs_user()
|
/arch/s390/crypto/ |
D | prng.c | 309 struct prno_ws_s ws; in prng_sha512_selftest() local 311 memset(&ws, 0, sizeof(ws)); in prng_sha512_selftest() 315 &ws, NULL, 0, seed, sizeof(seed)); in prng_sha512_selftest() 318 if (memcmp(ws.V, V0, sizeof(V0)) != 0 in prng_sha512_selftest() 319 || memcmp(ws.C, C0, sizeof(C0)) != 0) { in prng_sha512_selftest() 328 &ws, buf, sizeof(buf), NULL, 0); in prng_sha512_selftest() 330 &ws, buf, sizeof(buf), NULL, 0); in prng_sha512_selftest()
|
/arch/mips/mm/ |
D | c-r4k.c | 268 unsigned long ws, addr; in tx49_blast_icache32() local 272 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32() 274 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32() 277 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32() 279 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32() 299 unsigned long ws, addr; in tx49_blast_icache32_page_indexed() local 303 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed() 305 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32_page_indexed() 308 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed() 310 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32_page_indexed()
|
/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/xtensa/include/asm/ |
D | processor.h | 113 #define MAKE_RA_FOR_CALL(ra,ws) (((ra) & 0x3fffffff) | (ws) << 30) argument
|
/arch/ia64/sn/kernel/sn2/ |
D | sn2_smp.c | 92 unsigned long zeroval, ws; in wait_piowc() local 98 } while (((ws = *piows) & SH_PIO_WRITE_STATUS_PENDING_WRITE_COUNT_MASK) != zeroval); in wait_piowc() 99 return (ws & SH_PIO_WRITE_STATUS_WRITE_DEADLOCK_MASK) != 0; in wait_piowc()
|
/arch/arm/mach-pxa/ |
D | Kconfig | 156 Basix, Connex, ws-200ax, ws-400ax systems
|
/arch/arm64/boot/dts/qcom/ |
D | msm8916-pins.dtsi | 593 ext-pri-ws-line {
|