Home
last modified time | relevance | path

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

1234567

/linux-6.1.9/arch/alpha/kernel/
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
/linux-6.1.9/drivers/net/usb/
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 …]
/linux-6.1.9/arch/alpha/boot/
Dhead.S98 .globl halt
99 .ent halt
100 halt: label
103 .end halt
/linux-6.1.9/Documentation/translations/zh_CN/virt/
Dguest-halt-polling.rst3 :Original: Documentation/virt/guest-halt-polling.rst
13 .. _cn_virt_guest-halt-polling:
16 客户机停机轮询机制(Guest halt polling)
/linux-6.1.9/Documentation/virt/kvm/
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 …]
Dindex.rst20 halt-polling
/linux-6.1.9/Documentation/devicetree/bindings/watchdog/
Datmel,sama5d4-wdt.yaml42 atmel,idle-halt:
52 atmel,dbg-halt:
73 atmel,dbg-halt;
74 atmel,idle-halt;
Datmel,at91sam9-wdt.yaml71 atmel,idle-halt:
82 atmel,dbg-halt:
123 atmel,dbg-halt;
124 atmel,idle-halt;
/linux-6.1.9/Documentation/devicetree/bindings/remoteproc/
Dqcom,sc7280-mss-pil.yaml105 qcom,halt-regs:
108 Halt registers are used to halt transactions of various sub-components
113 - description: offset to the Q6 halt register
114 - description: offset to the modem halt register
115 - description: offset to the nc halt register
116 - description: offset to the vq6 halt register
191 - qcom,halt-regs
254 qcom,halt-regs = <&tcsr_mutex 0x23000 0x25000 0x28000 0x33000>;
Dqcom,sc7180-mss-pil.yaml105 qcom,halt-regs:
108 Halt registers are used to halt transactions of various sub-components
113 - description: offset to the Q6 halt register
114 - description: offset to the modem halt register
115 - description: offset to the nc halt register
176 - qcom,halt-regs
237 qcom,halt-regs = <&tcsr_mutex_regs 0x23000 0x25000 0x24000>;
Dqcom,qcs404-cdsp-pil.yaml80 qcom,halt-regs:
84 three offsets within syscon for q6, modem and nc halt registers.
107 - qcom,halt-regs
154 qcom,halt-regs = <&tcsr 0x19004>;
Dqcom,sdm845-adsp-pil.yaml80 qcom,halt-regs:
84 three offsets within syscon for q6, modem and nc halt registers.
107 - qcom,halt-regs
153 qcom,halt-regs = <&tcsr_mutex_regs 0x22000>;
Dqcom,sc7280-wpss-pil.yaml88 qcom,halt-regs:
92 three offsets within syscon for q6, modem and nc halt registers.
142 - qcom,halt-regs
195 qcom,halt-regs = <&tcsr_mutex 0x37000>;
/linux-6.1.9/Documentation/devicetree/bindings/bus/
Dqcom,ssc-block-bus.yaml82 qcom,halt-regs:
84 description: describes how to locate the ssc AXI halt register
88 - description: offset for the ssc AXI halt register
103 - qcom,halt-regs
142 qcom,halt-regs = <&tcsr_mutex_regs 0x26000>;
/linux-6.1.9/arch/sh/kernel/
Dreboot.c65 .halt = native_machine_halt,
88 machine_ops.halt(); in machine_halt()
/linux-6.1.9/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c123 ppc_md.halt = gpio_halt_cb; in gpio_halt_probe()
145 ppc_md.halt = NULL; in gpio_halt_remove()
/linux-6.1.9/drivers/soc/ti/
Dwkup_m3_ipc.c168 m3_ipc_state->halt = (1 << IPC_DBG_HALT_SHIFT); in wkup_m3_set_halt_late()
170 m3_ipc_state->halt = 0; in wkup_m3_set_halt_late()
188 if (option == &m3_ipc_state->halt) { in option_set()
210 &m3_ipc->halt, in wkup_m3_ipc_dbg_init()
477 m3_ipc->halt, 4); in wkup_m3_prepare_low_power()
/linux-6.1.9/drivers/staging/media/ipu3/
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()
/linux-6.1.9/drivers/usb/cdns3/
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")
/linux-6.1.9/arch/sh/include/asm/
Dreboot.h11 void (*halt)(void); member
/linux-6.1.9/Documentation/virt/
Dindex.rst13 guest-halt-polling
/linux-6.1.9/Documentation/devicetree/bindings/input/
Dazoteq,iqs7222.yaml302 azoteq,global-halt:
800 azoteq,global-halt;
809 azoteq,global-halt;
818 azoteq,global-halt;
827 azoteq,global-halt;
836 azoteq,global-halt;
846 azoteq,global-halt;
855 azoteq,global-halt;
868 azoteq,global-halt;
881 azoteq,global-halt;
[all …]
/linux-6.1.9/arch/x86/include/asm/
Dreboot.h11 void (*halt)(void); member
/linux-6.1.9/arch/xtensa/kernel/
Dplatform.c32 _F(void, halt, (void), { while(1); });
/linux-6.1.9/arch/x86/xen/
Dirq.c51 .halt = xen_halt,

1234567