Lines Matching defs:base
487 .base = GUEST_##seg##_BASE, \
494 unsigned base;
570 * of the base of EPT PML4 table, strip off EPT configuration
844 ulong *p = &vmx->segment_cache.seg[seg].base;
847 *p = vmcs_readl(kvm_vmx_segment_fields[seg].base);
1180 static inline bool pt_output_base_valid(struct kvm_vcpu *vcpu, u64 base)
1182 /* The base must be 128-byte aligned and a legal physical address. */
1183 return !kvm_vcpu_is_illegal_gpa(vcpu, base) && !(base & 0x7f);
2853 var.selector = var.base >> 4;
2854 var.base = var.base & 0xffff0;
2864 if (save->base & 0xf)
2865 printk_once(KERN_WARNING "kvm: segment base is not "
2871 vmcs_writel(sf->base, var.base);
3298 var->base = vmx_read_guest_seg_base(vmx, seg);
3302 var->base = vmx_read_guest_seg_base(vmx, seg);
3330 return s.base;
3380 vmcs_writel(sf->base, var->base);
3447 if (var.base != (var.selector << 4))
3707 vmcs_writel(sf->base, 0);
5914 pr_err("%s sel=0x%04x, attr=0x%05x, limit=0x%08x, base=0x%016lx\n",
5923 pr_err("%s limit=0x%08x, base=0x%016lx\n",