Searched refs:mof (Results 1 - 24 of 24) sorted by relevance

/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Delf.h36 (_r)->r1 = 0; (_r)->r0 = 0; (_r)->mof = 0; (_r)->srp = 0; \
69 pr_reg[23] = regs->mof; /* mof */ \
H A Doffset.h16 #define PT_mof 64 /* offsetof(struct pt_regs, mof) */
H A Dunistd.h113 "move %6,$mof\n\t" \
136 "move %6,$mof\n\tmove %7,$srp\n\t" \
H A Dptrace.h76 unsigned long mof; member in struct:pt_regs
H A Dirq.h89 "push $mof\n\t" /* push multiply overflow reg */ \
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Delf.h25 (_r)->r1 = 0; (_r)->r0 = 0; (_r)->mof = 0; (_r)->srp = 0; \
65 pr_reg[23] = regs->mof; /* MOF */ \
H A Doffset.h18 #define PT_mof 68 /* offsetof(struct pt_regs, mof) */
H A Dunistd.h114 register long __e __asm__ ("mof") = (long) arg5; \
116 __asm__ __volatile__ (".ifnc %0%1%3%4%5%6,$r10$r9$r11$r12$r13$mof\n\t" \
138 register long __e __asm__ ("mof") = (long) arg5; \
141 __asm__ __volatile__ (".ifnc %0%1%3%4%5%6%7,$r10$r9$r11$r12$r13$mof$srp\n\t" \
H A Dirq.h42 "move $mof,[$sp]\n\t" \
H A Dptrace.h75 unsigned long mof; member in struct:pt_regs
/linux-4.1.27/arch/cris/kernel/
H A Dasm-offsets.c28 ENTRY(mof); main()
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dprocess.c131 * The TLS is in $mof because it is the 5th argument to sys_clone. copy_thread()
134 task_thread_info(p)->tls = childregs->mof; copy_thread()
171 regs->erp, regs->srp, regs->ccs, usp, regs->mof); show_regs()
H A Dentry.S138 ;; r13,mof,srp
156 move $mof, $r2
206 move $mof, [$sp]
214 addq 3*4, $sp ; Pop the mof, srp and regs parameters.
250 move [$sp+], $mof
317 move [$acr], $mof
386 move $mof, [$sp]
412 move [$sp+], $mof
444 move $mof, [$sp]
483 move $mof, [$sp]
H A Dtraps.c27 regs->erp, regs->srp, regs->ccs, usp, regs->mof); show_registers()
H A Dkgdb_asm.S79 move $mof, [$acr]
527 move [$acr], $mof ; Restore MOF.
H A Dkgdb.c219 unsigned int mof; /* 0x51; P7, Multiply overflow register */ member in struct:register_image
/linux-4.1.27/arch/cris/include/uapi/arch-v10/arch/
H A Duser.h31 unsigned long mof; /* Multiply overflow register. */ member in struct:user_regs_struct
/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/
H A Duser.h30 unsigned long mof; /* P7, Multiply overflow regiter. */ member in struct:user_regs_struct
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dentry.S127 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12,r13,mof,srp
138 push $mof
171 ;; the fifth and sixth parameters (if any) was in mof and srp
175 push $mof
178 addq 3*4, $sp ; pop the mof, srp and regs parameters
205 pop $mof ; multiply overflow register
219 pop $mof ; multiply overflow register
293 move [$sp+PT_mof], $mof
395 push $mof
438 push $mof
541 push $mof
561 push $mof ; Push multiply overflow reg.
H A Dtraps.c28 regs->irp, regs->srp, regs->dccr, usp, regs->mof); show_registers()
H A Dprocess.c183 regs->irp, regs->srp, regs->dccr, usp, regs->mof ); show_regs()
H A Dkgdb.c221 unsigned int mof; /* 0x46 Multiply overflow register */ member in struct:register_image
968 " move $mof,[cris_reg+0x46] ; P7\n"
1061 " move $mof,[cris_reg+0x46] ; P7\n"
/linux-4.1.27/drivers/media/usb/gspca/
H A Dkinect.c400 uint8_t mof = sd->stream_flag | 2; sd_pkt_scan() local
415 else if (hdr->flag == mof) sd_pkt_scan()
/linux-4.1.27/arch/cris/arch-v32/mm/
H A Dmmu.S26 move $mof, [$sp]

Completed in 484 milliseconds