Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/lib/
H A Dcallback_srm.S35 .globl srm_fixup
36 .ent srm_fixup
37 srm_fixup: label
49 jmp ($3) # Return directly to caller of srm_fixup.
50 .end srm_fixup
70 .globl srm_fixup
71 .ent srm_fixup
72 srm_fixup: label
75 .end srm_fixup
/openbmc/linux/arch/alpha/include/asm/
H A Dconsole.h19 extern int srm_fixup(unsigned long new_callback_addr,
/openbmc/linux/arch/alpha/mm/
H A Dinit.c158 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) in callback_init()