Lines Matching defs:limit
499 .limit = GUEST_##seg##_LIMIT, \
506 unsigned limit;
865 u32 *p = &vmx->segment_cache.seg[seg].limit;
868 *p = vmcs_read32(kvm_vmx_segment_fields[seg].limit);
3052 var.limit = 0xffff;
3068 vmcs_write32(sf->limit, var.limit);
3515 var->limit = vmx_read_guest_seg_limit(vmx, seg);
3593 vmcs_write32(sf->limit, var->limit);
3665 if (var.limit != 0xffff)
3915 vmcs_write32(sf->limit, 0xffff);
6209 pr_err("%s sel=0x%04x, attr=0x%05x, limit=0x%08x, base=0x%016lx\n",
6216 static void vmx_dump_dtsel(char *name, uint32_t limit)
6218 pr_err("%s limit=0x%08x, base=0x%016lx\n",
6219 name, vmcs_read32(limit),
6220 vmcs_readl(limit + GUEST_GDTR_BASE - GUEST_GDTR_LIMIT));