Searched refs:allowed_features (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | pkvm.c | 316 DECLARE_BITMAP(allowed_features, KVM_VCPU_MAX_FEATURES); in pkvm_init_features_from_host() 331 bitmap_zero(allowed_features, KVM_VCPU_MAX_FEATURES); in pkvm_init_features_from_host() 333 set_bit(KVM_ARM_VCPU_PSCI_0_2, allowed_features); in pkvm_init_features_from_host() 336 set_bit(KVM_ARM_VCPU_PMU_V3, allowed_features); in pkvm_init_features_from_host() 339 set_bit(KVM_ARM_VCPU_PTRAUTH_ADDRESS, allowed_features); in pkvm_init_features_from_host() 342 set_bit(KVM_ARM_VCPU_PTRAUTH_GENERIC, allowed_features); in pkvm_init_features_from_host() 345 set_bit(KVM_ARM_VCPU_SVE, allowed_features); in pkvm_init_features_from_host() 350 allowed_features, KVM_VCPU_MAX_FEATURES); in pkvm_init_features_from_host()
|
/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 4886 netdev_features_t allowed_features; in iavf_fix_netdev_vlan_features() local 4888 allowed_features = iavf_get_netdev_vlan_hw_features(adapter) | in iavf_fix_netdev_vlan_features() 4892 allowed_features, in iavf_fix_netdev_vlan_features() 4897 allowed_features, in iavf_fix_netdev_vlan_features() 4902 allowed_features, in iavf_fix_netdev_vlan_features() 4906 allowed_features, in iavf_fix_netdev_vlan_features() 4911 allowed_features, in iavf_fix_netdev_vlan_features() 4916 allowed_features, in iavf_fix_netdev_vlan_features()
|