Home
last modified time | relevance | path

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

/arch/parisc/kernel/
Dunaligned.c167 static int emulate_ldw(struct pt_regs *regs, int toreg, int flop) in emulate_ldw() argument
199 if (flop) in emulate_ldw()
206 static int emulate_ldd(struct pt_regs *regs, int toreg, int flop) in emulate_ldd() argument
217 if (!flop) in emulate_ldd()
272 if (flop) in emulate_ldd()
311 static int emulate_stw(struct pt_regs *regs, int frreg, int flop) in emulate_stw() argument
316 if (flop) in emulate_stw()
357 static int emulate_std(struct pt_regs *regs, int frreg, int flop) in emulate_std() argument
362 if (flop) in emulate_std()
374 if (!flop) in emulate_std()
[all …]