Home
last modified time | relevance | path

Searched refs:sme_alloc (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dfpsimd.h405 extern void sme_alloc(struct task_struct *task, bool flush);
440 static inline void sme_alloc(struct task_struct *task, bool flush) { } in sme_alloc() function
/linux/arch/arm64/kernel/
H A Dfpsimd.c1202 void sme_alloc(struct task_struct *task, bool flush) in sme_alloc() function
1415 sme_alloc(current, true); in do_sme_acc()