Home
last modified time | relevance | path

Searched refs:vmtrr (Results 1 – 3 of 3) sorted by relevance

/hypervisor/arch/x86/guest/
A Dvmtrr.c48 return container_of(container_of(vmtrr, struct acrn_vcpu_arch, vmtrr), struct acrn_vcpu, arch); in vmtrr2vcpu()
96 struct acrn_vmtrr *vmtrr = &vcpu->arch.vmtrr; in init_vmtrr() local
105 vmtrr->cap.bits.vcnt = 0U; in init_vmtrr()
106 vmtrr->cap.bits.fix = 1U; in init_vmtrr()
135 vmtrr->fixed_range[i].value); in init_vmtrr()
178 if (!is_mtrr_enabled(vmtrr) || !is_fixed_range_mtrr_enabled(vmtrr)) { in update_ept_mem_type()
207 struct acrn_vmtrr *vmtrr = &vcpu->arch.vmtrr; in write_vmtrr() local
237 update_ept_mem_type(vmtrr); in write_vmtrr()
252 const struct acrn_vmtrr *vmtrr = &vcpu->arch.vmtrr; in read_vmtrr() local
257 ret = vmtrr->cap.value; in read_vmtrr()
[all …]
/hypervisor/include/arch/x86/asm/guest/
A Dvcpu.h249 struct acrn_vmtrr vmtrr; member
/hypervisor/
A DMakefile274 VP_BASE_C_SRCS += arch/x86/guest/vmtrr.c

Completed in 5 milliseconds