Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dfpsimd.h275 static inline int sve_max_vl(void) in sve_max_vl() function
320 static inline int sve_max_vl(void) in sve_max_vl() function
H A Dkvm_host.h711 unsigned int sve_max_vl; member
926 sve_ffr_offset((vcpu)->arch.sve_max_vl))
928 #define vcpu_sve_max_vq(vcpu) sve_vq_from_vl((vcpu)->arch.sve_max_vl)
937 if (WARN_ON(!sve_vl_valid((vcpu)->arch.sve_max_vl))) { \
/linux/arch/arm64/kernel/
H A Dsignal.c1187 int vl = max(sve_max_vl(), sme_max_vl()); in setup_sigframe_layout()