/Linux-v5.10/arch/alpha/kernel/ |
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
|
D | process.c | 101 halt(); in common_shutdown_1() 161 halt(); in common_shutdown_1()
|
/Linux-v5.10/drivers/net/usb/ |
D | rndis_host.c | 302 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 …]
|
/Linux-v5.10/arch/alpha/boot/ |
D | head.S | 98 .globl halt 99 .ent halt 100 halt: label 103 .end halt
|
/Linux-v5.10/Documentation/devicetree/bindings/watchdog/ |
D | atmel-sama5d4-wdt.txt | 15 - 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;
|
D | atmel-wdt.txt | 28 - 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;
|
/Linux-v5.10/Documentation/virt/kvm/ |
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 | |
|
D | index.rst | 13 halt-polling
|
/Linux-v5.10/arch/sh/kernel/ |
D | reboot.c | 66 .halt = native_machine_halt, 89 machine_ops.halt(); in machine_halt()
|
/Linux-v5.10/arch/powerpc/platforms/85xx/ |
D | sgy_cts1000.c | 120 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe() 137 ppc_md.halt = NULL; in gpio_halt_remove()
|
/Linux-v5.10/drivers/staging/media/ipu3/ |
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()
|
/Linux-v5.10/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,hexagon-v56.txt | 72 - qcom,halt-regs: 76 by the offset within syscon for Hexagon halt register. 134 qcom,halt-regs = <&tcsr_mutex_regs 0x22000>;
|
/Linux-v5.10/arch/sh/include/asm/ |
D | reboot.h | 11 void (*halt)(void); member
|
/Linux-v5.10/drivers/usb/cdns3/ |
D | 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")
|
/Linux-v5.10/Documentation/virt/ |
D | index.rst | 13 guest-halt-polling
|
/Linux-v5.10/arch/x86/include/asm/ |
D | reboot.h | 11 void (*halt)(void); member
|
D | irqflags.h | 110 static inline __cpuidle void halt(void) in halt() function
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | platform.c | 32 _F(void, halt, (void), { while(1); });
|
/Linux-v5.10/arch/powerpc/platforms/embedded6xx/ |
D | gamecube.c | 73 .halt = gamecube_halt, in define_machine()
|
/Linux-v5.10/arch/x86/kernel/ |
D | reboot.c | 764 .halt = native_machine_halt, 792 machine_ops.halt(); in machine_halt() 832 halt(); in crash_nmi_callback()
|
/Linux-v5.10/arch/powerpc/platforms/maple/ |
D | setup.c | 169 ppc_md.halt = rtas_halt; in maple_use_rtas_reboot_and_halt_if_present() 358 .halt = maple_halt, in define_machine()
|
/Linux-v5.10/drivers/usb/gadget/udc/ |
D | renesas_usb3.c | 319 bool halt; member 1497 if (usb3_ep->halt || usb3_ep->started) in usb3_start_pipen() 1614 if (usb3_ep->halt) in usb3_std_req_get_status() 1663 static int usb3_set_halt_p0(struct renesas_usb3_ep *usb3_ep, bool halt) in usb3_set_halt_p0() argument 1670 usb3_ep->halt = halt; in usb3_set_halt_p0() 1671 if (halt) in usb3_set_halt_p0() 1679 static int usb3_set_halt_pn(struct renesas_usb3_ep *usb3_ep, bool halt, in usb3_set_halt_pn() argument 1687 usb3_ep->halt = halt; in usb3_set_halt_pn() 1688 if (halt) { in usb3_set_halt_pn() 1701 static int usb3_set_halt(struct renesas_usb3_ep *usb3_ep, bool halt, in usb3_set_halt() argument [all …]
|
/Linux-v5.10/drivers/block/rsxx/ |
D | core.c | 291 if (unlikely(card->halt) || in rsxx_enable_ier() 311 if (unlikely(card->halt) || in rsxx_enable_ier_and_isr() 469 if (unlikely(card->halt)) in card_event_handler() 588 card->halt = 1; in rsxx_eeh_failure() 801 card->halt = 0; in rsxx_pci_probe() 1015 card->halt = 1; in rsxx_pci_remove()
|
D | dev.c | 139 if (unlikely(card->halt)) in rsxx_submit_bio() 160 if (!unlikely(card->halt)) in rsxx_submit_bio()
|
/Linux-v5.10/arch/x86/xen/ |
D | irq.c | 126 .halt = xen_halt,
|