Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/vof/
H A Dci.c3 struct prom_args { struct
14 static int prom_handle(struct prom_args *pargs) in prom_handle() argument
54 struct prom_args args; in call_ci()
/openbmc/linux/arch/powerpc/boot/
H A Doflib.c19 struct prom_args { struct
44 struct prom_args args; in of_call_prom() argument
69 struct prom_args args; in of_call_prom_ret()
/openbmc/linux/arch/sparc/prom/
H A Dcif.S23 mov %i0, %o0 ! prom_args
/openbmc/qemu/hw/ppc/
H A Dvof.c933 struct prom_args { struct
943 struct prom_args args_be; in vof_client_call() argument
985 if (VOF_MEM_WRITE(args_real + offsetof(struct prom_args, args[nargs]), in vof_client_call()
/openbmc/linux/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()