Searched refs:inhibits (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | trace.h | 1376 TP_PROTO(int reason, bool set, unsigned long inhibits), 1377 TP_ARGS(reason, set, inhibits), 1382 __field(unsigned long, inhibits) 1388 __entry->inhibits = inhibits; 1391 TP_printk("%s reason=%u, inhibits=0x%lx", 1393 __entry->reason, __entry->inhibits)
|
H A D | x86.c | 9754 static void set_or_clear_apicv_inhibit(unsigned long *inhibits, in set_or_clear_apicv_inhibit() argument 9758 __set_bit(reason, inhibits); in set_or_clear_apicv_inhibit() 9760 __clear_bit(reason, inhibits); in set_or_clear_apicv_inhibit() 9762 trace_kvm_apicv_inhibit_changed(reason, set, *inhibits); in set_or_clear_apicv_inhibit() 9767 unsigned long *inhibits = &kvm->arch.apicv_inhibit_reasons; in kvm_apicv_init() local 9771 set_or_clear_apicv_inhibit(inhibits, APICV_INHIBIT_REASON_ABSENT, true); in kvm_apicv_init() 9774 set_or_clear_apicv_inhibit(inhibits, in kvm_apicv_init() 11880 * Defer evaluating inhibits until the vCPU is first run, as in kvm_arch_vcpu_create() 11884 * VMX in particularly is highly unlikely to have inhibits. in kvm_arch_vcpu_create()
|
Completed in 17 milliseconds