qemu/linux-user/mips64
Matt Turner bc22871fc0 linux-user/mips: write the floating-point registers to a core dump
Write an NT_FPREGSET note for MIPS and MIPS64, matching the kernel's
elf_fpregset_t layout (ELF_NFPREG = 33): fpr[0..31] hold f0-f31, and
fcsr occupies the low 32 bits of slot 32.  The pad field rounds the
struct to 33 × 8 bytes = 264 bytes.

Signed-off-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Helge Deller <deller@gmx.de>
2026-08-07 18:14:13 +02:00
..
cpu_loop.c linux-user: move mips/mips64 cpu loop to mips directory 2018-04-30 09:48:07 +02:00
elfload.c linux-user/mips64: fix mipsn32 elf_core_copy_regs entry width 2026-05-24 15:07:28 +02:00
meson.build meson: linux-user 2020-08-21 06:30:38 -04:00
signal.c linux-user: move mips/mips64 signal.c parts to mips directory 2018-04-30 09:47:47 +02:00
sockbits.h linux-user: move mips socket.h definitions to mips/sockbits.h 2018-05-25 10:10:55 +02:00
syscall_n32.tbl target/ppc: Fix lxvx/stxvx facility check 2024-09-27 10:32:29 +01:00
syscall_n64.tbl target/ppc: Fix lxvx/stxvx facility check 2024-09-27 10:32:29 +01:00
syscall_nr.h linux-user/mips64: Support o32 ABI syscalls 2021-02-13 22:50:49 +01:00
syscallhdr.sh license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 2024-09-20 10:11:59 +03:00
target_cpu.h linux user: Fix Lesser GPL version number 2020-11-15 16:41:26 +01:00
target_elf.h linux-user/mips: write the floating-point registers to a core dump 2026-08-07 18:14:13 +02:00
target_errno_defs.h linux-user/mips: Move errno definitions to 'target_errno_defs.h' 2021-07-12 21:53:35 +02:00
target_fcntl.h linux-user: move generic fcntl definitions to generic/fcntl.h 2018-06-04 01:30:43 +02:00
target_mman.h linux-user: Split TARGET_MAP_* out of syscall_defs.h 2023-07-15 08:02:32 +01:00
target_prctl.h linux-user: Split out do_prctl and subroutines 2022-01-06 11:40:52 +01:00
target_proc.h linux-user: Split out cpu/target_proc.h 2023-09-01 13:33:09 -07:00
target_ptrace.h linux-user/mips: Create target_ptrace.h 2025-08-30 07:04:04 +10:00
target_resource.h linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h 2022-02-01 08:01:38 +01:00
target_signal.h linux-user: Remove TARGET_SIGSTKSZ 2022-01-06 11:40:52 +01:00
target_structs.h linux-user: create target_structs header to place ipc_perm and shmid_ds 2013-11-29 11:42:04 +02:00
target_syscall.h linux-user/mips, target/mips: honor MIPS_FIXADE for unaligned accesses 2026-05-21 08:20:58 +02:00
termbits.h linux-user: Redirect termbits.h for Mips64 to termbits.h for Mips32 2016-10-21 15:20:13 +03:00