Searched refs:inhibits (Results 1 – 4 of 4) 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 | 10309 static void set_or_clear_apicv_inhibit(unsigned long *inhibits, in set_or_clear_apicv_inhibit() argument 10317 __set_bit(reason, inhibits); in set_or_clear_apicv_inhibit() 10319 __clear_bit(reason, inhibits); in set_or_clear_apicv_inhibit() 10321 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
|
| /linux/Documentation/networking/ ! |
| H A D | ip-sysctl.rst | 473 successfully negotiated during handshake. Send logic inhibits
|