Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/boot/
Doflib.c23 struct prom_args { struct
48 struct prom_args args; in of_call_prom() argument
73 struct prom_args args; in of_call_prom_ret()
/linux-4.4.14/arch/sparc/prom/
Dcif.S22 mov %i0, %o0 ! prom_args
/linux-4.4.14/arch/powerpc/kernel/
Dprom_init.c108 struct prom_args { struct
136 extern int enter_prom(struct prom_args *args, unsigned long entry);
138 static inline int enter_prom(struct prom_args *args, unsigned long entry) in enter_prom()
140 return ((int (*)(struct prom_args *))entry)(args); in enter_prom()
220 struct prom_args args; in call_prom()
245 struct prom_args args; in call_prom_ret()