Home
last modified time | relevance | path

Searched refs:legacy_features (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/x86/kernel/fpu/
H A Dinit.c197 fpu_user_cfg.legacy_features = XFEATURE_MASK_FPSSE; in fpu__init_system_xstate_size_legacy()
200 fpu_user_cfg.legacy_features = XFEATURE_MASK_FP; in fpu__init_system_xstate_size_legacy()
H A Dxstate.c1765 supported = fpu_user_cfg.max_features | fpu_user_cfg.legacy_features; in fpu_xstate_prctl()
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h591 u64 legacy_features; member
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h195 uint64_t legacy_features; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c170 return (vdev->host_features & ~vdc->legacy_features) in virtio_mmio_read()
H A Dvirtio-pci.c1465 val = (vdev->host_features & ~vdc->legacy_features) >> in virtio_pci_common_read()
H A Dvirtio.c3912 vdc->legacy_features |= VIRTIO_LEGACY_FEATURES; in virtio_device_class_init()
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c1405 vdc->legacy_features = 0; in virtio_snd_class_init()
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c389 (vdev->host_features & ~vdc->legacy_features); in virtio_ccw_cb()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c3981 vdc->legacy_features |= (0x1 << VIRTIO_NET_F_GSO); in virtio_net_class_init()