Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_hyp.h93 void __sve_save_state(void *sve_pffr, u32 *fpsr);
94 void __sve_restore_state(void *sve_pffr, u32 *fpsr);
H A Dfpsimd.h64 static inline void *sve_pffr(struct thread_struct *thread) in sve_pffr() function
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h215 __sve_save_state(sve_pffr(thread), &vcpu->arch.host_fpsimd_state->fpsr); in __hyp_sve_save_host()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dfpsimd.c289 sve_load_state(sve_pffr(&current->thread), in task_fpsimd_load()