Lines Matching defs:limit
2812 * We need to rate-limit these requests though, as they can
2815 * by the delay we use to rate-limit the updates.
3496 * limit) MSRs. Just return 0, as we do not want to expose the host
6907 var.limit >>= 12;
6908 set_desc_limit(desc, var.limit);
6938 var.limit = get_desc_limit(desc);
6940 var.limit = (var.limit << 12) | 0xfff;
8663 unsigned limit = 2;
8667 * If an NMI is already in progress, limit further NMIs to just one.
8671 limit = 1;
8674 vcpu->arch.nmi_pending = min(vcpu->arch.nmi_pending, limit);
8706 put_smstate(u32, buf, offset + 4, seg.limit);
8723 put_smstate(u32, buf, offset + 4, seg.limit);
8751 put_smstate(u32, buf, 0x7f60, seg.limit);
8757 put_smstate(u32, buf, 0x7f7c, seg.limit);
8811 put_smstate(u32, buf, 0x7e94, seg.limit);
8821 put_smstate(u32, buf, 0x7e74, seg.limit);
8873 /* Undocumented: IDT limit is set to zero on entry to SMM. */
8885 cs.limit = ds.limit = 0xffffffff;
9780 sregs->idt.limit = dt.size;
9783 sregs->gdt.limit = dt.size;
9929 dt.size = sregs->idt.limit;
9932 dt.size = sregs->gdt.limit;