Searched refs:inhibits (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/arch/x86/kvm/ |
| 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; 1393 __entry->reason, __entry->inhibits)
|
| D | x86.c | 9748 static void set_or_clear_apicv_inhibit(unsigned long *inhibits, in set_or_clear_apicv_inhibit() argument 9752 __set_bit(reason, inhibits); in set_or_clear_apicv_inhibit() 9754 __clear_bit(reason, inhibits); in set_or_clear_apicv_inhibit() 9756 trace_kvm_apicv_inhibit_changed(reason, set, *inhibits); in set_or_clear_apicv_inhibit() 9761 unsigned long *inhibits = &kvm->arch.apicv_inhibit_reasons; in kvm_apicv_init() local 9765 set_or_clear_apicv_inhibit(inhibits, APICV_INHIBIT_REASON_ABSENT, true); in kvm_apicv_init() 9768 set_or_clear_apicv_inhibit(inhibits, in kvm_apicv_init()
|
| /Linux-v6.6/Documentation/scsi/ |
| D | BusLogic.rst | 497 The "InhibitTargetInquiry" option inhibits the execution of an Inquire
|