Searched refs:frcopy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | driver.c | 80 __u64 frcopy[36]; in handle_fpe() local 82 memcpy(frcopy, regs->fr, sizeof regs->fr); in handle_fpe() 83 frcopy[32] = 0; in handle_fpe() 85 memcpy(&orig_sw, frcopy, sizeof(orig_sw)); in handle_fpe() 93 signalcode = decode_fpu(frcopy, 0x666); in handle_fpe() 96 memcpy(&sw, frcopy, sizeof(sw)); in handle_fpe() 104 memcpy(regs->fr, frcopy, sizeof regs->fr); in handle_fpe()
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | driver.c | 80 __u64 frcopy[36]; in handle_fpe() local 82 memcpy(frcopy, regs->fr, sizeof regs->fr); in handle_fpe() 83 frcopy[32] = 0; in handle_fpe() 85 memcpy(&orig_sw, frcopy, sizeof(orig_sw)); in handle_fpe() 93 signalcode = decode_fpu(frcopy, 0x666); in handle_fpe() 96 memcpy(&sw, frcopy, sizeof(sw)); in handle_fpe() 104 memcpy(regs->fr, frcopy, sizeof regs->fr); in handle_fpe()
|
Completed in 1 milliseconds