Searched refs:inhibits (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 1473 #define kvm_print_apicv_inhibit_reasons(inhibits) \ argument 1474 (inhibits), (inhibits) ? " " : "", \ 1475 (inhibits) ? __print_flags(inhibits, "|", APICV_INHIBIT_REASONS) : "" 1478 TP_PROTO(int reason, bool set, unsigned long inhibits), 1479 TP_ARGS(reason, set, inhibits), 1484 __field(unsigned long, inhibits) 1490 __entry->inhibits = inhibits; 1496 kvm_print_apicv_inhibit_reasons(__entry->inhibits))
|
| H A D | x86.c | 10276 static void set_or_clear_apicv_inhibit(unsigned long *inhibits, in set_or_clear_apicv_inhibit() argument 10284 __set_bit(reason, inhibits); in set_or_clear_apicv_inhibit() 10286 __clear_bit(reason, inhibits); in set_or_clear_apicv_inhibit() 10288 trace_kvm_apicv_inhibit_changed(reason, set, *inhibits); in set_or_clear_apicv_inhibit()
|
| /linux/Documentation/scsi/ |
| H A D | BusLogic.rst | 497 The "InhibitTargetInquiry" option inhibits the execution of an Inquire
|