Searched refs:ws (Results 1 – 11 of 11) sorted by relevance
/arch/mips/include/asm/ |
D | r4kcache.h | 351 unsigned long ws, addr; \ 355 for (ws = 0; ws < ws_end; ws += ws_inc) \ 357 cache##lsize##_unroll32(addr|ws, indexop); \ 385 unsigned long ws, addr; \ 389 for (ws = 0; ws < ws_end; ws += ws_inc) \ 391 cache##lsize##_unroll32(addr|ws, indexop); \
|
/arch/xtensa/kernel/ |
D | process.c | 270 unsigned long wb, ws, wm; in xtensa_elf_core_copy_regs() local 274 ws = regs->windowstart; in xtensa_elf_core_copy_regs() 276 ws = ((ws >> wb) | (ws << (WSBITS - wb))) & ((1 << WSBITS) - 1); in xtensa_elf_core_copy_regs() 292 elfregs->windowstart = ws; in xtensa_elf_core_copy_regs()
|
D | ptrace.c | 190 unsigned long ws = regs->windowstart; in ptrace_peekusr() local 191 tmp = ((ws>>wb) | (ws<<(WSBITS-wb))) & ((1<<WSBITS)-1); in ptrace_peekusr()
|
D | signal.c | 61 const unsigned long ws = regs->windowstart; in flush_window_regs_user() local 75 wm = (ws >> wb) | (ws << (XCHAL_NUM_AREGS / 4 - wb)); in flush_window_regs_user()
|
/arch/mips/mm/ |
D | c-r4k.c | 169 unsigned long ws, addr; in tx49_blast_icache32() local 173 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32() 175 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32() 178 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32() 180 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32() 200 unsigned long ws, addr; in tx49_blast_icache32_page_indexed() local 204 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed() 206 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32_page_indexed() 209 for (ws = 0; ws < ws_end; ws += ws_inc) in tx49_blast_icache32_page_indexed() 211 cache32_unroll32(addr|ws, Index_Invalidate_I); in tx49_blast_icache32_page_indexed()
|
/arch/xtensa/include/asm/ |
D | processor.h | 77 #define MAKE_RA_FOR_CALL(ra,ws) (((ra) & 0x3fffffff) | (ws) << 30) argument
|
/arch/powerpc/kvm/ |
D | 44x_tlb.h | 33 extern int kvmppc_44x_emul_tlbwe(struct kvm_vcpu *vcpu, u8 ra, u8 rs, u8 ws);
|
D | 44x_emulate.c | 59 int ws; in kvmppc_core_emulate_op() local 164 ws = get_ws(inst); in kvmppc_core_emulate_op() 165 emulated = kvmppc_44x_emul_tlbwe(vcpu, ra, rs, ws); in kvmppc_core_emulate_op()
|
D | 44x_tlb.c | 413 int kvmppc_44x_emul_tlbwe(struct kvm_vcpu *vcpu, u8 ra, u8 rs, u8 ws) in kvmppc_44x_emul_tlbwe() argument 432 switch (ws) { in kvmppc_44x_emul_tlbwe()
|
/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 | 34 Basix, Connex, ws-200ax, ws-400ax systems
|