Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/include/asm/
Dfpsimd.h173 extern void sve_alloc(struct task_struct *task, bool flush);
276 static inline void sve_alloc(struct task_struct *task, bool flush) { } in sve_alloc() function
/linux-6.6.21/arch/arm64/kernel/
Dfpsimd.c763 void sve_alloc(struct task_struct *task, bool flush) in sve_alloc() function
931 sve_alloc(task, true); in vec_set_vector_length()
1470 sve_alloc(current, true); in do_sve_acc()
1521 sve_alloc(current, false); in do_sme_acc()
Dptrace.c903 sve_alloc(target, true); in sve_set_common()
932 sve_alloc(target, true); in sve_set_common()
1103 sve_alloc(target, false); in za_set()
1183 sve_alloc(target, false); in zt_set()
Dsignal.c330 sve_alloc(current, true); in restore_sve_fpsimd_context()