Searched refs:allowed_features (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/arm64/kvm/hyp/nvhe/ |
| H A D | pkvm.c | 325 DECLARE_BITMAP(allowed_features, KVM_VCPU_MAX_FEATURES); in pkvm_init_features_from_host() 347 bitmap_zero(allowed_features, KVM_VCPU_MAX_FEATURES); in pkvm_init_features_from_host() 349 set_bit(KVM_ARM_VCPU_PSCI_0_2, allowed_features); in pkvm_init_features_from_host() 352 set_bit(KVM_ARM_VCPU_PMU_V3, allowed_features); in pkvm_init_features_from_host() 355 set_bit(KVM_ARM_VCPU_PTRAUTH_ADDRESS, allowed_features); in pkvm_init_features_from_host() 358 set_bit(KVM_ARM_VCPU_PTRAUTH_GENERIC, allowed_features); in pkvm_init_features_from_host() 361 set_bit(KVM_ARM_VCPU_SVE, allowed_features); in pkvm_init_features_from_host() 366 allowed_features, KVM_VCPU_MAX_FEATURES); in pkvm_init_features_from_host()
|
| /linux-6.15/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_main.c | 5066 netdev_features_t allowed_features; in iavf_fix_netdev_vlan_features() local 5068 allowed_features = iavf_get_netdev_vlan_hw_features(adapter) | in iavf_fix_netdev_vlan_features() 5072 allowed_features, in iavf_fix_netdev_vlan_features() 5077 allowed_features, in iavf_fix_netdev_vlan_features() 5082 allowed_features, in iavf_fix_netdev_vlan_features() 5086 allowed_features, in iavf_fix_netdev_vlan_features() 5091 allowed_features, in iavf_fix_netdev_vlan_features() 5096 allowed_features, in iavf_fix_netdev_vlan_features()
|