| /linux/arch/powerpc/platforms/85xx/ |
| H A D | sgy_cts1000.c | 10 #define pr_fmt(fmt) "gpio-halt: " fmt 29 .compatible = "sgy,gpio-halt", 48 panic("Halt failed\n"); in gpio_halt_cb() 69 NULL, 0, GPIOD_OUT_LOW, "gpio-halt"); in __gpio_halt_probe() 72 dev_err(&pdev->dev, "failed to request halt GPIO: %d\n", err); in __gpio_halt_probe() 80 "gpio-halt", pdev); in __gpio_halt_probe() 89 /* Register our halt function */ in __gpio_halt_probe() 90 ppc_md.halt = gpio_halt_cb; in __gpio_halt_probe() 93 dev_info(&pdev->dev, "registered halt GPIO, irq: %d\n", halt_irq); in __gpio_halt_probe() 122 ppc_md.halt = NULL; in gpio_halt_remove() [all …]
|
| /linux/Documentation/virt/kvm/ |
| H 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: 31 Halt Polling Interval 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 | | [all …]
|
| /linux/arch/alpha/kernel/ |
| H 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/Documentation/devicetree/bindings/bus/ |
| H 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/drivers/clk/qcom/ |
| H A D | clk-branch.h | 17 * @halt_reg: halt register 19 * @halt_check: type of halt checking to perform 31 #define BRANCH_HALT 0 /* pol: 1 = halt */ 33 #define BRANCH_HALT_ENABLE 1 /* pol: 0 = halt */ 36 #define BRANCH_HALT_SKIP 3 /* Don't check halt bit */
|
| /linux/Documentation/devicetree/bindings/watchdog/ |
| H A D | atmel,sama5d4-wdt.yaml | 46 atmel,idle-halt: 56 atmel,dbg-halt: 77 atmel,dbg-halt; 78 atmel,idle-halt;
|
| H A D | atmel,at91sam9-wdt.yaml | 71 atmel,idle-halt: 82 atmel,dbg-halt: 123 atmel,dbg-halt; 124 atmel,idle-halt;
|
| /linux/tools/usb/ |
| H A D | hcd-tests.sh | 9 # - halt: needs bulk sink+src, tests halt set/clear from host 20 #TYPES='control out in halt' 233 halt) 236 # firmware can halt them from the device, don't worry much if 239 echo "test 13: $COUNT halt set/clear"
|
| /linux/drivers/net/usb/ |
| H A D | rndis_host.c | 304 struct rndis_halt *halt; in generic_rndis_bind() member 446 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind() 447 u.halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in generic_rndis_bind() 448 u.halt->msg_len = cpu_to_le32(sizeof *u.halt); in generic_rndis_bind() 449 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 477 struct rndis_halt *halt; in rndis_unbind() local 480 halt = kzalloc(CONTROL_BUFFER_SIZE, GFP_KERNEL); in rndis_unbind() 481 if (halt) { in rndis_unbind() 482 halt->msg_type = cpu_to_le32(RNDIS_MSG_HALT); in rndis_unbind() 483 halt->msg_len = cpu_to_le32(sizeof *halt); in rndis_unbind() [all …]
|
| /linux/arch/alpha/boot/ |
| H A D | head.S | 98 .globl halt 99 .ent halt 100 halt: label 103 .end halt
|
| /linux/Documentation/translations/zh_CN/virt/ |
| H 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/arch/mips/include/asm/dec/ |
| H A D | kn02ba.h | 17 #define KN02BA_CPU_INR_HALT 6 /* HALT button */ 40 #define KN02BA_IO_INR_PBNC 1 /* ~HALT button debouncer */ 41 #define KN02BA_IO_INR_PBNO 0 /* HALT button debouncer */
|
| H A D | kn03.h | 26 #define KN03_CPU_INR_HALT 6 /* HALT button */ 49 #define KN03_IO_INR_PBNC 1 /* ~HALT button debouncer */ 50 #define KN03_IO_INR_PBNO 0 /* HALT button debouncer */
|
| /linux/tools/perf/pmu-events/arch/x86/silvermont/ |
| H A D | pipeline.json | 164 …halt state. The core enters the halt state when it is running the HLT instruction. This event is a… 173 …unts the number of core cycles while the core is not in a halt state. The core enters the halt sta… 181 … the number of reference cycles that the core is not in a halt state. The core enters the halt sta… 189 …halt state. The core enters the halt state when it is running the HLT instruction. This event is a…
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-mmu.c | 94 * imgu_mmu_set_halt - set CIO gate halt bit 96 * @halt: Desired state of the gate bit. 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() 111 dev_err(mmu->dev, "failed to %s CIO gate halt\n", in imgu_mmu_set_halt() 112 halt ? "set" : "clear"); in imgu_mmu_set_halt()
|
| /linux/tools/perf/pmu-events/arch/x86/alderlaken/ |
| H A D | pipeline.json | 324 "PublicDescription": "Counts the number of core cycles while the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. The core frequency may change from time to time. For this reason this event may have a changing ratio with regards to time. This event uses fixed counter 1.", 333 "PublicDescription": "Counts the number of core cycles while the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. The core frequency may change from time to time. For this reason this event may have a changing ratio with regards to time. This event uses a programmable general purpose performance counter.", 349 "PublicDescription": "Counts the number of reference cycles that the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. This event is not affected by core frequency changes and increments at a fixed frequency that is also used for the Time Stamp Counter (TSC). This event uses fixed counter 2.", 358 "PublicDescription": "Counts the number of reference cycles that the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. This event is not affected by core frequency changes and increments at a fixed frequency that is also used for the Time Stamp Counter (TSC). This event uses a programmable general purpose performance counter.", 366 "PublicDescription": "Counts the number of core cycles while the core is not in a halt state. The core enters the halt stat [all...] |
| /linux/tools/perf/pmu-events/arch/x86/elkhartlake/ |
| H A D | pipeline.json | 162 …unts the number of core cycles while the core is not in a halt state. The core enters the halt sta… 171 …unts the number of core cycles while the core is not in a halt state. The core enters the halt sta… 179 … the number of reference cycles that the core is not in a halt state. The core enters the halt sta… 187 … the number of reference cycles that the core is not in a halt state. The core enters the halt sta… 196 … the number of reference cycles that the core is not in a halt state. The core enters the halt sta…
|
| /linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
| H A D | pipeline.json | 162 …unts the number of core cycles while the core is not in a halt state. The core enters the halt sta… 171 …unts the number of core cycles while the core is not in a halt state. The core enters the halt sta… 179 … the number of reference cycles that the core is not in a halt state. The core enters the halt sta… 187 … the number of reference cycles that the core is not in a halt state. The core enters the halt sta… 196 … the number of reference cycles that the core is not in a halt state. The core enters the halt sta…
|
| /linux/drivers/spi/ |
| H A D | spi-slave-system-control.c | 5 * halt, and suspend. 18 * # halt='\x38\x76' 20 * # spidev_test -D /dev/spidev2.0 -p $suspend # or $reboot, $poweroff, $halt
|
| /linux/drivers/cpuidle/governors/ |
| H A D | haltpoll.c | 39 /* allow shrinking guest halt poll */ 63 /* Halt if no event occurred on poll window */ in haltpoll_select() 73 /* Last state was halt: poll */ in haltpoll_select()
|
| /linux/tools/perf/pmu-events/arch/x86/alderlake/ |
| H A D | pipeline.json | 624 "PublicDescription": "Counts the number of core cycles while the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. The core frequency may change from time to time. For this reason this event may have a changing ratio with regards to time. This event uses fixed counter 1.", 634 "PublicDescription": "Counts the number of core cycles while the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. The core frequency may change from time to time. For this reason this event may have a changing ratio with regards to time. This event uses a programmable general purpose performance counter.", 702 "PublicDescription": "Counts the number of reference cycles that the core is not in a halt state. The core enters the halt state when it is running the HLT instruction. This event is not affected by core frequency changes and increments at a fixed frequency that is also used for the Time Stamp Counter (TSC). This event uses fixed counter 2.", 708 "BriefDescription": "Reference cycles when the core is not in halt state.", 711 "PublicDescription": "Counts the number of reference cycles when the core is not in a halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT instruction. This event is not affected by core frequency changes (for example, P states, TM2 transitions) but has the same incrementing frequency as the time stamp counter. This event can approximate elapsed time while the core was not in a halt stat [all...] |
| /linux/drivers/cpuidle/ |
| H A D | cpuidle-clps711x.c | 30 .name = "HALT", 31 .desc = "CLPS711X HALT",
|
| /linux/tools/perf/pmu-events/arch/x86/skylake/ |
| H A D | pipeline.json | 215 "BriefDescription": "Reference cycles when the core is not in halt state.", 218 …halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT ins… 250 "BriefDescription": "Core cycles when the thread is not in halt state", 253 …halt state. The thread enters the halt state when it is running the HLT instruction. This event is… 259 …iefDescription": "Core cycles when at least one thread on the physical core is not in halt state.", 266 "BriefDescription": "Thread cycles when thread is not in halt state", 270 …the number of thread cycles while the thread is not in a halt state. The thread enters the halt st… 275 …iefDescription": "Core cycles when at least one thread on the physical core is not in halt state.",
|
| /linux/tools/perf/pmu-events/arch/x86/cascadelakex/ |
| H A D | pipeline.json | 225 "BriefDescription": "Reference cycles when the core is not in halt state.", 228 …halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT ins… 260 "BriefDescription": "Core cycles when the thread is not in halt state", 263 …halt state. The thread enters the halt state when it is running the HLT instruction. This event is… 269 …iefDescription": "Core cycles when at least one thread on the physical core is not in halt state.", 276 "BriefDescription": "Thread cycles when thread is not in halt state", 280 …the number of thread cycles while the thread is not in a halt state. The thread enters the halt st… 285 …iefDescription": "Core cycles when at least one thread on the physical core is not in halt state.",
|
| /linux/tools/perf/pmu-events/arch/x86/skylakex/ |
| H A D | pipeline.json | 225 "BriefDescription": "Reference cycles when the core is not in halt state.", 228 …halt state. The core enters the halt state when it is running the HLT instruction or the MWAIT ins… 260 "BriefDescription": "Core cycles when the thread is not in halt state", 263 …halt state. The thread enters the halt state when it is running the HLT instruction. This event is… 269 …iefDescription": "Core cycles when at least one thread on the physical core is not in halt state.", 276 "BriefDescription": "Thread cycles when thread is not in halt state", 280 …the number of thread cycles while the thread is not in a halt state. The thread enters the halt st… 285 …iefDescription": "Core cycles when at least one thread on the physical core is not in halt state.",
|