| /linux/arch/alpha/kernel/ |
| 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
|
| /linux/drivers/net/usb/ |
| 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() 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() 483 (void) rndis_command(dev, (void *)halt, CONTROL_BUFFER_SIZE); in rndis_unbind() [all …]
|
| /linux/arch/alpha/boot/ |
| A D | head.S | 98 .globl halt 99 .ent halt 100 halt: label 103 .end halt
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| A D | qcom,sc7280-adsp-pil.yaml | 76 qcom,halt-regs: 80 four offsets within syscon for q6, modem, nc and qv6 halt registers. 84 - description: offset to the Q6 halt register 85 - description: offset to the modem halt register 86 - description: offset to the nc halt register 87 - description: offset to the vq6 halt register 132 - qcom,halt-regs 176 qcom,halt-regs = <&tcsr_mutex 0x23000 0x25000 0x28000 0x33000>;
|
| A D | qcom,sc7280-mss-pil.yaml | 106 qcom,halt-regs: 109 Halt registers are used to halt transactions of various sub-components 114 - description: offset to the Q6 halt register 115 - description: offset to the modem halt register 116 - description: offset to the nc halt register 117 - description: offset to the vq6 halt register 192 - qcom,halt-regs 255 qcom,halt-regs = <&tcsr_mutex 0x23000 0x25000 0x28000 0x33000>;
|
| A D | qcom,qcs404-cdsp-pil.yaml | 80 qcom,halt-regs: 84 offset within syscon for q6 halt register. 88 - description: offset to the Q6 halt register 111 - qcom,halt-regs 158 qcom,halt-regs = <&tcsr 0x19004>;
|
| A D | qcom,sc7180-mss-pil.yaml | 106 qcom,halt-regs: 109 Halt registers are used to halt transactions of various sub-components 114 - description: offset to the Q6 halt register 115 - description: offset to the modem halt register 116 - description: offset to the nc halt register 177 - qcom,halt-regs 238 qcom,halt-regs = <&tcsr_mutex_regs 0x23000 0x25000 0x24000>;
|
| A D | qcom,sdm845-adsp-pil.yaml | 80 qcom,halt-regs: 84 offset within syscon for q6 halt register. 88 - description: offset to the Q6 halt register 111 - qcom,halt-regs 157 qcom,halt-regs = <&tcsr_mutex_regs 0x22000>;
|
| A D | qcom,msm8916-mss-pil.yaml | 109 qcom,halt-regs: 112 Halt registers are used to halt transactions of various sub-components 117 - description: offset to the Q6 halt register 118 - description: offset to the modem halt register 119 - description: offset to the nc halt register 191 - qcom,halt-regs 265 qcom,halt-regs = <&tcsr 0x18000 0x19000 0x1a000>;
|
| A D | qcom,sc7280-wpss-pil.yaml | 88 qcom,halt-regs: 92 offset within syscon for q6 halt register. 96 - description: offset to the Q6 halt register 146 - qcom,halt-regs 199 qcom,halt-regs = <&tcsr_mutex 0x37000>;
|
| A D | qcom,msm8996-mss-pil.yaml | 110 qcom,halt-regs: 113 Halt registers are used to halt transactions of various sub-components 118 - description: offset to the Q6 halt register 119 - description: offset to the modem halt register 120 - description: offset to the nc halt register 203 - qcom,halt-regs 379 qcom,halt-regs = <&tcsr_regs_1 0x3000 0x5000 0x4000>;
|
| /linux/Documentation/translations/zh_CN/virt/ |
| A D | guest-halt-polling.rst | 3 :Original: Documentation/virt/guest-halt-polling.rst 13 .. _cn_virt_guest-halt-polling: 16 客户机停机轮询机制(Guest halt polling)
|
| /linux/Documentation/virt/kvm/ |
| 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 …]
|
| A D | index.rst | 21 halt-polling
|
| /linux/Documentation/devicetree/bindings/watchdog/ |
| A D | atmel,sama5d4-wdt.yaml | 46 atmel,idle-halt: 56 atmel,dbg-halt: 77 atmel,dbg-halt; 78 atmel,idle-halt;
|
| A D | atmel,at91sam9-wdt.yaml | 71 atmel,idle-halt: 82 atmel,dbg-halt: 123 atmel,dbg-halt; 124 atmel,idle-halt;
|
| /linux/Documentation/devicetree/bindings/bus/ |
| A D | qcom,ssc-block-bus.yaml | 82 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/arch/sh/kernel/ |
| A D | reboot.c | 65 .halt = native_machine_halt, 88 machine_ops.halt(); in machine_halt()
|
| /linux/arch/powerpc/platforms/85xx/ |
| 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()
|
| /linux/drivers/soc/ti/ |
| 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()
|
| /linux/drivers/staging/media/ipu3/ |
| 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()
|
| /linux/drivers/usb/gadget/udc/cdns2/ |
| 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")
|
| /linux/drivers/usb/cdns3/ |
| 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")
|
| /linux/arch/sh/include/asm/ |
| A D | reboot.h | 11 void (*halt)(void); member
|
| /linux/Documentation/virt/ |
| A D | index.rst | 13 guest-halt-polling
|