Home
last modified time | relevance | path

Searched refs:SVE_PT_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c280 svebuf = malloc(SVE_PT_SIZE(0, SVE_PT_REGS_FPSIMD)); in ptrace_sve_fpsimd()
286 memset(svebuf, 0, SVE_PT_SIZE(0, SVE_PT_REGS_FPSIMD)); in ptrace_sve_fpsimd()
289 sve->size = SVE_PT_SIZE(0, SVE_PT_REGS_FPSIMD); in ptrace_sve_fpsimd()
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h244 #define SVE_PT_SIZE(vq, flags) \ macro
/openbmc/linux/arch/arm64/kernel/
H A Dptrace.c768 header->size = SVE_PT_SIZE(vq, header->flags); in sve_init_header_from_task()
769 header->max_size = SVE_PT_SIZE(sve_vq_from_vl(header->max_vl), in sve_init_header_from_task()
1499 .n = DIV_ROUND_UP(SVE_PT_SIZE(ARCH_SVE_VQ_MAX,
1511 .n = DIV_ROUND_UP(SVE_PT_SIZE(SME_VQ_MAX, SVE_PT_REGS_SVE),