Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h271 __sve_restore_state(vcpu_sve_pffr(vcpu), in __hyp_sve_restore_guest()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h743 #define vcpu_sve_pffr(vcpu) (kern_hyp_va((vcpu)->arch.sve_state) + \ macro