Home
last modified time | relevance | path

Searched refs:SVE_PT_REGS_FPSIMD (Results 1 – 2 of 2) sorted by relevance

/arch/arm64/include/uapi/asm/
Dptrace.h126 #define SVE_PT_REGS_FPSIMD 0 macro
247 : ((((flags) & SVE_PT_REGS_MASK) == SVE_PT_REGS_FPSIMD ? \
/arch/arm64/kernel/
Dptrace.c752 header->flags |= SVE_PT_REGS_FPSIMD; in sve_init_header_from_task()
794 case SVE_PT_REGS_FPSIMD: in sve_get_common()
892 if ((header.flags & SVE_PT_REGS_MASK) == SVE_PT_REGS_FPSIMD) { in sve_set_common()