Searched refs:cache_reg (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/fuse/ |
A D | virtio_fs.c | 799 struct virtio_shm_region cache_reg; in virtio_fs_setup_dax() local 807 have_cache = virtio_get_shm_region(vdev, &cache_reg, in virtio_fs_setup_dax() 814 if (!devm_request_mem_region(&vdev->dev, cache_reg.addr, cache_reg.len, in virtio_fs_setup_dax() 817 cache_reg.addr, cache_reg.len); in virtio_fs_setup_dax() 821 dev_notice(&vdev->dev, "Cache len: 0x%llx @ 0x%llx\n", cache_reg.len, in virtio_fs_setup_dax() 822 cache_reg.addr); in virtio_fs_setup_dax() 836 .start = (phys_addr_t) cache_reg.addr, in virtio_fs_setup_dax() 837 .end = (phys_addr_t) cache_reg.addr + cache_reg.len - 1, in virtio_fs_setup_dax() 845 fs->window_phys_addr = (phys_addr_t) cache_reg.addr; in virtio_fs_setup_dax() 846 fs->window_len = (phys_addr_t) cache_reg.len; in virtio_fs_setup_dax() [all …]
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | kvm-x86-ops.h | 51 KVM_X86_OP(cache_reg)
|
A D | kvm_host.h | 1598 void (*cache_reg)(struct kvm_vcpu *vcpu, enum kvm_reg reg); member
|
/linux-6.3-rc2/arch/x86/kvm/svm/ |
A D | svm.c | 4743 .cache_reg = svm_cache_reg,
|
/linux-6.3-rc2/arch/x86/kvm/vmx/ |
A D | vmx.c | 8176 .cache_reg = vmx_cache_reg,
|
Completed in 36 milliseconds