Searched refs:SVE_PT_FPSIMD_OFFSET (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/ |
H A D | ptrace.h | 160 * The payload starts at offset SVE_PT_FPSIMD_OFFSET, and is of type 167 #define SVE_PT_FPSIMD_OFFSET SVE_PT_REGS_OFFSET macro 246 : SVE_PT_FPSIMD_OFFSET + SVE_PT_FPSIMD_SIZE(vq, flags))
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/ |
H A D | ptrace.h | 74 #define SVE_PT_FPSIMD_OFFSET SVE_PT_REGS_OFFSET macro 112 : SVE_PT_FPSIMD_OFFSET + SVE_PT_FPSIMD_SIZE(vq, flags))
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/ |
H A D | ptrace.h | 96 #define SVE_PT_FPSIMD_OFFSET SVE_PT_REGS_OFFSET macro 114 #define SVE_PT_SIZE(vq,flags) (((flags) & SVE_PT_REGS_MASK) == SVE_PT_REGS_SVE ? SVE_PT_SVE_OFFSET + SVE_PT_SVE_SIZE(vq, flags) : SVE_PT_FPSIMD_OFFSET + SVE_PT_FPSIMD_SIZE(vq, flags))
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/ |
H A D | ptrace.h | 96 #define SVE_PT_FPSIMD_OFFSET SVE_PT_REGS_OFFSET macro 114 #define SVE_PT_SIZE(vq,flags) (((flags) & SVE_PT_REGS_MASK) == SVE_PT_REGS_SVE ? SVE_PT_SVE_OFFSET + SVE_PT_SVE_SIZE(vq, flags) : SVE_PT_FPSIMD_OFFSET + SVE_PT_FPSIMD_SIZE(vq, flags))
|
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/ |
H A D | ptrace.h | 160 * The payload starts at offset SVE_PT_FPSIMD_OFFSET, and is of type 167 #define SVE_PT_FPSIMD_OFFSET SVE_PT_REGS_OFFSET macro 248 SVE_PT_FPSIMD_OFFSET + SVE_PT_FPSIMD_SIZE(vq, flags) \
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 294 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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/ |
H A D | sve-ptrace.c | 225 SVE_PT_FPSIMD_OFFSET); in do_parent()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | ptrace.c | 766 BUILD_BUG_ON(SVE_PT_FPSIMD_OFFSET != sizeof(header)); in sve_get() 829 BUILD_BUG_ON(SVE_PT_FPSIMD_OFFSET != sizeof(header)); in sve_set() 832 SVE_PT_FPSIMD_OFFSET); in sve_set()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | ptrace.c | 799 BUILD_BUG_ON(SVE_PT_FPSIMD_OFFSET != sizeof(header)); in sve_get_common() 908 BUILD_BUG_ON(SVE_PT_FPSIMD_OFFSET != sizeof(header)); in sve_set_common() 911 SVE_PT_FPSIMD_OFFSET); in sve_set_common()
|
Completed in 9 milliseconds