Home
last modified time | relevance | path

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

1234567891011

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-core/sysvinit/sysvinit/
H A D0001-Support-rebooting-with-arg.patch8 src/halt.c | 19 +++++++++++++++++--
11 diff --git a/src/halt.c b/src/halt.c
13 --- a/src/halt.c
14 +++ b/src/halt.c
22 char *Version = "@(#)halt 2.86 31-Jul-2004 miquels@cistron.nl";
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0026-efi-Fix-use-after-free-in-halt-reboot-path.patch4 Subject: [PATCH] efi: Fix use-after-free in halt/reboot path
11 used not only by exit path but by halt/reboot one as well.
13 modules, such as halt, reboot, acpi (used by halt) also got
18 grub> halt
38 exit boot services path but keep it for halt/reboot path
41 loader flag to be used by efi halt/reboot path.
55 grub-core/lib/efi/halt.c | 3 ++-
155 diff --git a/grub-core/lib/efi/halt.c b/grub-core/lib/efi/halt.c
157 --- a/grub-core/lib/efi/halt.c
158 +++ b/grub-core/lib/efi/halt.c
/OK3568_Linux_fs/buildroot/package/busybox/
H A D0005-halt-Support-rebooting-with-arg.patch4 Subject: [PATCH 5/8] halt: Support rebooting with arg
10 init/halt.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
13 diff --git a/init/halt.c b/init/halt.c
15 --- a/init/halt.c
16 +++ b/init/halt.c
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Drndis_host.c302 struct rndis_halt *halt; in generic_rndis_bind() member
447 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind()
448 u.halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in generic_rndis_bind()
449 u.halt->msg_len = cpu_to_le32(sizeof *u.halt); in generic_rndis_bind()
450 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind()
468 struct rndis_halt *halt; in rndis_unbind() local
471 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); in rndis_unbind()
472 if (halt) { in rndis_unbind()
473 halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in rndis_unbind()
474 halt->msg_len = cpu_to_le32(sizeof *halt); in rndis_unbind()
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dhead.S88 # It is handy, on occasion, to make halt actually just loop.
94 .globl halt symbol
95 .ent halt
96 halt: label
99 .end halt
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A Dhead.S98 .globl halt symbol
99 .ent halt
100 halt: label
103 .end halt
/OK3568_Linux_fs/device/rockchip/common/data/
H A Dbusybox-reboot20 --halt)
21 CMD=halt
52 --halt Halt the machine
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/
H A Datmel-sama5d4-wdt.txt15 - atmel,idle-halt: present if you want to stop the watchdog when the CPU is
22 - atmel,dbg-halt: present if you want to stop the watchdog when the CPU is
32 atmel,dbg-halt;
33 atmel,idle-halt;
H A Datmel-wdt.txt28 - atmel,idle-halt : Should be present if you want to stop the watchdog when
35 - atmel,dbg-halt : Should be present if you want to stop the watchdog when
47 atmel,dbg-halt;
48 atmel,idle-halt;
/OK3568_Linux_fs/kernel/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 | |
/OK3568_Linux_fs/buildroot/package/sysvinit/
H A Dsysvinit.mk26 for x in halt init shutdown killall5; do \
30 ln -sf /sbin/halt $(TARGET_DIR)/sbin/reboot
31 ln -sf /sbin/halt $(TARGET_DIR)/sbin/poweroff
H A Dinittab29 # The usual halt or reboot actions
30 hlt0:0:wait:/sbin/halt -dhp
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/
H A Dsysvinit_3.01.bb36 ALTERNATIVE:${PN} = "init mountpoint halt reboot runlevel shutdown poweroff last lastb mesg utmpdum…
46 ALTERNATIVE_LINK_NAME[halt] = "${base_sbindir}/halt"
111 chown root:shutdown ${D}${base_sbindir}/halt ${D}${base_sbindir}/shutdown
112 chmod o-x,u+s ${D}${base_sbindir}/halt ${D}${base_sbindir}/shutdown
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dinstall.patch55 - ln -sf halt $(ROOT)/sbin/reboot
56 - ln -sf halt $(ROOT)/sbin/poweroff
61 + ln -sf halt $(ROOT)$(base_sbindir)/reboot
62 + ln -sf halt $(ROOT)$(base_sbindir)/poweroff
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dreboot.c66 .halt = native_machine_halt,
89 machine_ops.halt(); in machine_halt()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/zynqmp/
H A Dmp.c55 static void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode() argument
60 if (halt == HALT) in set_r5_halt_mode()
68 if (halt == HALT) in set_r5_halt_mode()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c120 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe()
137 ppc_md.halt = NULL; in gpio_halt_remove()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/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:
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dtrace.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")
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,hexagon-v56.txt72 - qcom,halt-regs:
76 by the offset within syscon for Hexagon halt register.
134 qcom,halt-regs = <&tcsr_mutex_regs 0x22000>;
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dreboot.c756 .halt = native_machine_halt,
784 machine_ops.halt(); in machine_halt()
824 halt(); in crash_nmi_callback()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/
H A Dinitscripts_1.0.bb12 file://halt \
64 sed -i -e "s:SED_HALTARGS:${HALTARGS}:g" ${WORKDIR}/halt
89 install -m 0755 ${WORKDIR}/halt ${D}${sysconfdir}/init.d
136 update-rc.d -r ${D} halt start 90 0 .
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Drenesas_usb3.c319 bool halt; member
1497 if (usb3_ep->halt || usb3_ep->started) in usb3_start_pipen()
1615 if (usb3_ep->halt) in usb3_std_req_get_status()
1664 static int usb3_set_halt_p0(struct renesas_usb3_ep *usb3_ep, bool halt) in usb3_set_halt_p0() argument
1671 usb3_ep->halt = halt; in usb3_set_halt_p0()
1672 if (halt) in usb3_set_halt_p0()
1680 static int usb3_set_halt_pn(struct renesas_usb3_ep *usb3_ep, bool halt, in usb3_set_halt_pn() argument
1688 usb3_ep->halt = halt; in usb3_set_halt_pn()
1689 if (halt) { in usb3_set_halt_pn()
1702 static int usb3_set_halt(struct renesas_usb3_ep *usb3_ep, bool halt, in usb3_set_halt() argument
[all …]
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dreboot.h11 void (*halt)(void); member

1234567891011