Searched refs:virtio_pci_cap (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/virtio/ |
D | virtio_pci_modern.c | 78 pci_read_config_byte(dev, off + offsetof(struct virtio_pci_cap, in map_capability() 81 pci_read_config_dword(dev, off + offsetof(struct virtio_pci_cap, offset), in map_capability() 83 pci_read_config_dword(dev, off + offsetof(struct virtio_pci_cap, length), in map_capability() 515 pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_cap, in virtio_pci_find_capability() 518 pci_read_config_byte(dev, pos + offsetof(struct virtio_pci_cap, in virtio_pci_find_capability() 540 offsetof(struct virtio_pci_cap, cap_vndr)); in check_offsets() 542 offsetof(struct virtio_pci_cap, cap_next)); in check_offsets() 544 offsetof(struct virtio_pci_cap, cap_len)); in check_offsets() 546 offsetof(struct virtio_pci_cap, cfg_type)); in check_offsets() 548 offsetof(struct virtio_pci_cap, bar)); in check_offsets() [all …]
|
/linux-4.1.27/include/uapi/linux/ |
D | virtio_pci.h | 118 struct virtio_pci_cap { struct 130 struct virtio_pci_cap cap; argument
|
/linux-4.1.27/arch/x86/lguest/ |
D | boot.c | 1216 cfg_offset + offsetof(struct virtio_pci_cap, bar), in set_cfg_window() 1219 cfg_offset + offsetof(struct virtio_pci_cap, length), in set_cfg_window() 1222 cfg_offset + offsetof(struct virtio_pci_cap, offset), in set_cfg_window() 1235 cfg_offset + sizeof(struct virtio_pci_cap), val); in write_bar_via_cfg() 1269 cap + offsetof(struct virtio_pci_cap, cfg_type)); in probe_pci_console() 1271 cap + offsetof(struct virtio_pci_cap, bar)); in probe_pci_console() 1273 cap + offsetof(struct virtio_pci_cap, offset)); in probe_pci_console() 1275 cap + offsetof(struct virtio_pci_cap, length)); in probe_pci_console()
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 129 struct virtio_pci_cap cap; 156 struct virtio_pci_cap common; 158 struct virtio_pci_cap isr; 159 struct virtio_pci_cap device; 2460 static void init_cap(struct virtio_pci_cap *cap, size_t caplen, int type, in init_cap()
|