Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c185 memcpy(&hyp_vcpu->vcpu.arch.fgt, hyp_vcpu->host_vcpu->arch.fgt, in handle___pkvm_vcpu_load()
186 sizeof(hyp_vcpu->vcpu.arch.fgt)); in handle___pkvm_vcpu_load()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h888 } fgt[__NR_FGT_GROUP_IDS__]; member
1675 void compute_fgu(struct kvm *kvm, enum fgt_group_id fgt);
1721 p = &(vcpu)->arch.fgt[id].w; \
1724 p = &(vcpu)->arch.fgt[id].r; \
/linux/arch/arm64/kvm/
H A Dconfig.c1498 void compute_fgu(struct kvm *kvm, enum fgt_group_id fgt) in compute_fgu() argument
1502 switch (fgt) { in compute_fgu()
1539 kvm->arch.fgu[fgt] = val; in compute_fgu()