Home
last modified time | relevance | path

Searched refs:user_sve_header (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c111 static struct user_sve_header *get_sve(pid_t pid, const struct vec_type *type, in get_sve()
114 struct user_sve_header *sve; in get_sve()
150 const struct user_sve_header *sve) in set_sve()
162 struct user_sve_header sve; in ptrace_set_get_inherit()
163 struct user_sve_header *new_sve = NULL; in ptrace_set_get_inherit()
217 struct user_sve_header sve; in ptrace_set_get_vl()
218 struct user_sve_header *new_sve = NULL; in ptrace_set_get_vl()
274 struct user_sve_header *sve; in ptrace_sve_fpsimd()
332 struct user_sve_header *write_sve; in ptrace_set_sve_get_sve_data()
333 struct user_sve_header *read_sve; in ptrace_set_sve_get_sve_data()
[all …]
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h114 struct user_sve_header { struct
149 ((sizeof(struct user_sve_header) + (__SVE_VQ_BYTES - 1)) \
/openbmc/linux/Documentation/arch/arm64/
H A Dsve.rst82 (struct user_sve_header) and associated data.
305 The regset data starts with struct user_sve_header, containing:
341 SVE_PT_FPSIMD_OFFSET from the start of user_sve_header.
356 SVE_PT_SVE_OFFSET from the start of user_sve_header, and with
386 NT_REG_SVE will return only the user_sve_header with no register data,
/openbmc/linux/arch/arm64/kernel/
H A Dptrace.c725 static void sve_init_header_from_task(struct user_sve_header *header, in sve_init_header_from_task()
773 static unsigned int sve_size_from_header(struct user_sve_header const *header) in sve_size_from_header()
783 struct user_sve_header header; in sve_get_common()
847 struct user_sve_header header; in sve_set_common()