Searched refs:maybe_flush_windows (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | unaligned_32.c | 72 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, in maybe_flush_windows() function 144 maybe_flush_windows(rs1, 0, rd); in compute_effective_address() 147 maybe_flush_windows(rs1, rs2, rd); in compute_effective_address() 160 maybe_flush_windows(rs1, 0, rd); in safe_compute_effective_address() 163 maybe_flush_windows(rs1, rs2, rd); in safe_compute_effective_address()
|
A D | unaligned_64.c | 104 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, in maybe_flush_windows() function 178 maybe_flush_windows(rs1, 0, rd, from_kernel); in compute_effective_address() 181 maybe_flush_windows(rs1, rs2, rd, from_kernel); in compute_effective_address() 404 maybe_flush_windows(0, 0, rd, from_kernel); in handle_popc() 407 maybe_flush_windows(0, insn & 0x1f, rd, from_kernel); in handle_popc() 578 maybe_flush_windows(0, 0, rd, from_kernel); in handle_ld_nf()
|
A D | visemul.c | 140 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, in maybe_flush_windows() function 299 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in edge() 377 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in array() 410 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0); in bmask() 797 maybe_flush_windows(0, 0, RD(insn), 0); in pcmp()
|
Completed in 7 milliseconds