Home
last modified time | relevance | path

Searched refs:cache_reg (Results 1 – 5 of 5) sorted by relevance

/linux/fs/fuse/
A Dvirtio_fs.c801 struct virtio_shm_region cache_reg; in virtio_fs_setup_dax() local
809 have_cache = virtio_get_shm_region(vdev, &cache_reg, in virtio_fs_setup_dax()
816 if (!devm_request_mem_region(&vdev->dev, cache_reg.addr, cache_reg.len, in virtio_fs_setup_dax()
819 cache_reg.addr, cache_reg.len); in virtio_fs_setup_dax()
823 dev_notice(&vdev->dev, "Cache len: 0x%llx @ 0x%llx\n", cache_reg.len, in virtio_fs_setup_dax()
824 cache_reg.addr); in virtio_fs_setup_dax()
838 .start = (phys_addr_t) cache_reg.addr, in virtio_fs_setup_dax()
839 .end = (phys_addr_t) cache_reg.addr + cache_reg.len - 1, in virtio_fs_setup_dax()
847 fs->window_phys_addr = (phys_addr_t) cache_reg.addr; in virtio_fs_setup_dax()
848 fs->window_len = (phys_addr_t) cache_reg.len; in virtio_fs_setup_dax()
[all …]
/linux/arch/x86/include/asm/
A Dkvm-x86-ops.h47 KVM_X86_OP(cache_reg)
A Dkvm_host.h1349 void (*cache_reg)(struct kvm_vcpu *vcpu, enum kvm_reg reg); member
/linux/arch/x86/kvm/svm/
A Dsvm.c4623 .cache_reg = svm_cache_reg,
/linux/arch/x86/kvm/vmx/
A Dvmx.c7597 .cache_reg = vmx_cache_reg,

Completed in 484 milliseconds