Home
last modified time | relevance | path

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

/linux/arch/riscv/kvm/
H A Dvcpu_sbi_fwft.c272 struct kvm_sbi_fwft_config *tconf; in kvm_fwft_get_feature() local
274 tconf = kvm_sbi_fwft_get_config(vcpu, feature); in kvm_fwft_get_feature()
275 if (!tconf) { in kvm_fwft_get_feature()
282 if (!tconf->supported || !tconf->enabled) in kvm_fwft_get_feature()
285 *conf = tconf; in kvm_fwft_get_feature()