Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dfpsimd.h111 extern void sve_alloc(struct task_struct *task);
144 static inline void sve_alloc(struct task_struct *task) { } in sve_alloc() function
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dfpsimd.c510 void sve_alloc(struct task_struct *task) in sve_alloc() function
945 sve_alloc(current); in do_sve_acc()
Dsignal.c292 sve_alloc(current); in restore_sve_fpsimd_context()
Dptrace.c849 sve_alloc(target); in sve_set()