Lines Matching defs:base
498 .base = GUEST_##seg##_BASE, \
505 unsigned base;
856 ulong *p = &vmx->segment_cache.seg[seg].base;
859 *p = vmcs_readl(kvm_vmx_segment_fields[seg].base);
1193 static inline bool pt_output_base_valid(struct kvm_vcpu *vcpu, u64 base)
1195 /* The base must be 128-byte aligned and a legal physical address. */
1196 return kvm_vcpu_is_legal_aligned_gpa(vcpu, base, 128);
3050 var.selector = var.base >> 4;
3051 var.base = var.base & 0xffff0;
3061 if (save->base & 0xf)
3062 pr_warn_once("segment base is not paragraph aligned "
3067 vmcs_writel(sf->base, var.base);
3510 var->base = vmx_read_guest_seg_base(vmx, seg);
3514 var->base = vmx_read_guest_seg_base(vmx, seg);
3542 return s.base;
3592 vmcs_writel(sf->base, var->base);
3663 if (var.base != (var.selector << 4))
3914 vmcs_writel(sf->base, 0);
4621 * base configuration as KVM emulates VMFUNC[EPTP_SWITCHING] for L2.
6209 pr_err("%s sel=0x%04x, attr=0x%05x, limit=0x%08x, base=0x%016lx\n",
6218 pr_err("%s limit=0x%08x, base=0x%016lx\n",