Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dfpsimd.h197 extern void sve_alloc(struct task_struct *task, bool flush);
300 static inline void sve_alloc(struct task_struct *task, bool flush) { } in sve_alloc() function
/linux/arch/arm64/kernel/
H A Dptrace.c940 sve_alloc(target, true); in sve_set_common()
969 sve_alloc(target, true); in sve_set_common()
1144 sve_alloc(target, false); in za_set()
1224 sve_alloc(target, false); in zt_set()
H A Dsignal.c445 sve_alloc(current, true); in restore_sve_fpsimd_context()