Home
last modified time | relevance | path

Searched refs:prom_args (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Doflib.c19 struct prom_args { struct
44 struct prom_args args; in of_call_prom()
69 struct prom_args args; in of_call_prom_ret()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Doflib.c19 struct prom_args { struct
44 struct prom_args args; in of_call_prom()
69 struct prom_args args; in of_call_prom_ret()
/kernel/linux/linux-5.10/arch/sparc/prom/
H A Dcif.S23 mov %i0, %o0 ! prom_args
/kernel/linux/linux-6.6/arch/sparc/prom/
H A Dcif.S23 mov %i0, %o0 ! prom_args
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c110 struct prom_args { struct
138 extern int enter_prom(struct prom_args *args, unsigned long entry);
140 static inline int enter_prom(struct prom_args *args, unsigned long entry) in enter_prom()
142 return ((int (*)(struct prom_args *))entry)(args); in enter_prom()
373 struct prom_args args; in call_prom()
398 struct prom_args args; in call_prom_ret()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A 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()
390 struct prom_args args; in call_prom()
415 struct prom_args args; in call_prom_ret()

Completed in 10 milliseconds