Searched refs:sve_alloc (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| H A D | fpsimd.h | 201 extern void sve_alloc(struct task_struct *task, bool flush); 317 static inline void sve_alloc(struct task_struct *task, bool flush) { } in sve_alloc() function
|
| /linux/arch/arm64/kernel/ |
| H A D | fpsimd.c | 749 void sve_alloc(struct task_struct *task, bool flush) in sve_alloc() function 1338 sve_alloc(current, true); in do_sve_acc() 1389 sve_alloc(current, false); in do_sme_acc()
|
| H A D | ptrace.c | 958 sve_alloc(target, true); in sve_set_common() 1165 sve_alloc(target, false); in za_set() 1245 sve_alloc(target, false); in zt_set()
|
| H A D | signal.c | 458 sve_alloc(current, true); in restore_sve_fpsimd_context() 589 sve_alloc(current, false); in restore_za_context()
|