Lines Matching defs:limit
3255 * We need to rate-limit these requests though, as they can
3258 * by the delay we use to rate-limit the updates.
4076 * limit) MSRs. Just return 0, as we do not want to expose the host
6495 * /dev/kvm into a container does not limit the scope of the
8127 var.limit >>= 12;
8128 set_desc_limit(desc, var.limit);
8158 var.limit = get_desc_limit(desc);
8160 var.limit = (var.limit << 12) | 0xfff;
10276 unsigned int limit;
10289 limit = 1;
10291 limit = 2;
10294 * Adjust the limit to account for pending virtual NMIs, which aren't
10298 limit--;
10301 vcpu->arch.nmi_pending = min(vcpu->arch.nmi_pending, limit);
11325 sregs->idt.limit = dt.size;
11328 sregs->gdt.limit = dt.size;
11521 dt.size = sregs->idt.limit;
11524 dt.size = sregs->gdt.limit;