/openbmc/openpower-hw-diags/attn/ |
H A D | attention.hpp | 25 class Attention class 37 Attention() = delete; 40 Attention(AttentionType i_type, int (*i_handler)(Attention*), 44 ~Attention() = default; 59 Attention(const Attention&) = default; 62 Attention& operator=(const Attention&) = default; 65 bool operator<(const Attention& right) const; 69 int (*iv_handler)(Attention*); // handler function
|
H A D | attention.cpp | 8 Attention::Attention(AttentionType i_type, int (*i_handler)(Attention*), in Attention() function in attn::Attention 16 int Attention::getPriority() const in getPriority() 22 Config* Attention::getConfig() const in getConfig() 28 int Attention::handle() in handle() 34 pdbg_target* Attention::getTarget() const in getTarget() 40 bool Attention::operator<(const Attention& right) const in operator <()
|
H A D | attn_handler.cpp | 44 int handleCheckstop(Attention* i_attention); 53 int handleSpecial(Attention* i_attention); 82 std::vector<Attention> active_attentions; in attnHandler() 168 active_attentions.emplace_back(Attention::Vital, in attnHandler() 177 active_attentions.emplace_back(Attention::Checkstop, in attnHandler() 185 active_attentions.emplace_back(Attention::Special, in attnHandler() 227 int handleCheckstop(Attention* i_attention) in handleCheckstop() 275 int handleSpecial(Attention* i_attention) in handleSpecial()
|
H A D | Attention_Handler.md | 1 # Attention Handler 6 service from an Attention Handler via an attention signal (e.g. a GPIO). An 28 priority, Vital Attention (vital), Terminate Immediately (TI), Breakpoint 29 Attention (BP) and Checkstop Attention (checkstop). TI and BP attentions are 64 - Attention handler starting and stopping: systemd. 90 #### Vital Attention
|
H A D | vital_handler.hpp | 13 int handleVital(Attention* i_attention);
|
H A D | attn_handler.service.in | 2 Description=The Attention Handler service
|
H A D | vital_handler.cpp | 128 int handleVital(Attention* i_attention) in handleVital()
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-end2end.cpp | 14 int handleSpecial(Attention* i_attention); 15 int handleCheckstop(Attention* i_attention); 16 int handleVital(Attention* i_attention); 52 std::vector<attn::Attention> attentions; in main() 54 attentions.emplace_back(attn::Attention::AttentionType::Special, in main() 57 attentions.emplace_back(attn::Attention::AttentionType::Checkstop, in main() 60 attentions.emplace_back(attn::Attention::AttentionType::Vital, in main() 64 [](attn::Attention attention) { in main()
|
H A D | test-attention.cpp | 13 int handleSpecial(Attention* i_attention); 20 int handleAttention(Attention* attention) in handleAttention() 35 Attention::AttentionType gType = Attention::AttentionType::Special; 37 int (*gHandler)(Attention*) = &(handleSpecial); 62 pAttn = std::make_unique<Attention>( in SetUp() 63 Attention(gType, gHandler, target, config)); in SetUp() 71 std::unique_ptr<Attention> pAttn; 131 pAttn = std::make_unique<Attention>( in SetUp() 132 Attention(gType, gHandler, target, config)); in SetUp() 140 std::unique_ptr<Attention> pAttn;
|
/openbmc/linux/drivers/staging/pi433/Documentation/ |
H A D | pi433.txt | 128 Attention: While possible to generate sync without preamble, the 135 Attention: For telegram length over 255 bytes, this option can't be used 136 Attention: should be used in combination with sync, only 143 Attention: should be used in combination with sync, only 233 Attention: should be used in combination with sync, only 241 Attention: Sync option must be enabled in order to use this feature 248 Attention: This option is only operational if sync on and fixed length 252 Attention: This setting must meet the setting of the transmitter,
|
/openbmc/openpower-hw-diags/ |
H A D | meson.options | 14 description: 'Attention handler default configuration override',
|
/openbmc/linux/Documentation/security/ |
H A D | sak.rst | 2 Linux Secure Attention Key (SAK) handling 8 An operating system's Secure Attention Key is a security tool which is
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Condor-1.1 | 5 …on, WI. All Rights Reserved. For more information contact: Condor Team, Attention: Professor Miron… 33 Attention: Professor Miron Livny
|
H A D | FDK-AAC | 74 Attention: Audio and Multimedia Departments - FDK AAC LL
|
/openbmc/qemu/target/ppc/ |
H A D | insn64.decode | 254 ## Invalid suffixes: Service Processor Attention
|
/openbmc/docs/designs/ |
H A D | power-systems-memory-preserving-reboot.md | 54 - **Attention**: The signal generated by the hardware or the firmware for a 141 Attention on the BMC sets the Diagnostic target for reboot to initiate a memory
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mn-tqma8mqnl.dtsi | 237 * Attention:
|
H A D | imx8mq-tqma8mq.dtsi | 276 /* Attention: wdog reset forcing POR needs baseboard support */
|
H A D | imx8mm-tqma8mqml.dtsi | 253 * Attention:
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/ |
H A D | Fraunhofer_FDK_AAC_Codec_Library_for_Android | 86 Attention: Audio and Multimedia Departments - FDK AAC LL
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | micrel-ksz90x1.txt | 157 Attention: The link partner must be configurable as slave otherwise
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt7622-bananapi-bpi-r64.dts | 309 /* Attention: GPIO 90 is used to switch between PCIe@1,0 and
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-opp-zaius.dts | 83 label = "Attention";
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | 3270.rst | 235 Some of the Program Function (PF) and Program Attention (PA) keys are
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | sysrq.rst | 174 It seems others find it useful as (System Attention Key) which is
|