Searched refs:aarch64_note_init (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | arch_dump.c | 94 static void aarch64_note_init(struct aarch64_note *note, DumpState *s, in aarch64_note_init() function 114 aarch64_note_init(¬e, s, "CORE", 5, NT_PRFPREG, sizeof(note.vfp)); in aarch64_write_elf64_prfpreg() 199 aarch64_note_init(note, s, "LINUX", 6, NT_ARM_SVE, sve_size_vq(vq)); in aarch64_write_elf64_sve() 244 aarch64_note_init(¬e, s, "CORE", 5, NT_PRSTATUS, sizeof(note.prstatus)); in arm_cpu_write_elf64_note()
|