Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpkvm.c334 DECLARE_BITMAP(allowed_features, KVM_VCPU_MAX_FEATURES); in pkvm_init_features_from_host()
360 bitmap_zero(allowed_features, KVM_VCPU_MAX_FEATURES); in pkvm_init_features_from_host()
362 set_bit(KVM_ARM_VCPU_PSCI_0_2, allowed_features); in pkvm_init_features_from_host()
365 set_bit(KVM_ARM_VCPU_PMU_V3, allowed_features); in pkvm_init_features_from_host()
368 set_bit(KVM_ARM_VCPU_PTRAUTH_ADDRESS, allowed_features); in pkvm_init_features_from_host()
371 set_bit(KVM_ARM_VCPU_PTRAUTH_GENERIC, allowed_features); in pkvm_init_features_from_host()
374 set_bit(KVM_ARM_VCPU_SVE, allowed_features); in pkvm_init_features_from_host()
379 allowed_features, KVM_VCPU_MAX_FEATURES); in pkvm_init_features_from_host()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c4926 netdev_features_t allowed_features; in iavf_fix_netdev_vlan_features()
4928 allowed_features = iavf_get_netdev_vlan_hw_features(adapter) | in iavf_fix_netdev_vlan_features()
4932 allowed_features, in iavf_fix_netdev_vlan_features()
4937 allowed_features, in iavf_fix_netdev_vlan_features()
4942 allowed_features, in iavf_fix_netdev_vlan_features()
4946 allowed_features, in iavf_fix_netdev_vlan_features()
4951 allowed_features, in iavf_fix_netdev_vlan_features()
4956 allowed_features, in iavf_fix_netdev_vlan_features()
4923 netdev_features_t allowed_features; iavf_fix_netdev_vlan_features() local