Home
last modified time | relevance | path

Searched refs:maybe_flush_windows (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/sparc/kernel/
Dunaligned_32.c72 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()
Dunaligned_64.c104 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()
Dvisemul.c140 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()