Searched refs:inhibits (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/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; 1393 __entry->reason, __entry->inhibits)
|
H A D | x86.c | 9766 static void set_or_clear_apicv_inhibit(unsigned long *inhibits, in set_or_clear_apicv_inhibit() argument 9770 __set_bit(reason, inhibits); in set_or_clear_apicv_inhibit() 9772 __clear_bit(reason, inhibits); in set_or_clear_apicv_inhibit() 9774 trace_kvm_apicv_inhibit_changed(reason, set, *inhibits); in set_or_clear_apicv_inhibit() 9779 unsigned long *inhibits = &kvm->arch.apicv_inhibit_reasons; in kvm_apicv_init() local 9783 set_or_clear_apicv_inhibit(inhibits, APICV_INHIBIT_REASON_ABSENT, true); in kvm_apicv_init() 9786 set_or_clear_apicv_inhibit(inhibits, in kvm_apicv_init()
|
/openbmc/u-boot/board/sbc8349/ |
H A D | README | 57 would zero some TSEC registers, which inhibits ethernet operation
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | login.defs_shadow-sysroot | 126 # If defined, file which inhibits all the usual chatter during the login
|
/openbmc/linux/Documentation/scsi/ |
H A D | BusLogic.rst | 497 The "InhibitTargetInquiry" option inhibits the execution of an Inquire
|
/openbmc/u-boot/ |
H A D | README | 2125 initialised so that it is available to U-Boot. This inhibits
|