Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Darch_dump.c99 typedef struct NoteFuncArg { struct
102 } NoteFuncArg; argument
104 static void ppc_write_elf_prstatus(NoteFuncArg *arg, PowerPCCPU *cpu, int id) in ppc_write_elf_prstatus()
136 static void ppc_write_elf_fpregset(NoteFuncArg *arg, PowerPCCPU *cpu, int id) in ppc_write_elf_fpregset()
155 static void ppc_write_elf_vmxregset(NoteFuncArg *arg, PowerPCCPU *cpu, int id) in ppc_write_elf_vmxregset()
187 static void ppc_write_elf_vsxregset(NoteFuncArg *arg, PowerPCCPU *cpu, int id) in ppc_write_elf_vsxregset()
204 static void ppc_write_elf_speregset(NoteFuncArg *arg, PowerPCCPU *cpu, int id) in ppc_write_elf_speregset()
220 void (*note_contents_func)(NoteFuncArg *arg, PowerPCCPU *cpu, int id);
281 NoteFuncArg arg = { .state = s }; in ppc_write_all_elf_notes()