Lines Matching refs:sve_state
497 sve_save_state((char *)last->sve_state + in fpsimd_save_user_state()
610 #define ZREG(sve_state, vq, n) ((char *)(sve_state) + \ argument
657 void *sst = task->thread.sve_state; in fpsimd_to_sve()
681 void const *sst = task->thread.sve_state; in sve_to_fpsimd()
710 kfree(task->thread.sve_state); in __sve_free()
711 task->thread.sve_state = NULL; in __sve_free()
749 if (task->thread.sve_state) { in sve_alloc()
751 memset(task->thread.sve_state, 0, in sve_alloc()
757 task->thread.sve_state = in sve_alloc()
819 void *sst = task->thread.sve_state; in sve_sync_from_fpsimd_zeropad()
1394 if (!current->thread.sve_state) { in do_sve_acc()
1446 if (!current->thread.sve_state || !current->thread.sme_state) { in do_sme_acc()
1631 void *sve_state = NULL; in fpsimd_flush_thread() local
1647 sve_state = current->thread.sve_state; in fpsimd_flush_thread()
1648 current->thread.sve_state = NULL; in fpsimd_flush_thread()
1667 kfree(sve_state); in fpsimd_flush_thread()
1733 last->sve_state = current->thread.sve_state; in fpsimd_bind_task_to_cpu()
2013 char *sve_state = this_cpu_ptr(efi_sve_state); in __efi_fpsimd_begin() local
2033 sve_save_state(sve_state + sve_ffr_offset(sve_max_vl()), in __efi_fpsimd_begin()
2062 char const *sve_state = this_cpu_ptr(efi_sve_state); in __efi_fpsimd_end() local
2085 sve_load_state(sve_state + sve_ffr_offset(sve_max_vl()), in __efi_fpsimd_end()