/openbmc/linux/arch/powerpc/platforms/85xx/ |
H A D | sgy_cts1000.c | 10 #define pr_fmt(fmt) "gpio-halt: " fmt 29 .compatible = "sgy,gpio-halt", 48 panic("Halt failed\n"); in gpio_halt_cb() 69 NULL, 0, GPIOD_OUT_LOW, "gpio-halt"); in __gpio_halt_probe() 72 dev_err(&pdev->dev, "failed to request halt GPIO: %d\n", err); in __gpio_halt_probe() 80 "gpio-halt", pdev); in __gpio_halt_probe() 89 /* Register our halt function */ in __gpio_halt_probe() 90 ppc_md.halt = gpio_halt_cb; in __gpio_halt_probe() 93 dev_info(&pdev->dev, "registered halt GPIO, irq: %d\n", halt_irq); in __gpio_halt_probe() 122 ppc_md.halt = NULL; in gpio_halt_remove() [all …]
|
/openbmc/docs/designs/ |
H A D | fail-boot-on-hw-error.md | 12 firmware to halt a system if an error log is created which calls out a piece of 32 the host). In these cases the system must still halt if those logs contain 39 - Provide a mechanism to cause the OpenBMC firmware to halt a system if a 44 - The halt must be obvious to the user when it occurs 45 - The log which causes the halt must be identifiable 46 - The halt must only stop the chassis/host instance that encountered the error 47 - The halt must allow the host firmware the opportunity to gracefully shut 49 - The halt must stop the host (run obmc-host-stop@X.target) associated with 53 that caused the halt is resolved or deleted 55 - Ensure the mechanism used to halt firmware on inventory callouts can also be [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/graniterapids/ |
H A D | pipeline.json | 19 "BriefDescription": "Reference cycles when the core is not in halt state.", 21 …halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT ins… 26 "BriefDescription": "Reference cycles when the core is not in halt state.", 29 …halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT ins… 34 "BriefDescription": "Core cycles when the thread is not in halt state", 36 …halt state. The thread enters the halt state when it is running the HLT instruction. This event is… 41 "BriefDescription": "Thread cycles when thread is not in halt state", 44 …the number of thread cycles while the thread is not in a halt state. The thread enters the halt st…
|
/openbmc/u-boot/arch/arm/mach-versal/ |
H A D | mp.c | 14 #define HALT 0 macro 28 void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode() argument 33 if (halt == HALT) in set_r5_halt_mode() 41 if (halt == HALT) in set_r5_halt_mode() 95 set_r5_halt_mode(HALT, TCM_LOCK); in initialize_tcm() 100 set_r5_halt_mode(HALT, TCM_SPLIT); in initialize_tcm()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | halt-polling.rst | 4 The KVM halt polling system 7 The KVM halt polling system provides a feature within KVM whereby the latency 19 invoked. Thus halt polling is especially useful on workloads with very short 20 wakeup periods where the time spent halt polling is minimised and the time 23 The generic halt polling code is implemented in: 31 Halt Polling Interval 35 as the halt polling interval, is increased and decreased based on the perceived 47 During polling if a wakeup source is received within the halt polling interval, 75 the time between when the halt polling function is 98 | | halt polling interval is | | [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,sc7280-adsp-pil.yaml | 76 qcom,halt-regs: 80 four offsets within syscon for q6, modem, nc and qv6 halt registers. 84 - description: offset to the Q6 halt register 85 - description: offset to the modem halt register 86 - description: offset to the nc halt register 87 - description: offset to the vq6 halt register 132 - qcom,halt-regs 176 qcom,halt-regs = <&tcsr_mutex 0x23000 0x25000 0x28000 0x33000>;
|
/openbmc/u-boot/arch/arm/mach-zynqmp/ |
H A D | mp.c | 15 #define HALT 0 macro 54 static void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode() argument 59 if (halt == HALT) in set_r5_halt_mode() 67 if (halt == HALT) in set_r5_halt_mode() 212 set_r5_halt_mode(HALT, LOCK); in initialize_tcm() 217 set_r5_halt_mode(HALT, SPLIT); in initialize_tcm() 270 set_r5_halt_mode(HALT, LOCK); in cpu_release() 282 set_r5_halt_mode(HALT, SPLIT); in cpu_release()
|
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-fii/meta-mori/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-quanta/meta-f0b/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-quanta/meta-gbs/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-fii/meta-kudo/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-wistron/meta-lannister/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-tyan/meta-s7106/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-tyan/meta-s8036/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-bytedance/meta-g220a/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-delta/meta-ahe50dc/conf/templates/default/ |
H A D | local.conf.sample | 13 HALT,${TMPDIR},100M,1K \ 14 HALT,${DL_DIR},100M,1K \ 15 HALT,${SSTATE_DIR},100M,1K \ 16 HALT,/tmp,10M,1K"
|
/openbmc/openbmc/meta-ibm/conf/templates/default/ |
H A D | local.conf.sample | 14 HALT,${TMPDIR},100M,1K \ 15 HALT,${DL_DIR},100M,1K \ 16 HALT,${SSTATE_DIR},100M,1K \ 17 HALT,/tmp,10M,1K"
|