Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Darch_dump.c123 } x86_elf_prstatus; typedef
125 static void x86_fill_elf_prstatus(x86_elf_prstatus *prstatus, CPUX86State *env, in x86_fill_elf_prstatus()
128 memset(prstatus, 0, sizeof(x86_elf_prstatus)); in x86_fill_elf_prstatus()
153 x86_elf_prstatus prstatus; in x86_write_elf64_note()
161 descsz = sizeof(x86_elf_prstatus); in x86_write_elf64_note()
207 x86_elf_prstatus prstatus; in x86_cpu_write_elf32_note()
215 descsz = sizeof(x86_elf_prstatus); in x86_cpu_write_elf32_note()
448 elf_desc_size = sizeof(x86_elf_prstatus); in cpu_get_note_size()