Home
last modified time | relevance | path

Searched refs:vconfig (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/samples/vfio-mdev/
H A Dmtty.c134 u8 *vconfig; member
176 STORE_LE32((u32 *) &mdev_state->vconfig[0x0], 0x32534348); in mtty_create_config_space()
179 STORE_LE16((u16 *) &mdev_state->vconfig[0x4], 0x0001); in mtty_create_config_space()
182 STORE_LE16((u16 *) &mdev_state->vconfig[0x6], 0x0200); in mtty_create_config_space()
185 mdev_state->vconfig[0x8] = 0x10; in mtty_create_config_space()
188 mdev_state->vconfig[0x9] = 0x02; in mtty_create_config_space()
191 mdev_state->vconfig[0xa] = 0x00; in mtty_create_config_space()
194 mdev_state->vconfig[0xb] = 0x07; in mtty_create_config_space()
198 STORE_LE32((u32 *) &mdev_state->vconfig[0x10], 0x000001); in mtty_create_config_space()
203 STORE_LE32((u32 *) &mdev_state->vconfig[0x14], 0x000001); in mtty_create_config_space()
[all …]
H A Dmdpy.c91 u8 *vconfig; member
114 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_VENDOR_ID], in mdpy_create_config_space()
116 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_DEVICE_ID], in mdpy_create_config_space()
118 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_SUBSYSTEM_VENDOR_ID], in mdpy_create_config_space()
120 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_SUBSYSTEM_ID], in mdpy_create_config_space()
123 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_COMMAND], in mdpy_create_config_space()
125 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_STATUS], in mdpy_create_config_space()
127 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_CLASS_DEVICE], in mdpy_create_config_space()
129 mdev_state->vconfig[PCI_CLASS_REVISION] = 0x01; in mdpy_create_config_space()
131 STORE_LE32((u32 *) &mdev_state->vconfig[PCI_BASE_ADDRESS_0], in mdpy_create_config_space()
[all …]
H A Dmbochs.c163 u8 *vconfig; member
220 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_VENDOR_ID], in mbochs_create_config_space()
222 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_DEVICE_ID], in mbochs_create_config_space()
224 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_SUBSYSTEM_VENDOR_ID], in mbochs_create_config_space()
226 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_SUBSYSTEM_ID], in mbochs_create_config_space()
229 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_COMMAND], in mbochs_create_config_space()
231 STORE_LE16((u16 *) &mdev_state->vconfig[PCI_CLASS_DEVICE], in mbochs_create_config_space()
233 mdev_state->vconfig[PCI_CLASS_REVISION] = 0x01; in mbochs_create_config_space()
235 STORE_LE32((u32 *) &mdev_state->vconfig[PCI_BASE_ADDRESS_0], in mbochs_create_config_space()
241 STORE_LE32((u32 *) &mdev_state->vconfig[PCI_BASE_ADDRESS_2], in mbochs_create_config_space()
[all …]
/OK3568_Linux_fs/kernel/drivers/vfio/pci/
H A Dvfio_pci_config.c180 memcpy(val, vdev->vconfig + pos, count); in vfio_default_config_read()
217 memcpy(&virt_val, vdev->vconfig + pos, count); in vfio_default_config_write()
222 memcpy(vdev->vconfig + pos, &virt_val, count); in vfio_default_config_write()
259 memcpy(val, vdev->vconfig + pos, count); in vfio_direct_config_read()
262 memcpy(val, vdev->vconfig + pos, in vfio_direct_config_read()
265 memcpy(val, vdev->vconfig + pos, 1); in vfio_direct_config_read()
303 memcpy(vdev->vconfig + pos, &val, count); in vfio_virt_config_write()
311 memcpy(val, vdev->vconfig + pos, count); in vfio_virt_config_read()
402 u16 cmd = le16_to_cpu(*(__le16 *)&vdev->vconfig[PCI_COMMAND]); in __vfio_pci_memory_enabled()
473 vbar = (__le32 *)&vdev->vconfig[PCI_BASE_ADDRESS_0]; in vfio_bar_fixup()
[all …]
H A Dvfio_pci_private.h107 u8 *vconfig; member
H A Dvfio_pci_igd.c57 __le32 *dwordp = (__le32 *)(vdev->vconfig + OPREGION_PCI_ADDR); in vfio_pci_igd_opregion_init()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan-1.9/
H A D0001-Add-printf-format-and-silence-format-security-warnin.patch8 vconfig.c:66:4: error: format not a string literal and no format arguments [-Werror=format-security]
16 vconfig.c | 2 +-
19 diff --git a/vconfig.c b/vconfig.c
21 --- a/vconfig.c
22 +++ b/vconfig.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vlan/
H A Dvlan_1.9.bb1 SUMMARY = "VLAN provides vconfig utility"
5 LIC_FILES_CHKSUM = "file://vconfig.c;beginline=1;endline=19;md5=094ca47de36c20c598b15b32c270ce0a"
36 install -m 0755 ${S}/vconfig ${D}/${base_sbindir}/
40 ALTERNATIVE:${PN} = "vconfig"
41 ALTERNATIVE_LINK_NAME[vconfig] = "${base_sbindir}/vconfig"
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh459 vconfig rem $swp1.10 &> /dev/null
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst34 map has to be created with ip or vconfig tool
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...