Searched refs:maybe_flush_windows (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | unaligned_32.c | 70 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, in maybe_flush_windows() function 142 maybe_flush_windows(rs1, 0, rd); in compute_effective_address() 145 maybe_flush_windows(rs1, rs2, rd); in compute_effective_address() 158 maybe_flush_windows(rs1, 0, rd); in safe_compute_effective_address() 161 maybe_flush_windows(rs1, rs2, rd); in safe_compute_effective_address()
|
D | unaligned_64.c | 103 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, in maybe_flush_windows() function 177 maybe_flush_windows(rs1, 0, rd, from_kernel); in compute_effective_address() 180 maybe_flush_windows(rs1, rs2, rd, from_kernel); in compute_effective_address() 403 maybe_flush_windows(0, 0, rd, from_kernel); in handle_popc() 406 maybe_flush_windows(0, insn & 0x1f, rd, from_kernel); in handle_popc() 577 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 298 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in edge() 376 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in array() 409 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in bmask() 796 maybe_flush_windows(0, 0, RD(insn), 0); in pcmp()
|