Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 4 of 4) sorted by relevance

/kvmtool/x86/include/kvm/
H A Dcpufeature.h19 #define cpu_feature_disable(reg, feature) \ argument
21 #define cpu_feature_enable(reg, feature) \ argument
/kvmtool/arm/aarch64/
H A Dkvm-cpu.c183 int feature = KVM_ARM_VCPU_SVE; in vcpu_configure_sve() local
/kvmtool/x86/
H A Dkvm.c51 int feature; in kvm__arch_cpu_supports_vm() local
/kvmtool/virtio/
H A Dnet.c76 static bool has_virtio_feature(struct net_dev *ndev, u32 feature) in has_virtio_feature()