Home
last modified time | relevance | path

Searched refs:sve_alloc (Results 1 – 2 of 2) 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 Dsignal.c445 sve_alloc(current, true); in restore_sve_fpsimd_context()