Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dkvm_host.h1126 #define sve_state_size_from_vl(sve_max_vl) ({ \ macro
1140 #define vcpu_sve_state_size(vcpu) sve_state_size_from_vl((vcpu)->arch.sve_max_vl)
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpkvm.c463 sve_state_size = sve_state_size_from_vl(sve_max_vl); in pkvm_vcpu_init_sve()