| /drivers/gpu/drm/nouveau/ |
| A D | nvc0_fence.c | 35 nvc0_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_emit32() argument 41 NVVAL(NV906F, SEMAPHOREA, OFFSET_UPPER, upper_32_bits(virtual)), in nvc0_fence_emit32() 43 SEMAPHOREB, lower_32_bits(virtual), in nvc0_fence_emit32() 58 nvc0_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nvc0_fence_sync32() argument 64 NVVAL(NV906F, SEMAPHOREA, OFFSET_UPPER, upper_32_bits(virtual)), in nvc0_fence_sync32() 66 SEMAPHOREB, lower_32_bits(virtual), in nvc0_fence_sync32()
|
| A D | gv100_fence.c | 16 gv100_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in gv100_fence_emit32() argument 25 PUSH_MTHD(push, NVC36F, SEM_ADDR_LO, lower_32_bits(virtual), in gv100_fence_emit32() 26 SEM_ADDR_HI, upper_32_bits(virtual), in gv100_fence_emit32() 42 gv100_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in gv100_fence_sync32() argument 51 PUSH_MTHD(push, NVC36F, SEM_ADDR_LO, lower_32_bits(virtual), in gv100_fence_sync32() 52 SEM_ADDR_HI, upper_32_bits(virtual), in gv100_fence_sync32()
|
| A D | nv84_fence.c | 36 nv84_fence_emit32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_emit32() argument 44 NVVAL(NV826F, SEMAPHOREA, OFFSET_UPPER, upper_32_bits(virtual)), in nv84_fence_emit32() 46 SEMAPHOREB, lower_32_bits(virtual), in nv84_fence_emit32() 59 nv84_fence_sync32(struct nouveau_channel *chan, u64 virtual, u32 sequence) in nv84_fence_sync32() argument 67 NVVAL(NV826F, SEMAPHOREA, OFFSET_UPPER, upper_32_bits(virtual)), in nv84_fence_sync32() 69 SEMAPHOREB, lower_32_bits(virtual), in nv84_fence_sync32()
|
| A D | nouveau_chan.c | 174 chan->chan.push.mem.object.map.ptr = chan->push.buffer->kmap.virtual; in nouveau_channel_prep() 440 (u8*)chan->push.buffer->kmap.virtual + 0x10000, 0x2000, in nouveau_channel_init() 441 chan->push.buffer->kmap.virtual, chan->push.addr, 0x10000); in nouveau_channel_init() 447 (u8*)chan->push.buffer->kmap.virtual + 0x10000, 0x2000, in nouveau_channel_init() 448 chan->push.buffer->kmap.virtual, chan->push.addr, 0x10000, in nouveau_channel_init() 449 chan->sema.bo->kmap.virtual, chan->sema.vma->addr); in nouveau_channel_init() 454 (u8*)chan->push.buffer->kmap.virtual + 0x10000, 0x2000, in nouveau_channel_init() 455 chan->push.buffer->kmap.virtual, chan->push.addr, 0x10000, in nouveau_channel_init() 456 chan->sema.bo->kmap.virtual, chan->sema.vma->addr, in nouveau_channel_init()
|
| /drivers/usb/usbip/ |
| A D | Kconfig | 25 This enables the USB/IP virtual host controller driver, 32 int "Number of ports per USB/IP virtual host controller" 37 To increase number of ports available for USB/IP virtual 39 USB/IP virtual host controller. 42 int "Number of USB/IP virtual host controllers" 47 To increase number of ports available for USB/IP virtual 49 virtual host controllers as if adding physical host 66 This enables the USB/IP virtual USB device controller
|
| /drivers/platform/goldfish/ |
| A D | Kconfig | 3 bool "Platform support for Goldfish virtual devices" 7 Say Y here to get to see options for the Goldfish virtual platform. 15 tristate "Goldfish virtual device for QEMU pipes" 17 This is a virtual device to drive the QEMU pipe interface used by
|
| /drivers/gpu/drm/ttm/ |
| A D | ttm_bo_util.c | 329 map->virtual = ioremap_wc(res, size); in ttm_bo_ioremap() 332 map->virtual = ioremap_cache(res, size); in ttm_bo_ioremap() 335 map->virtual = ioremap(res, size); in ttm_bo_ioremap() 337 return (!map->virtual) ? -ENOMEM : 0; in ttm_bo_ioremap() 371 map->virtual = kmap(map->page); in ttm_bo_kmap_ttm() 382 return (!map->virtual) ? -ENOMEM : 0; in ttm_bo_kmap_ttm() 434 map->virtual = NULL; in ttm_bo_kmap() 463 if (!map->virtual) in ttm_bo_kunmap() 467 iounmap(map->virtual); in ttm_bo_kunmap() 470 vunmap(map->virtual); in ttm_bo_kunmap() [all …]
|
| /drivers/tty/ |
| A D | Kconfig | 19 display and keyboard devices. These are called "virtual" because you 20 can run several virtual terminals (also called virtual consoles) on 22 virtual terminal can collect system messages and warnings, another 24 an X session, all in parallel. Switching between virtual terminals 28 properties (such as colors or beeping) of a virtual terminal. The 31 directly. The fonts used on virtual terminals can be changed with 35 You need at least one virtual terminal device in order to make use 50 on virtual consoles. 53 bool "Support for console on virtual terminal" if EXPERT 65 If you do say Y here, by default the currently visible virtual [all …]
|
| /drivers/ptp/ |
| A D | Kconfig | 123 tristate "KVM virtual PTP clock" 140 This driver adds support for using a virtual precision clock 141 advertised by the hypervisor. This clock is only useful in virtual 144 Unlike the KVM virtual PTP clock, the VMCLOCK device offers support 192 the system monotonic time. It can be used by virtual network device 199 tristate "VMware virtual PTP clock" 203 This driver adds support for using VMware virtual precision 204 clock device as a PTP clock. This is only useful in virtual 205 machines running on VMware virtual infrastructure.
|
| /drivers/net/hyperv/ |
| A D | Kconfig | 3 tristate "Microsoft Hyper-V virtual network driver" 8 Select this option to enable the Hyper-V virtual network driver.
|
| /drivers/gpu/drm/qxl/ |
| A D | Kconfig | 3 tristate "QXL virtual GPU" 12 QXL virtual GPU for Spice virtualization desktop integration.
|
| /drivers/md/dm-vdo/indexer/ |
| A D | index.c | 971 static int replay_chapter(struct uds_index *index, u64 virtual, bool sparse) in replay_chapter() argument 981 (unsigned long long) virtual); in replay_chapter() 986 physical_chapter = uds_map_to_physical_chapter(geometry, virtual); in replay_chapter() 988 uds_set_volume_index_open_chapter(index->volume_index, virtual); in replay_chapter() 990 result = rebuild_index_page_map(index, virtual); in replay_chapter() 1015 result = replay_record(index, &name, virtual, sparse); in replay_chapter() 1029 u64 virtual; in replay_volume() local 1050 for (virtual = from_virtual; virtual < upto_virtual; virtual++) { in replay_volume() 1053 virtual); in replay_volume() 1054 result = replay_chapter(index, virtual, will_be_sparse); in replay_volume()
|
| /drivers/misc/vmw_vmci/ |
| A D | Kconfig | 11 high-speed communication between host and guest in a virtual 12 environment via the VMCI virtual device.
|
| /drivers/tty/hvc/ |
| A D | Kconfig | 6 Generic "hypervisor virtual console" infrastructure for various 20 pSeries machines when partitioned support a hypervisor virtual 61 Xen virtual console device driver 69 Xen driver for secondary virtual consoles 126 firmware virtual consoles from one Linux partition by
|
| /drivers/md/ |
| A D | dm-bio-prison-v2.c | 91 if (lhs->virtual < rhs->virtual) in cmp_keys() 94 if (lhs->virtual > rhs->virtual) in cmp_keys()
|
| A D | dm-bio-prison-v1.c | 99 if (lhs->virtual < rhs->virtual) in cmp_keys() 102 if (lhs->virtual > rhs->virtual) in cmp_keys()
|
| /drivers/gpu/drm/vboxvideo/ |
| A D | Kconfig | 12 This is a KMS driver for the virtual Graphics Card used in 13 Virtual Box virtual machines.
|
| /drivers/nfc/ |
| A D | Kconfig | 35 This driver declares two virtual NFC devices supporting NFC-DEP 56 NCI virtual device simulates a NCI device to the user. 58 This driver supports communication between the virtual NCI device and
|
| /drivers/gpu/drm/vmwgfx/ |
| A D | Kconfig | 15 in a VMware virtual machine. 17 virtual hardware.
|
| A D | vmwgfx_cursor_plane.c | 173 if (!vbo || !vbo->map.virtual) in vmw_cursor_mob_unmap() 324 void *virtual; in vmw_kms_cursor_snoop() local 385 virtual = ttm_kmap_obj_virtual(&map, &is_iomem); in vmw_kms_cursor_snoop() 388 memcpy(srf->snooper.image, virtual, in vmw_kms_cursor_snoop() 394 virtual + i * cmd->dma.guest.pitch, in vmw_kms_cursor_snoop() 439 if (vbo->map.virtual) in vmw_cursor_mob_map()
|
| /drivers/net/ |
| A D | Kconfig | 184 This allows one to create virtual interfaces that map packets to 220 This allows one to create virtual devices off of a main interface 253 This allows one to create vxlan virtual interfaces that provide 269 This allows one to create geneve virtual interfaces that provide 296 This allows one to create gtp virtual interfaces that provide 313 This allows one to create PFCP virtual interfaces that allows to 328 virtual interfaces that provide multicast tunneling. 437 interface for a virtual interface to re-use core tap functionality. 450 Unless you have a little-endian system hosting a big-endian virtual 467 This is the virtual network driver for virtio. It can be used with [all …]
|
| /drivers/hwmon/pmbus/ |
| A D | max31785.c | 459 int virtual = MAX31785_NR_PAGES + i; in max31785_configure_dual_tach() local 461 info->pages = virtual + 1; in max31785_configure_dual_tach() 462 info->func[virtual] |= PMBUS_HAVE_FAN12; in max31785_configure_dual_tach() 463 info->func[virtual] |= PMBUS_PAGE_VIRTUAL; in max31785_configure_dual_tach()
|
| /drivers/net/mctp/ |
| A D | Kconfig | 18 provide MCTP connectivity between virtual machines, by forwarding 19 data between simple virtual serial devices.
|
| /drivers/net/can/ |
| A D | Kconfig | 17 virtual ones. If you own such devices or plan to use the virtual CAN 29 virtual local CAN interface. 37 Similar to the virtual ethernet driver veth, vxcan implements a 38 local CAN traffic tunnel between two virtual CAN network devices.
|
| /drivers/block/ |
| A D | Kconfig | 116 Unless you know that you do not need such virtual block devices say 123 Writes to the virtual block device are not immediately written to the 134 example) in your virtual machine, you will want to say Y here. If 135 you care for the safety of the data in your virtual machine, Y is a 270 Support for virtual disk devices as a client under Sun 276 tristate "Xen virtual block device support" 281 This driver implements the front-end of the Xen virtual 311 This is the virtual block driver for virtio. It can be used with
|