Lines Matching refs:sve_state
151 kfree(task->thread.sve_state); in __sve_free()
152 task->thread.sve_state = NULL; in __sve_free()
355 #define ZREG(sve_state, vq, n) ((char *)(sve_state) + \ argument
372 void *sst = task->thread.sve_state; in fpsimd_to_sve()
398 void const *sst = task->thread.sve_state; in sve_to_fpsimd()
434 if (task->thread.sve_state) { in sve_alloc()
435 memset(task->thread.sve_state, 0, sve_state_size(current)); in sve_alloc()
440 task->thread.sve_state = in sve_alloc()
447 BUG_ON(!task->thread.sve_state); in sve_alloc()
494 void *sst = task->thread.sve_state; in sve_sync_from_fpsimd_zeropad()
1168 char *sve_state = this_cpu_ptr(efi_sve_state); in __efi_fpsimd_begin() local
1172 sve_save_state(sve_state + sve_ffr_offset(sve_max_vl), in __efi_fpsimd_begin()
1195 char const *sve_state = this_cpu_ptr(efi_sve_state); in __efi_fpsimd_end() local
1197 sve_load_state(sve_state + sve_ffr_offset(sve_max_vl), in __efi_fpsimd_end()