Searched defs:prologue (Results 1 - 4 of 4) sorted by relevance

/arch/microblaze/kernel/
H A Dunwind.c129 unsigned long *prologue = NULL; local
133 prologue = find_frame_creation((unsigned long *)pc);
135 if (prologue) {
136 long frame_size = get_frame_size(*prologue);
/arch/alpha/lib/
H A Dstacktrace.c93 instr * prologue = (instr *)stacktrace; local
98 ret_pc = display_stored_regs(prologue, sp);
99 sp += stack_increment(prologue);
100 prologue = seek_prologue(ret_pc);
/arch/sh/kernel/cpu/sh5/
H A Dunwind.c30 * around the prologue of the symbol PC is in (note that we absolutely must
51 unsigned long prologue = 0; local
61 prologue = pc - offset;
62 if (!prologue)
77 for (i = 0; i < 100; i++, prologue += sizeof(unsigned long)) {
82 op = *(unsigned long *)prologue;
/arch/x86/crypto/
H A Daes-x86_64-asm_64.S51 #define prologue(FUNC,KEY,B128,B192,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11) \ define
134 prologue(FUNC,KEY,B128,B192,R2,R8,R7,R9,R1,R3,R4,R6,R10,R5,R11)

Completed in 183 milliseconds