Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dkvm_cache_regs.h119 kvm_x86_call(cache_reg)(vcpu, reg); in kvm_register_read_raw() local
159 kvm_x86_call(cache_reg)(vcpu, VCPU_EXREG_PDPTR); in kvm_pdptr_read() local
174 kvm_x86_call(cache_reg)(vcpu, VCPU_EXREG_CR0); in kvm_read_cr0_bits() local
196 kvm_x86_call(cache_reg)(vcpu, VCPU_EXREG_CR4); in kvm_read_cr4_bits() local
211 kvm_x86_call(cache_reg)(vcpu, VCPU_EXREG_CR3); in kvm_read_cr3() local
/linux/fs/fuse/
H A Dvirtio_fs.c1055 struct virtio_shm_region cache_reg; in virtio_fs_setup_dax() local
1069 have_cache = virtio_get_shm_region(vdev, &cache_reg, in virtio_fs_setup_dax()
1076 if (!devm_request_mem_region(&vdev->dev, cache_reg.addr, cache_reg.len, in virtio_fs_setup_dax()
1079 cache_reg.addr, cache_reg.len); in virtio_fs_setup_dax()
1083 dev_notice(&vdev->dev, "Cache len: 0x%llx @ 0x%llx\n", cache_reg.len, in virtio_fs_setup_dax()
1084 cache_reg.addr); in virtio_fs_setup_dax()
1098 .start = (phys_addr_t) cache_reg.addr, in virtio_fs_setup_dax()
1099 .end = (phys_addr_t) cache_reg.addr + cache_reg.len - 1, in virtio_fs_setup_dax()
1107 fs->window_phys_addr = (phys_addr_t) cache_reg.addr; in virtio_fs_setup_dax()
1108 fs->window_len = (phys_addr_t) cache_reg.len; in virtio_fs_setup_dax()
[all …]
/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h53 KVM_X86_OP(cache_reg)
H A Dkvm_host.h1766 void (*cache_reg)(struct kvm_vcpu *vcpu, enum kvm_reg reg); member
/linux/arch/x86/kvm/vmx/
H A Dmain.c919 .cache_reg = vt_op(cache_reg),