Searched refs:maybe_flush_windows (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/sparc/kernel/ |
D | unaligned_32.c | 68 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, in maybe_flush_windows() function 140 maybe_flush_windows(rs1, 0, rd); in compute_effective_address() 143 maybe_flush_windows(rs1, rs2, rd); in compute_effective_address() 156 maybe_flush_windows(rs1, 0, rd); in safe_compute_effective_address() 159 maybe_flush_windows(rs1, rs2, rd); in safe_compute_effective_address()
|
D | muldiv.c | 45 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, in maybe_flush_windows() function 118 maybe_flush_windows(rs1, 0, rdv); in do_user_muldiv() 121 maybe_flush_windows(rs1, rs2, rdv); in do_user_muldiv()
|
D | unaligned_64.c | 98 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, in maybe_flush_windows() function 163 maybe_flush_windows(rs1, 0, rd, from_kernel); in compute_effective_address() 166 maybe_flush_windows(rs1, rs2, rd, from_kernel); in compute_effective_address() 389 maybe_flush_windows(0, 0, rd, from_kernel); in handle_popc() 392 maybe_flush_windows(0, insn & 0x1f, rd, from_kernel); in handle_popc() 559 maybe_flush_windows(0, 0, rd, from_kernel); in handle_ld_nf()
|
D | visemul.c | 139 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, in maybe_flush_windows() function 293 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in edge() 371 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in array() 404 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in bmask() 791 maybe_flush_windows(0, 0, RD(insn), 0); in pcmp()
|