Home
last modified time | relevance | path

Searched full:halted (Results 1 – 25 of 134) sorted by relevance

123456

/openbmc/qemu/target/s390x/
H A Dcpu-system.c195 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 Dsigp.c119 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 Darc_timer.c74 /* 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 Dconsole.c55 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 Dnpcm7xx_emc.h146 /* Transmission Halted */
148 /* Receive Halted */
195 /* P transmission halted */
/openbmc/qemu/target/arm/
H A Darm-powerctl.c70 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 Dtest_ppc_sam460ex.py35 exec_command_and_wait_for_pattern(self, 'poweroff', 'System Halted')
H A Dtest_sh4_tuxrun.py46 "reboot: System halted")
H A Dtest_ppc_bamboo.py45 exec_command_and_wait_for_pattern(self, 'halt', 'System Halted')
H A Daspeed.py52 'System halted')
H A Dtest_arm_raspi2.py86 exec_command_and_wait_for_pattern(self, 'halt', 'reboot: System halted')
H A Dtest_aarch64_raspi4.py89 exec_command_and_wait_for_pattern(self, 'halt', 'reboot: System halted')
/openbmc/qemu/hw/misc/
H A Dmips_cpc.c41 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 Dcore.c432 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 Derrno_str.c60 ERRNO_MSG(EL3HLT, "Level 3 halted"),
65 ERRNO_MSG(EL2HLT, "Level 2 halted"),
/openbmc/qemu/tests/functional/qemu_test/
H A Daspeed.py
/openbmc/qemu/linux-user/sparc/
H A Dtarget_errno_defs.h133 #define TARGET_EL3HLT 96 /* Level 3 halted */
143 #define TARGET_EL2HLT 101 /* Level 2 halted */
/openbmc/qemu/linux-user/mips/
H A Dtarget_errno_defs.h22 #define TARGET_EL3HLT 39 /* Level 3 halted */
32 #define TARGET_EL2HLT 44 /* Level 2 halted */
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h57 #define TARGET_EL3HLT 46 /* Level 3 halted */
62 #define TARGET_EL2HLT 51 /* Level 2 halted */
/openbmc/qemu/hw/sparc64/
H A Dsparc64.c43 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 Dplatform_message_registry.hpp45 "Indicates the operating system was halted due to a catastrophic error.",
/openbmc/u-boot/include/linux/
H A Derrno.h52 #define EL3HLT 46 /* Level 3 halted */
57 #define EL2HLT 51 /* Level 2 halted */
/openbmc/u-boot/arch/m68k/cpu/mcf523x/
H A Dcpu.c78 /* halted watchdog timer */ in watchdog_disable()
/openbmc/u-boot/drivers/rtc/
H A Dds1302.c214 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 Dehci-regs.h35 #define USBSTS_HALT (1 << 12) // HC Halted

123456