Lines Matching +full:9 +full:a
3 * Signal trampolines for 32 bits processes in a ppc64 kernel for
16 /* The nop here is a hack. The dwarf2 unwind routines subtract 1 from
18 call instruction. Since we don't have a call here, we artificially
19 extend the range covered by the unwind info by adding a nop before
37 .section .eh_frame,"a",@progbits
39 /* Register r1 can be found at offset 4 of a pt_regs structure.
40 A pointer to the pt_regs is stored in memory at the old sp plus PTREGS. */
43 .uleb128 9f - 1f; /* length */ \
49 9:
51 /* Register REGNO can be found at offset OFS of a pt_regs structure.
52 A pointer to the pt_regs is stored in memory at the old sp plus PTREGS. */
56 .uleb128 9f - 1f; /* length */ \
63 9:
72 .uleb128 9f - 1f; /* length */ \
95 9:
102 .uleb128 9f - 1f; /* length */ \
105 .byte 0x2f; .short 2b - 9f; /* DW_OP_skip */ \
106 9:
113 .uleb128 9f - 1f; /* length */ \
116 .byte 0x2f; .short 3b - 9f; /* DW_OP_skip */ \
117 9:
123 .uleb128 9f - 1f; /* length */ \
129 9:
151 rsave ( 9, 9*RSIZE); \
189 rsave (41, 48*RSIZE + 9*8); \
225 vsave_msr1 ( 9); \
281 /* We have a different stack layout for rt_sigreturn. */