Searched refs:frreg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/parisc/kernel/ |
H A D | unaligned.c | 227 static int emulate_sth(struct pt_regs *regs, int frreg) in emulate_sth() argument 229 unsigned long val = regs->gr[frreg], temp1; in emulate_sth() 232 if (!frreg) in emulate_sth() 235 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth() 252 static int emulate_stw(struct pt_regs *regs, int frreg, int flop) in emulate_stw() argument 258 val = ((__u32*)(regs->fr))[frreg]; in emulate_stw() 259 else if (frreg) in emulate_stw() 260 val = regs->gr[frreg]; in emulate_stw() 264 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw() 293 static int emulate_std(struct pt_regs *regs, int frreg, int flop) in emulate_std() argument [all …]
|