Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/kernel/
Dunaligned_32.c68 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()
Dmuldiv.c45 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()
Dunaligned_64.c98 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()
Dvisemul.c139 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()