Searched refs:NT_ARM_SVE (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/arch/arm64/ |
H A D | sve.rst | 70 NT_ARM_SVE regset. The recommended way of detecting support for this regset 72 ptrace(PTRACE_GETREGSET, pid, NT_ARM_SVE, &iov). Note that when SME is 74 will be read via NT_ARM_SVE and NT_ARM_SVE writes will exit streaming mode 294 * New regsets NT_ARM_SVE and NT_ARM_SSVE are defined for use with 296 streaming mode SVE registers and NT_ARM_SVE describes the 406 * Any SETREGSET of NT_ARM_SVE will exit streaming mode if the target was in 416 * NT_ARM_SVE and NT_ARM_SSVE notes will be added to each coredump for
|
H A D | sme.rst | 61 NT_ARM_SVE, NT_ARM_SSVE, NT_ARM_ZA and NT_ARM_ZT regsets. The recommended
|
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 25 #ifndef NT_ARM_SVE 26 #define NT_ARM_SVE 0x405 macro 56 .regset = NT_ARM_SVE,
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 434 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension registers */ macro
|
/openbmc/qemu/target/arm/ |
H A D | arch_dump.c | 199 aarch64_note_init(note, s, "LINUX", 6, NT_ARM_SVE, sve_size_vq(vq)); in aarch64_write_elf64_sve()
|
/openbmc/qemu/include/ |
H A D | elf.h | 1700 #define NT_ARM_SVE 0x405 /* ARM Scalable Vector Extension regs */ macro
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | ptrace.c | 1502 .core_note_type = NT_ARM_SVE,
|