| /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
|
| H A D | process.c | 102 halt(); in common_shutdown_1() 162 halt(); in common_shutdown_1()
|
| /linux/drivers/net/usb/ |
| H 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() 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/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)
|
| H A D | index.rst | 24 guest-halt-polling
|
| /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: 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 …]
|
| H A D | index.rst | 21 halt-polling
|
| /linux/arch/sh/kernel/ |
| H A D | reboot.c | 65 .halt = native_machine_halt, 88 machine_ops.halt(); in machine_halt()
|
| /linux/arch/powerpc/platforms/85xx/ |
| H 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()
|
| H A D | corenet_generic.c | 164 ppc_md.halt = fsl_hv_halt; in corenet_generic_probe()
|
| /linux/drivers/soc/ti/ |
| H 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/ |
| H 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/arch/sh/include/asm/ |
| H A D | reboot.h | 11 void (*halt)(void); member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gfxhub.h | 40 void (*halt)(struct amdgpu_device *adev); member
|
| H A D | sienna_cichlid.c | 102 if (adev->gfxhub.funcs->halt) in sienna_cichlid_mode2_prepare_hwcontext() 103 adev->gfxhub.funcs->halt(adev); in sienna_cichlid_mode2_prepare_hwcontext()
|
| H A D | vpe_v6_1.c | 73 static void vpe_v6_1_halt(struct amdgpu_vpe *vpe, bool halt) in vpe_v6_1_halt() argument 80 f32_cntl = REG_SET_FIELD(f32_cntl, VPEC_F32_CNTL, HALT, halt ? 1 : 0); in vpe_v6_1_halt() 81 f32_cntl = REG_SET_FIELD(f32_cntl, VPEC_F32_CNTL, TH1_RESET, halt ? 1 : 0); in vpe_v6_1_halt()
|
| /linux/arch/powerpc/platforms/embedded6xx/ |
| H A D | gamecube.c | 70 .halt = gamecube_halt, in define_machine()
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| H A D | qcom,q6v5.txt | 87 - qcom,halt-regs: 92 halt registers.
|
| /linux/include/linux/ |
| H A D | wkup_m3_ipc.h | 31 u32 halt; member
|
| /linux/arch/x86/include/asm/ |
| H A D | irqflags.h | 94 static __always_inline void halt(void) in halt() function
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-dpi-defs.h | 777 uint64_t halt:1; member 801 uint64_t halt:1; 808 uint64_t halt:1; member 834 uint64_t halt:1;
|
| /linux/drivers/cpufreq/ |
| H A D | longhaul.c | 150 halt(); in do_longhaul1() 187 halt(); in do_powersaver() 205 halt(); in do_powersaver() 224 halt(); in do_powersaver()
|
| /linux/tools/usb/ |
| H A D | hcd-tests.sh | 233 halt)
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | gr_udc.c | 703 static int gr_ep_halt_wedge(struct gr_ep *ep, int halt, int wedge, int fromhost) in gr_ep_halt_wedge() argument 716 if (halt && !fromhost) { in gr_ep_halt_wedge() 726 (halt ? (wedge ? "wedge" : "set") : "clear"), ep->ep.name); in gr_ep_halt_wedge() 729 if (halt) { in gr_ep_halt_wedge() 1744 static int gr_set_halt_wedge(struct usb_ep *_ep, int halt, int wedge) in gr_set_halt_wedge() argument 1756 if (halt && ep->is_in && !list_empty(&ep->queue)) { in gr_set_halt_wedge() 1761 ret = gr_ep_halt_wedge(ep, halt, wedge, 0); in gr_set_halt_wedge() 1770 static int gr_set_halt(struct usb_ep *_ep, int halt) in gr_set_halt() argument 1772 return gr_set_halt_wedge(_ep, halt, 0); in gr_set_halt()
|