Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dfpsimd.h111 extern void sve_alloc(struct task_struct *task);
153 static inline void sve_alloc(struct task_struct *task) { } in sve_alloc() function
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dfpsimd.c510 void sve_alloc(struct task_struct *task) in sve_alloc() function
945 sve_alloc(current); in do_sve_acc()
H A Dsignal.c292 sve_alloc(current); in restore_sve_fpsimd_context()
H A Dptrace.c846 sve_alloc(target); in sve_set()