Searched refs:PT_D0 (Results 1 – 10 of 10) sorted by relevance
/arch/m68knommu/platform/68360/ |
D | entry.S | 38 movel #-ENOSYS,%sp@(PT_D0) 42 movel #-ENOSYS,%sp@(PT_D0) /* needed for strace*/ 56 1: movel %d0,%sp@(PT_D0) /* save the return value */ 82 movel %d0,%sp@(PT_D0) /* save the return value*/
|
/arch/m68knommu/platform/68328/ |
D | entry.S | 42 movel #-ENOSYS,%sp@(PT_D0) 46 movel #-ENOSYS,%sp@(PT_D0) /* needed for strace*/ 60 1: movel %d0,%sp@(PT_D0) /* save the return value */ 91 movel %d0,%sp@(PT_D0) /* save the return value*/
|
/arch/m68knommu/platform/coldfire/ |
D | entry.S | 84 movel %d0,%sp@(PT_D0) /* save the return value */ 88 movel %d2,PT_D0(%sp) /* on syscall entry */ 96 movel %d0,%sp@(PT_D0) /* save the return value */
|
/arch/m68k/include/asm/ |
D | ptrace.h | 18 #define PT_D0 14 macro
|
D | math-emu.h | 148 #define FPS_DO (PT_D0)
|
/arch/m68k/math-emu/ |
D | fp_entry.S | 125 move.l (PT_D0+8,%sp),%d0 176 move.l %d0,(PT_D0+8,%sp)
|
/arch/m68knommu/kernel/ |
D | asm-offsets.c | 51 DEFINE(PT_D0, offsetof(struct pt_regs, d0)); in main()
|
/arch/m68k/kernel/ |
D | entry.S | 80 movel #-ENOSYS,%sp@(PT_D0) | needed for strace 90 movel #-ENOSYS,%sp@(PT_D0) 130 movel %d0,%sp@(PT_D0) | save the return value
|
D | asm-offsets.c | 47 DEFINE(PT_D0, offsetof(struct pt_regs, d0)); in main()
|
/arch/mn10300/kernel/ |
D | ptrace.c | 55 [PT_D0 << 2] = REG_D0,
|