Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/uapi/asm/
Dptrace.h167 #define SVE_PT_FPSIMD_OFFSET SVE_PT_REGS_OFFSET macro
248 SVE_PT_FPSIMD_OFFSET + SVE_PT_FPSIMD_SIZE(vq, flags) \
/linux-6.12.1/tools/testing/selftests/arm64/fp/
Dsve-ptrace.c294 SVE_PT_FPSIMD_OFFSET); in ptrace_sve_fpsimd()
563 ret = memcmp(&write_fpsimd, read_buf + SVE_PT_FPSIMD_OFFSET, in ptrace_set_fpsimd_get_sve_data()
Dfp-ptrace.c420 fpsimd = iov.iov_base + SVE_PT_FPSIMD_OFFSET; in check_ptrace_values_sve()
496 fpsimd = iov.iov_base + SVE_PT_FPSIMD_OFFSET; in check_ptrace_values_ssve()
/linux-6.12.1/arch/arm64/kernel/
Dptrace.c829 BUILD_BUG_ON(SVE_PT_FPSIMD_OFFSET != sizeof(header)); in sve_get_common()
938 BUILD_BUG_ON(SVE_PT_FPSIMD_OFFSET != sizeof(header)); in sve_set_common()
941 SVE_PT_FPSIMD_OFFSET); in sve_set_common()
/linux-6.12.1/Documentation/arch/arm64/
Dsve.rst336 SVE_PT_FPSIMD_OFFSET from the start of user_sve_header.