| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-passthrough.rst | 10 FUSE (Filesystem in Userspace) passthrough is a feature designed to improve the 25 Currently, passthrough is supported for operations like ``read(2)``/``write(2)`` 31 To use FUSE passthrough: 47 when it's no longer needed for passthrough setups. 52 Setting up passthrough functionality currently requires the FUSE daemon to 61 The core mechanism for passthrough involves the FUSE daemon opening a file 71 an open FUSE file in passthrough mode). 102 filesystem stacking scenarios if unprivileged users could set up passthrough. 103 A FUSE passthrough filesystem might use a backing file that resides: 114 To mitigate this, FUSE passthrough already incorporates checks based on
|
| H A D | index.rst | 14 fuse-passthrough
|
| /linux/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-g-mode.rst | 61 by the follower. The follower can enable the passthrough mode. In that 65 the passthrough mode. See :ref:`cec-core-processing` for details. 149 CEC device into passthrough mode, allowing the exclusive follower 214 except when in passthrough mode. In passthrough mode the core 222 except when in passthrough mode. In passthrough mode the core 230 passthrough mode. In passthrough mode the core does nothing 236 in passthrough mode. In passthrough mode the core does nothing 243 except when in passthrough mode. In passthrough mode the core 252 except when in passthrough mode. In passthrough mode the core
|
| H A D | cec-ioc-adap-g-caps.rst | 106 - Userspace can use the passthrough mode by calling
|
| /linux/Documentation/networking/ |
| H A D | net_failover.rst | 64 the VF passthrough device for normal communication. The virtio-net device will 67 The second device definition is for the VF passthrough interface. Here the 88 virtio-net interface, and ens11 is the slave 'primary' VF passthrough interface. 122 device to the VM. This is not the VF that was passthrough'd to the VM (seen in 151 # Remove the VF that was passthrough'd to the VM.
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | Makefile | 15 passthrough.o
|
| H A D | xenbus.c | 22 static bool __read_mostly passthrough; variable 23 module_param(passthrough, bool, S_IRUGO); 24 MODULE_PARM_DESC(passthrough, 748 if (passthrough) in xen_pcibk_xenbus_register()
|
| /linux/fs/fuse/ |
| H A D | Kconfig | 58 bool "FUSE passthrough operations support" 66 If you want to allow passthrough operations, answer Y.
|
| H A D | iomode.c | 176 if (!IS_ENABLED(CONFIG_FUSE_PASSTHROUGH) || !fc->passthrough || in fuse_file_passthrough_open()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | cache.rst | 82 passthrough. 92 If passthrough is selected, useful when the cache contents are not known 96 block invalidates. To enable passthrough mode the cache must be clean. 113 importance if writeback mode is used. Writethrough and passthrough 192 feature args writethrough or passthrough (The default is writeback.) 212 passthrough a degraded mode useful for various cache coherency 217 To enable passthrough mode the cache must be clean. 315 invalidation of larger caches. The cache must be in passthrough mode
|
| H A D | era.rst | 86 - Cache enters passthrough mode (see: dm-cache's docs in cache.txt)
|
| /linux/Documentation/ABI/stable/ |
| H A D | configfs-nvmet | 238 the passthrough controller is active. 240 enable: Shows or sets whether passthrough mode is enabled 252 passthrough mode, in jiffies. 255 passthrough mode, in jiffies. 265 passthrough mode. Only available when
|
| H A D | sysfs-nvme | 231 Shows or sets whether admin passthrough error logging is 360 Shows or sets whether I/O passthrough error logging is
|
| /linux/drivers/target/ |
| H A D | Kconfig | 36 passthrough access to Linux/SCSI device
|
| /linux/arch/um/drivers/ |
| H A D | Kconfig | 185 bool "Enable VFIO-based PCI passthrough" 188 This driver provides support for VFIO-based PCI passthrough.
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | todo.rst | 60 (passthrough ioctl/fsctl is now implemented in cifs.ko to allow
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | realtek-pc-beep.rst | 6 Realtek HDA codecs and controls a muxer and pair of passthrough mixers that can
|
| /linux/Documentation/sound/cards/ |
| H A D | audiophile-usb.rst | 73 * The Do port additionally supports surround-encoded AC-3 and DTS passthrough, 129 * hw:1,2 is Do in AC3/DTS passthrough mode
|
| /linux/Documentation/virt/kvm/x86/ |
| H A D | running-nested-guests.rst | 176 feature — with QEMU, this can be done by using "host passthrough"
|
| H A D | timekeeping.rst | 591 migrating to a faster machine may preclude the use of a passthrough TSC, as a
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 650 if (sp->role.passthrough) in kvm_mmu_page_get_gfn() 695 sp->role.passthrough ? "passthrough" : "direct", in kvm_mmu_page_set_translation() 700 sp->role.passthrough ? "passthrough" : "direct", in kvm_mmu_page_set_translation() 2000 if (sp->role.passthrough) in sp_has_gptes() 2054 .passthrough = 0x1, in kvm_sync_page_check() 2443 role.passthrough = 0; in kvm_mmu_child_role() 6012 root_role.passthrough = 1; in kvm_init_shadow_npt_mmu()
|
| /linux/Documentation/nvme/ |
| H A D | nvme-pci-endpoint-target.rst | 21 files or block devices, or can use NVMe passthrough to expose to the PCI host an
|
| /linux/Documentation/arch/s390/ |
| H A D | vfio-ccw.rst | 9 Linux/s390. Motivation for vfio-ccw is to passthrough subchannels to a
|
| /linux/Documentation/driver-api/media/ |
| H A D | cec-core.rst | 10 applications. In addition it integrates the remote control passthrough
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 371 unsigned passthrough:1; member
|