Searched refs:vmtrr (Results 1 – 3 of 3) sorted by relevance
48 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() local105 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() local237 update_ept_mem_type(vmtrr); in write_vmtrr()252 const struct acrn_vmtrr *vmtrr = &vcpu->arch.vmtrr; in read_vmtrr() local257 ret = vmtrr->cap.value; in read_vmtrr()[all …]
249 struct acrn_vmtrr vmtrr; member
274 VP_BASE_C_SRCS += arch/x86/guest/vmtrr.c
Completed in 5 milliseconds