Home
last modified time | relevance | path

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

/linux/arch/parisc/kernel/
H A Dunaligned.c229 static int emulate_sth(struct pt_regs *regs, int frreg) in emulate_sth() argument
231 unsigned long val = regs->gr[frreg], temp1; in emulate_sth()
234 if (!frreg) in emulate_sth()
237 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth()
254 static int emulate_stw(struct pt_regs *regs, int frreg, int flop) in emulate_stw() argument
260 val = ((__u32*)(regs->fr))[frreg]; in emulate_stw()
261 else if (frreg) in emulate_stw()
262 val = regs->gr[frreg]; in emulate_stw()
266 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw()
295 static int emulate_std(struct pt_regs *regs, int frreg, in in emulate_stw() argument
[all...]