/openbmc/linux/arch/alpha/kernel/ |
H A D | head.S | 88 # It is handy, on occasion, to make halt actually just loop. 94 .globl halt 95 .ent halt 96 halt: label 99 .end halt
|
/openbmc/linux/drivers/net/usb/ |
H A D | rndis_host.c | 303 struct rndis_halt *halt; in generic_rndis_bind() member 445 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind() 446 u.halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in generic_rndis_bind() 447 u.halt->msg_len = cpu_to_le32(sizeof *u.halt); in generic_rndis_bind() 448 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 476 struct rndis_halt *halt; in rndis_unbind() local 479 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); in rndis_unbind() 480 if (halt) { in rndis_unbind() 481 halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in rndis_unbind() 482 halt->msg_len = cpu_to_le32(sizeof *halt); in rndis_unbind() [all …]
|
/openbmc/linux/arch/alpha/boot/ |
H A D | head.S | 98 .globl halt 99 .ent halt 100 halt: label 103 .end halt
|
/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/Documentation/translations/zh_CN/virt/ |
H A D | guest-halt-polling.rst | 3 :Original: Documentation/virt/guest-halt-polling.rst 13 .. _cn_virt_guest-halt-polling: 16 客户机停机轮询机制(Guest halt polling)
|
/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: 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 | | 109 | | halt polling interval is | | [all …]
|
H A D | index.rst | 20 halt-polling
|
/openbmc/u-boot/arch/arm/mach-versal/ |
H A D | mp.c | 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()
|
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/ |
H A D | sysvinit_3.13.bb | 33 ALTERNATIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdum… 43 ALTERNATIVE_LINK_NAME[halt] = "${base_sbindir}/halt" 108 chown root:shutdown ${D}${base_sbindir}/halt ${D}${base_sbindir}/shutdown 109 chmod o-x,u+s ${D}${base_sbindir}/halt ${D}${base_sbindir}/shutdown
|
/openbmc/linux/arch/sh/kernel/ |
H A D | reboot.c | 65 .halt = native_machine_halt, 88 machine_ops.halt(); in machine_halt()
|
/openbmc/linux/arch/powerpc/platforms/85xx/ |
H A D | sgy_cts1000.c | 90 ppc_md.halt = gpio_halt_cb; in __gpio_halt_probe() 122 ppc_md.halt = NULL; in gpio_halt_remove()
|
/openbmc/u-boot/arch/arm/mach-zynqmp/ |
H A D | mp.c | 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()
|
/openbmc/linux/drivers/soc/ti/ |
H A D | wkup_m3_ipc.c | 167 m3_ipc_state->halt = (1 << IPC_DBG_HALT_SHIFT); in wkup_m3_set_halt_late() 169 m3_ipc_state->halt = 0; in wkup_m3_set_halt_late() 187 if (option == &m3_ipc_state->halt) { in option_set() 209 &m3_ipc->halt, in wkup_m3_ipc_dbg_init() 474 m3_ipc->halt, 4); in wkup_m3_prepare_low_power()
|
/openbmc/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-mmu.c | 101 static void imgu_mmu_set_halt(struct imgu_mmu *mmu, bool halt) in imgu_mmu_set_halt() argument 106 writel(halt, mmu->base + REG_GP_HALT); in imgu_mmu_set_halt() 108 val, (val & 1) == halt, 1000, 100000); in imgu_mmu_set_halt() 112 halt ? "set" : "clear"); in imgu_mmu_set_halt()
|
/openbmc/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-trace.h | 98 TP_PROTO(struct cdns2_endpoint *ep_priv, u8 halt, u8 flush), 99 TP_ARGS(ep_priv, halt, flush), 102 __field(u8, halt) 107 __entry->halt = halt; 111 __get_str(name), __entry->halt ? "set" : "cleared")
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | taskdata.py | 42 def __init__(self, halt = True, skiplist = None, allowincomplete = False): argument 60 self.halt = halt 331 if self.halt: 482 if self.halt and target in self.external_targets: 519 if self.halt and target in self.external_targets and not self.allowincomplete:
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-trace.h | 28 TP_PROTO(struct cdns3_endpoint *ep_priv, u8 halt, u8 flush), 29 TP_ARGS(ep_priv, halt, flush), 32 __field(u8, halt) 37 __entry->halt = halt; 41 __get_str(name), __entry->halt ? "set" : "cleared")
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | reboot.h | 11 void (*halt)(void); member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
H A D | vsftpd.ftpusers | 9 halt
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | umountnfs.sh | 19 halt -w
|
H A D | halt | 31 halt SED_HALTARGS -p $hddown
|
/openbmc/linux/Documentation/virt/ |
H A D | index.rst | 13 guest-halt-polling
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | reboot.h | 11 void (*halt)(void); member
|
/openbmc/docs/ |
H A D | Makefile | 7 tflags = -interaction=nonstopmode -halt-on-error
|
/openbmc/linux/arch/x86/xen/ |
H A D | irq.c | 51 .halt = xen_halt,
|