Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/include/asm/
Dfpsimd.h359 extern void sme_alloc(struct task_struct *task, bool flush);
392 static inline void sme_alloc(struct task_struct *task, bool flush) { } in sme_alloc() function
/linux-6.6.21/arch/arm64/kernel/
Dfpsimd.c1281 void sme_alloc(struct task_struct *task, bool flush) in sme_alloc() function
1522 sme_alloc(current, true); in do_sme_acc()
Dptrace.c889 sme_alloc(target, false); in sve_set_common()
1114 sme_alloc(target, !thread_za_enabled(&target->thread)); in za_set()
1188 sme_alloc(target, true); in zt_set()
Dsignal.c478 sme_alloc(current, true); in restore_za_context()