Home
last modified time | relevance | path

Searched defs:sve_state (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c632 #define ZREG(sve_state, vq, n) ((char *)(sve_state) + \ argument
1644 void *sve_state = NULL; in fpsimd_flush_thread() local
1998 char *sve_state = this_cpu_ptr(efi_sve_state); in __efi_fpsimd_begin() local
2047 char const *sve_state = this_cpu_ptr(efi_sve_state); in __efi_fpsimd_end() local
/openbmc/linux/arch/arm64/kvm/
H A Dreset.c157 void *sve_state = vcpu->arch.sve_state; in kvm_arm_vcpu_destroy() local
/openbmc/linux/arch/arm64/include/asm/
H A Dfpsimd.h63 void *sve_state; member
H A Dprocessor.h163 void *sve_state; /* SVE registers, if any */ member
H A Dkvm_host.h478 void *sve_state; member