Lines Matching defs:enable
106 * - enable syscall per default because its emulated by KVM
107 * - enable LME and LMA per default on 64 bit KVM
182 * enable forced emulation).
2375 /* we verify if the enable bit is set... */
2535 * In order to enable masterclock, the host clocksource must be TSC
2537 * perform request to enable masterclock.
3704 data &= ~(u64)0x100; /* ignore ignne emulation enable */
3888 /* only enable bit supported */
8701 u32 enable, rwlen;
8703 enable = dr7;
8705 for (i = 0; i < 4; i++, enable >>= 2, rwlen >>= 4)
8706 if ((enable & 3) && (rwlen & 15) == type && db[i] == addr)
12673 static void kvm_mmu_update_cpu_dirty_logging(struct kvm *kvm, bool enable)
12681 if ((enable && nr_slots == 1) || !nr_slots)