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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dmuldiv.c45 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, function
118 maybe_flush_windows(rs1, 0, rdv);
121 maybe_flush_windows(rs1, rs2, rdv);
H A Dunaligned_32.c69 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, function
141 maybe_flush_windows(rs1, 0, rd);
144 maybe_flush_windows(rs1, rs2, rd);
157 maybe_flush_windows(rs1, 0, rd);
160 maybe_flush_windows(rs1, rs2, rd);
H A Dunaligned_64.c98 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, function
163 maybe_flush_windows(rs1, 0, rd, from_kernel);
166 maybe_flush_windows(rs1, rs2, rd, from_kernel);
389 maybe_flush_windows(0, 0, rd, from_kernel);
392 maybe_flush_windows(0, insn & 0x1f, rd, from_kernel);
559 maybe_flush_windows(0, 0, rd, from_kernel);
H A Dvisemul.c139 static inline void maybe_flush_windows(unsigned int rs1, unsigned int rs2, function
293 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0);
371 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0);
404 maybe_flush_windows(RS1(insn), RS2(insn), RD(insn), 0);
791 maybe_flush_windows(0, 0, RD(insn), 0);

Completed in 178 milliseconds