Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kernel/
H A Dfpsimd.c183 static void __percpu *efi_sve_state; variable
188 extern void __percpu *efi_sve_state;
1152 efi_sve_state = __alloc_percpu( in sve_efi_setup()
1154 if (!efi_sve_state) in sve_efi_setup()
1969 * If !efi_sve_state, SVE can't be in use yet and doesn't need
1972 if (system_supports_sve() && likely(efi_sve_state)) {
1973 char *sve_state = this_cpu_ptr(efi_sve_state);
2022 char const *sve_state = this_cpu_ptr(efi_sve_state); in __efi_fpsimd_begin()