Home
last modified time | relevance | path

Searched refs:halt (Results 1 – 25 of 270) sorted by relevance

1234567891011

/openbmc/linux/arch/alpha/kernel/
H A Dhead.S88 # 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 Drndis_host.c303 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 Dhead.S98 .globl halt
99 .ent halt
100 halt: label
103 .end halt
/openbmc/docs/designs/
H A Dfail-boot-on-hw-error.md12 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 Dguest-halt-polling.rst3 :Original: Documentation/virt/guest-halt-polling.rst
13 .. _cn_virt_guest-halt-polling:
16 客户机停机轮询机制(Guest halt polling)
/openbmc/linux/Documentation/virt/kvm/
H A Dhalt-polling.rst4 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 Dindex.rst20 halt-polling
/openbmc/u-boot/arch/arm/mach-versal/
H A Dmp.c28 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 Dsysvinit_3.13.bb33 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 Dreboot.c65 .halt = native_machine_halt,
88 machine_ops.halt(); in machine_halt()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c90 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 Dmp.c54 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 Dwkup_m3_ipc.c167 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 Dipu3-mmu.c101 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 Dcdns2-trace.h98 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 Dtaskdata.py42 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 Dcdns3-trace.h28 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 Dreboot.h11 void (*halt)(void); member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dvsftpd.ftpusers9 halt
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dumountnfs.sh19 halt -w
H A Dhalt31 halt SED_HALTARGS -p $hddown
/openbmc/linux/Documentation/virt/
H A Dindex.rst13 guest-halt-polling
/openbmc/linux/arch/x86/include/asm/
H A Dreboot.h11 void (*halt)(void); member
/openbmc/docs/
H A DMakefile7 tflags = -interaction=nonstopmode -halt-on-error
/openbmc/linux/arch/x86/xen/
H A Dirq.c51 .halt = xen_halt,

1234567891011