Searched full:interlock (Results 1 – 16 of 16) sorted by relevance
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/ |
H A D | ChassisCapabilities.interface.yaml | 26 Chassis Provides Power Interlock.
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtas.c | 471 "FWNMI: ibm,nmi-interlock RTAS called with FWNMI not registered.\n"); in rtas_ibm_nmi_interlock() 480 * The vCPU that hit the NMI should invoke "ibm,nmi-interlock" in rtas_ibm_nmi_interlock() 481 * This should be PARAM_ERROR, but Linux calls "ibm,nmi-interlock" in rtas_ibm_nmi_interlock() 484 * failure causes Linux to print the error "FWNMI: nmi-interlock in rtas_ibm_nmi_interlock() 495 * vCPU issuing "ibm,nmi-interlock" is done with NMI handling, in rtas_ibm_nmi_interlock() 659 spapr_rtas_register(RTAS_IBM_NMI_INTERLOCK, "ibm,nmi-interlock", in core_rtas_register_types()
|
H A D | spapr_events.c | 847 * By taking the interlock, we assume that the MCE will be in spapr_mce_dispatch_elog() 850 * guest won't be able to release the interlock and ultimately in spapr_mce_dispatch_elog() 882 /* Wait for FWNMI interlock. */ in spapr_mce_req_event() 887 * that CPU called "ibm,nmi-interlock") in spapr_mce_req_event() 904 * If the machine was reset while waiting for the interlock, in spapr_mce_req_event()
|
H A D | spapr.c | 979 * System reset interrupts are not subject to interlock like machine in spapr_dt_rtas()
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0013-Implement-triple-buffering-for-wayland.patch | 9 interlock to operate without pushing the frame period
|
/openbmc/ipmitool/ |
H A D | README | 304 Power Interlock : inactive 354 Power Interlock : inactive
|
/openbmc/intel-ipmi-oem/src/ |
H A D | chassiscommands.cpp | 420 bool, // Interlock 428 bool, // last power down caused by a power interlock
|
/openbmc/u-boot/include/ |
H A D | ahci.h | 75 #define PORT_IRQ_DEV_ILCK (1 << 7) /* device interlock */
|
/openbmc/qemu/hw/ide/ |
H A D | ahci-internal.h | 151 #define PORT_IRQ_DEV_ILCK (1 << 7) /* device interlock */
|
/openbmc/phosphor-host-ipmid/ |
H A D | chassishandler.cpp | 589 bool, // chassis power interlock 609 // [3] – 1b = provides power interlock (IPM 1.5) in ipmiGetChassisCap() 654 lg2::error("Error to get chassis power interlock flags"); in ipmiGetChassisCap() 1159 bool, // Interlock 1167 bool, // last power down caused by a power interlock
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 598 #define PCI_EXP_SLTCAP_EIP 0x00020000 /* Electromechanical Interlock Present */ 620 #define PCI_EXP_SLTCTL_EIC 0x0800 /* Electromechanical Interlock Control */ 632 #define PCI_EXP_SLTSTA_EIS 0x0080 /* Electromechanical Interlock Status */
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_features_def.h.inc | 137 DEF_FEAT(SIE_IBS, "ibs", SCLP_CONF_CHAR_EXT, 10, "SIE: Interlock-and-broadcast-suppression facility… 146 DEF_FEAT(SIE_SIIF, "siif", SCLP_CPU, 11, "SIE: Shared IPTE-interlock facility")
|
/openbmc/openbmc-test-automation/lib/ |
H A D | ipmi_utils.py | 628 Power Interlock : inactive
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_chassis.c | 326 printf("Power Interlock : %s\n", (rsp->data[0] & 0x4) ? "active" : "inactive"); in ipmi_chassis_status() 352 printf("interlock "); in ipmi_chassis_status()
|
/openbmc/ipmitool/include/ipmitool/ |
H A D | ipmi_sel.h | 350 { 0x09, 0x03, 0xff, IPMI_EVENT_CLASS_DISCRETE, "Power Unit", "Interlock power down" }, 551 { 0x21, 0x07, 0xff, IPMI_EVENT_CLASS_DISCRETE, "Slot/Connector", "Interlock" },
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr.h | 253 * when that CPU makes an "ibm,nmi-interlock" RTAS call. The cond is used
|