Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/include/asm/
Dfpsimd.h156 extern void sve_alloc(struct task_struct *task, bool flush);
259 static inline void sve_alloc(struct task_struct *task, bool flush) { } in sve_alloc() function
/Linux-v6.1/arch/arm64/kernel/
Dfpsimd.c718 void sve_alloc(struct task_struct *task, bool flush) in sve_alloc() function
1393 sve_alloc(current, true); in do_sve_acc()
1444 sve_alloc(current, false); in do_sme_acc()
Dptrace.c900 sve_alloc(target, true); in sve_set_common()
930 sve_alloc(target, true); in sve_set_common()
1100 sve_alloc(target, false); in za_set()
Dsignal.c313 sve_alloc(current, true); in restore_sve_fpsimd_context()