Home
last modified time | relevance | path

Searched refs:srm_fixup (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/alpha/lib/
Dcallback_srm.S33 .globl srm_fixup
34 .ent srm_fixup
35 srm_fixup: label
47 jmp ($3) # Return directly to caller of srm_fixup.
48 .end srm_fixup
68 .globl srm_fixup
69 .ent srm_fixup
70 srm_fixup: label
73 .end srm_fixup
/linux-2.6.39/arch/alpha/include/asm/
Dconsole.h62 extern int srm_fixup(unsigned long new_callback_addr,
/linux-2.6.39/arch/alpha/mm/
Dinit.c157 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) in callback_init()