/openbmc/qemu/target/s390x/ |
H A D | cpu-system.c | 195 return cpu->halted && !(S390_CPU(cpu)->env.psw.mask & in disabled_wait() 222 if (!cs->halted) { in s390_cpu_halt() 223 cs->halted = 1; in s390_cpu_halt() 233 if (cs->halted) { in s390_cpu_unhalt() 234 cs->halted = 0; in s390_cpu_unhalt()
|
H A D | sigp.c | 119 if (cs->halted) { in sigp_stop() 135 if (s390_cpu_get_state(cpu) == S390_CPU_STATE_OPERATING && cs->halted) { in sigp_stop_and_store_status() 314 idle = CPU(dst_cpu)->halted; in sigp_cond_emergency() 347 /* If halted (which includes also STOPPED), it is not running */ in sigp_sense_running() 348 if (CPU(dst_cpu)->halted) { in sigp_sense_running()
|
/openbmc/u-boot/drivers/timer/ |
H A D | arc_timer.c | 74 /* Disable timer if CPU is halted */ in arc_timer_probe() 82 /* Disable timer if CPU is halted */ in arc_timer_probe()
|
/openbmc/qemu/semihosting/ |
H A D | console.c | 55 cs->halted = 0; in console_wake_up() 87 cs->halted = 1; in qemu_semihosting_console_block_until_ready()
|
/openbmc/qemu/include/hw/net/ |
H A D | npcm7xx_emc.h | 146 /* Transmission Halted */ 148 /* Receive Halted */ 195 /* P transmission halted */
|
/openbmc/qemu/target/arm/ |
H A D | arm-powerctl.c | 70 target_cpu_state->halted = 0; in arm_set_cpu_on_async_work() 197 target_cpu_state->halted = 0; in arm_set_cpu_on_and_reset_async_work() 253 target_cpu_state->halted = 1; in arm_set_cpu_off_async_work()
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc_sam460ex.py | 35 exec_command_and_wait_for_pattern(self, 'poweroff', 'System Halted')
|
H A D | test_sh4_tuxrun.py | 46 "reboot: System halted")
|
H A D | test_ppc_bamboo.py | 45 exec_command_and_wait_for_pattern(self, 'halt', 'System Halted')
|
H A D | aspeed.py | 52 'System halted')
|
H A D | test_arm_raspi2.py | 86 exec_command_and_wait_for_pattern(self, 'halt', 'reboot: System halted')
|
H A D | test_aarch64_raspi4.py | 89 exec_command_and_wait_for_pattern(self, 'halt', 'reboot: System halted')
|
/openbmc/qemu/hw/misc/ |
H A D | mips_cpc.c | 41 cs->halted = 0; in mips_cpu_reset_async_work() 147 /* Reflect the fact that all VPs are halted on reset */ in mips_cpc_reset()
|
/openbmc/qemu/hw/usb/ |
H A D | core.c | 432 if (p->ep->halted) { in usb_handle_packet() 434 p->ep->halted = false; in usb_handle_packet() 475 ep->halted = true; in usb_packet_complete_one() 495 if (ep->halted) { in usb_packet_complete() 802 void usb_ep_set_halted(USBDevice *dev, int pid, int ep, bool halted) in usb_ep_set_halted() argument 805 uep->halted = halted; in usb_ep_set_halted()
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 60 ERRNO_MSG(EL3HLT, "Level 3 halted"), 65 ERRNO_MSG(EL2HLT, "Level 2 halted"),
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | aspeed.py |
|
/openbmc/qemu/linux-user/sparc/ |
H A D | target_errno_defs.h | 133 #define TARGET_EL3HLT 96 /* Level 3 halted */ 143 #define TARGET_EL2HLT 101 /* Level 2 halted */
|
/openbmc/qemu/linux-user/mips/ |
H A D | target_errno_defs.h | 22 #define TARGET_EL3HLT 39 /* Level 3 halted */ 32 #define TARGET_EL2HLT 44 /* Level 2 halted */
|
/openbmc/qemu/linux-user/generic/ |
H A D | target_errno_defs.h | 57 #define TARGET_EL3HLT 46 /* Level 3 halted */ 62 #define TARGET_EL2HLT 51 /* Level 2 halted */
|
/openbmc/qemu/hw/sparc64/ |
H A D | sparc64.c | 43 cs->halted = 0; in cpu_kick_irq() 58 cs->halted = 0; in sparc64_cpu_set_ivec_irq()
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | platform_message_registry.hpp | 45 "Indicates the operating system was halted due to a catastrophic error.",
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 52 #define EL3HLT 46 /* Level 3 halted */ 57 #define EL2HLT 51 /* Level 2 halted */
|
/openbmc/u-boot/arch/m68k/cpu/mcf523x/ |
H A D | cpu.c | 78 /* halted watchdog timer */ in watchdog_disable()
|
/openbmc/u-boot/drivers/rtc/ |
H A D | ds1302.c | 214 printf("ds1302: Clock was halted, starting clock\n"); in rtc_init() 265 printf("ds1302: rtc_get: Clock was halted, clock probably " in rtc_get()
|
/openbmc/qemu/include/hw/usb/ |
H A D | ehci-regs.h | 35 #define USBSTS_HALT (1 << 12) // HC Halted
|