Home
last modified time | relevance | path

Searched refs:push (Results 1 – 200 of 251) sorted by relevance

12

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c436 evo_kick(u32 *push, void *evoc) in evo_kick() argument
439 nvif_wr32(&dmac->base.user, 0x0000, (push - dmac->ptr) << 2); in evo_kick()
474 u32 *push = evo_wait(mast, 8); in evo_sync() local
475 if (push) { in evo_sync()
477 evo_mthd(push, 0x0084, 1); in evo_sync()
478 evo_data(push, 0x80000000 | EVO_MAST_NTFY); in evo_sync()
479 evo_mthd(push, 0x0080, 2); in evo_sync()
480 evo_data(push, 0x00000000); in evo_sync()
481 evo_data(push, 0x00000000); in evo_sync()
482 evo_kick(push, mast); in evo_sync()
[all …]
Dnouveau_chan.c74 nvif_object_fini(&chan->push.ctxdma); in nouveau_channel_del()
75 nouveau_bo_vma_del(chan->push.buffer, &chan->push.vma); in nouveau_channel_del()
76 nouveau_bo_unmap(chan->push.buffer); in nouveau_channel_del()
77 if (chan->push.buffer && chan->push.buffer->pin_refcnt) in nouveau_channel_del()
78 nouveau_bo_unpin(chan->push.buffer); in nouveau_channel_del()
79 nouveau_bo_ref(NULL, &chan->push.buffer); in nouveau_channel_del()
110 &chan->push.buffer); in nouveau_channel_prep()
112 ret = nouveau_bo_pin(chan->push.buffer, target, false); in nouveau_channel_prep()
114 ret = nouveau_bo_map(chan->push.buffer); in nouveau_channel_prep()
126 chan->push.vma.offset = chan->push.buffer->bo.offset; in nouveau_channel_prep()
[all …]
Dnouveau_dma.c34 u32 *mem = ttm_kmap_obj_virtual(&chan->push.buffer->kmap, &is_iomem); in OUT_RINGp()
74 if (val < chan->push.vma.offset || in READ_GET()
75 val > chan->push.vma.offset + (chan->dma.max << 2)) in READ_GET()
78 return (val - chan->push.vma.offset) >> 2; in READ_GET()
86 struct nouveau_bo *pb = chan->push.buffer; in nv50_dma_push()
227 OUT_RING(chan, chan->push.vma.offset | 0x20000000); in nouveau_dma_wait()
Dnouveau_gem.c677 struct drm_nouveau_gem_pushbuf_push *push; in nouveau_gem_ioctl_pushbuf() local
720 push = u_memcpya(req->push, req->nr_push, sizeof(*push)); in nouveau_gem_ioctl_pushbuf()
721 if (IS_ERR(push)) in nouveau_gem_ioctl_pushbuf()
722 return nouveau_abi16_put(abi16, PTR_ERR(push)); in nouveau_gem_ioctl_pushbuf()
726 u_free(push); in nouveau_gem_ioctl_pushbuf()
732 if (push[i].bo_index >= req->nr_buffers) { in nouveau_gem_ioctl_pushbuf()
766 bo[push[i].bo_index].user_priv; in nouveau_gem_ioctl_pushbuf()
768 nv50_dma_push(chan, nvbo, push[i].offset, in nouveau_gem_ioctl_pushbuf()
769 push[i].length); in nouveau_gem_ioctl_pushbuf()
781 bo[push[i].bo_index].user_priv; in nouveau_gem_ioctl_pushbuf()
[all …]
Dnouveau_dma.h104 nouveau_bo_wr32(chan->push.buffer, chan->dma.cur++, data); in OUT_RING()
142 nouveau_bo_rd32(chan->push.buffer, 0); \
143 nvif_wr32(chan, chan->user_put, ((val) << 2) + chan->push.vma.offset); \
154 nv50_dma_push(chan, chan->push.buffer, chan->dma.put << 2, in FIRE_RING()
Dnv50_fbcon.c130 int push = dwords > 2047 ? 2047 : dwords; in nv50_fbcon_imageblit() local
132 ret = RING_SPACE(chan, push + 1); in nv50_fbcon_imageblit()
136 dwords -= push; in nv50_fbcon_imageblit()
138 BEGIN_NI04(chan, NvSub2D, 0x0860, push); in nv50_fbcon_imageblit()
139 OUT_RINGp(chan, data, push); in nv50_fbcon_imageblit()
140 data += push; in nv50_fbcon_imageblit()
Dnvc0_fbcon.c130 int push = dwords > 2047 ? 2047 : dwords; in nvc0_fbcon_imageblit() local
132 ret = RING_SPACE(chan, push + 1); in nvc0_fbcon_imageblit()
136 dwords -= push; in nvc0_fbcon_imageblit()
138 BEGIN_NIC0(chan, NvSub2D, 0x0860, push); in nvc0_fbcon_imageblit()
139 OUT_RINGp(chan, data, push); in nvc0_fbcon_imageblit()
140 data += push; in nvc0_fbcon_imageblit()
Dnouveau_chan.h21 } push; member
Dnouveau_abi16.c294 if (chan->chan->push.buffer->bo.mem.mem_type == TTM_PL_VRAM) in nouveau_abi16_ioctl_channel_alloc()
/linux-4.1.27/arch/m32r/include/asm/
Dassembler.h84 push r0 ; orig_r0
85 push sp ; spi (r15)
86 push lr ; r14
87 push r13
89 push r13
91 push r13
93 push r13
95 push r13
97 push r13
100 push r13
[all …]
/linux-4.1.27/arch/x86/xen/
Dxen-asm.S114 push %eax
115 push %ecx
116 push %edx
122 push %rax
123 push %rcx
124 push %rdx
125 push %rsi
126 push %rdi
127 push %r8
128 push %r9
[all …]
Dxen-asm_32.S28 push %eax
29 push %ecx
30 push %edx
94 push %eax
/linux-4.1.27/arch/mips/include/asm/
Dasmmacro.h60 .set push
84 .set push
118 .set push
141 .set push
215 .set push
223 .set push
231 .set push
239 .set push
247 .set push
255 .set push
[all …]
Dasm.h99 .set push; \
112 .set push; \
148 .set push; \
154 .set push; \
161 .set push; \
179 .set push; \
186 .set push; \
195 .set push; \
202 .set push; \
Dstackframe.h29 .set push
147 .set push
236 .set push
288 .set push
315 .set push
326 .set push
Dpm.h44 .set push
113 .set push
Dasmmacro-32.h16 .set push
40 .set push
Dhazards.h234 .set push; \
Dasm-eva.h131 .set push; \
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc78 push $r13
101 push $r9
102 push $r8
122 push $r9
123 push $r8
180 push $r0
182 push $r8
183 push $r9
184 push $r10
185 push $r11
[all …]
Darith.fuc53 push $r1 // A_hi
54 push $r2 // B_hi
55 push $r3 // tmp0
56 push $r4 // tmp1
Di2c_.fuc139 */ push $r5 /*
160 push $r4
323 push $r13
324 push $r14
326 push $r13
Dmemx.fuc290 push $r5
369 push $r14
370 push $r13
Didle.fuc67 push $r1
Dmacros.fuc241 */ push addr /*
242 */ push reg /*
/linux-4.1.27/arch/arm/lib/
Dmemmove.S145 .macro backward_copy_shift push pull
173 mov lr, r3, lspush #\push
177 mov ip, ip, lspush #\push
179 mov r9, r9, lspush #\push
181 mov r8, r8, lspush #\push
183 mov r7, r7, lspush #\push
185 mov r6, r6, lspush #\push
187 mov r5, r5, lspush #\push
189 mov r4, r4, lspush #\push
205 15: mov lr, r3, lspush #\push
[all …]
Dcopy_template.S198 .macro forward_copy_shift pull push
229 orr r3, r3, r4, lspush #\push
231 orr r4, r4, r5, lspush #\push
233 orr r5, r5, r6, lspush #\push
235 orr r6, r6, r7, lspush #\push
237 orr r7, r7, r8, lspush #\push
239 orr r8, r8, r9, lspush #\push
241 orr r9, r9, ip, lspush #\push
243 orr ip, ip, lr, lspush #\push
260 orr r3, r3, lr, lspush #\push
[all …]
/linux-4.1.27/arch/x86/platform/efi/
Defi_thunk_64.S28 push %rbp
29 push %rbx
71 push %rax
73 push %rax
75 push %rax
120 push %rax
/linux-4.1.27/drivers/rtc/
Drtc-sysfs.c167 unsigned long push = 0; in rtc_sysfs_set_wakealarm() local
186 push = 1; in rtc_sysfs_set_wakealarm()
194 if (alarm > now || push) { in rtc_sysfs_set_wakealarm()
203 if (push) { in rtc_sysfs_set_wakealarm()
204 rtc_tm_to_time(&alm.time, &push); in rtc_sysfs_set_wakealarm()
205 alarm += push; in rtc_sysfs_set_wakealarm()
208 } else if (push) in rtc_sysfs_set_wakealarm()
/linux-4.1.27/arch/unicore32/lib/
Dcopy_template.S149 or r3, r3, r4 push #\b
151 or r4, r4, r5 push #\b
153 or r5, r5, r6 push #\b
155 or r6, r6, r7 push #\b
157 or r7, r7, r8 push #\b
159 or r8, r8, r9 push #\b
161 or r9, r9, r10 push #\b
163 or r10, r10, r11 push #\b
175 or r3, r3, r11 push #\b
/linux-4.1.27/arch/x86/boot/compressed/
Defi_thunk_64.S26 push %rbp
27 push %rbx
37 push %rax
39 push %rax
41 push %rax
103 push %rax
/linux-4.1.27/drivers/staging/unisys/common-spar/include/
Dvmcallinterface.h98 #pragma pack(push, 1)
110 #pragma pack(push, 1)
127 #pragma pack(push, 1)
140 #pragma pack(push, 1)
Dvbusdeviceinfo.h21 #pragma pack(push, 1) /* both GCC and VC now allow this pragma */
/linux-4.1.27/arch/mips/kernel/
Dgenex.S33 .set push define
55 .set push define
61 .set push define
112 .set push define
139 .set push define
165 .set push define
238 .set push define
274 .set push define
325 .set push define
358 .set push define
[all …]
Dr4k_fpu.S26 .set push define
39 .set push define
46 .set push define
76 .set push define
104 .set push define
171 .set push define
199 .set push define
226 .set push define
Docteon_switch.S15 .set push define
34 .set push define
48 .set push define
119 .set push define
281 .set push define
448 .set push define
518 .set push define
Drelocate_kernel.S90 .set push define
131 .set push define
Dr4k_switch.S71 .set push define
171 .set push define
243 .set push define
Dr2300_fpu.S31 .set push define
86 .set push define
Dcps-vec.S231 .set push define
348 .set push define
465 .set push define
Dhead.S37 .set push define
Dr6000_fpu.S21 .set push define
Dr2300_switch.S121 .set push define
Dbmips_vec.S82 .set push define
Dscall32-o32.S72 .set push define
201 sw a0, PT_R4(sp) # .. and push back a0 - a3, some
Dscall64-o32.S122 .set push define
198 sd a0, PT_R4(sp) # ... and push back a0 - a3, some
/linux-4.1.27/arch/x86/crypto/
Dtwofish-i586-asm_32.S81 push d ## D;\
119 push d ## D;\
156 push c ## D;\
194 push c ## D;\
224 push %ebp /* save registers according to calling convention*/
225 push %ebx
226 push %esi
227 push %edi
280 push %ebp /* save registers according to calling convention*/
281 push %ebx
[all …]
Daes-i586-asm_32.S227 push %ebp
233 1: push %ebx
235 push %esi
237 push %edi
299 push %ebp
305 1: push %ebx
307 push %esi
309 push %edi
Dsha1_avx2_x86_64_asm.S627 push %rbx
628 push %rbp
629 push %r12
630 push %r13
631 push %r14
632 push %r15
639 push %rbx
Dsha1_ssse3_asm.S76 push %rbx
77 push %rbp
78 push %r12
Daesni-intel_avx-x86_64.S212 # need to push 4 registers into stack to maintain
1150 push %r12
1151 push %r13
1152 push %r14
1153 push %r15
1449 push %r12
1450 push %r13
1451 push %r14
1452 push %r15
2427 push %r12
[all …]
Daesni-intel_asm.S1283 push %r12
1284 push %r13
1285 push %r14
1543 push %r12
1544 push %r13
1545 push %r14
/linux-4.1.27/net/dccp/
Dqpolicy.c73 void (*push) (struct sock *sk, struct sk_buff *skb); member
80 .push = qpolicy_simple_push,
86 .push = qpolicy_simple_push,
98 qpol_table[dccp_sk(sk)->dccps_qpolicy].push(sk, skb); in dccp_qpolicy_push()
/linux-4.1.27/arch/x86/vdso/vdso32/
Dsysenter.S33 push %ecx
35 push %edx
37 push %ebp
Dsyscall.S18 push %ebp
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dentry.S120 ;; and one for interrupts) we push the contents of BRP instead of IRP in the
307 push $srp ; we keep the old/new PC on the stack
343 sbfs [$sp=$sp-16] ; push the internal CPU status
344 push $dccr
393 push $srp ; make a stackframe similar to pt_regs
394 push $dccr
395 push $mof
399 push $r10 ; dummy orig_r10
401 push $r10 ; frametype == 1, BUSFAULT frame type
419 push $dccr
[all …]
/linux-4.1.27/arch/x86/net/
Dbpf_jit.S77 push %r9; \
78 push SKBDATA; \
111 push %r9; \
112 push SKBDATA; \
/linux-4.1.27/net/atm/
Draw.c61 vcc->push = atm_push_raw; in atm_init_aal0()
70 vcc->push = atm_push_raw; in atm_init_aal34()
79 vcc->push = atm_push_raw; in atm_init_aal5()
Dpppoatm.c172 atmvcc->push = pvcc->old_push; in pppoatm_unassign_vcc()
192 atmvcc->push(atmvcc, NULL); /* Pass along bad news */ in pppoatm_push()
415 pvcc->old_push = atmvcc->push; in pppoatm_assign_vcc()
432 atmvcc->push = pppoatm_push; in pppoatm_assign_vcc()
454 if (cmd != ATM_SETBACKEND && atmvcc->push != pppoatm_push) in pppoatm_ioctl()
Dclip.c416 if (!vcc->push) in clip_mkip()
430 clip_vcc->old_push = vcc->push; in clip_mkip()
432 vcc->push = clip_push; in clip_mkip()
449 if (vcc->push != clip_push) { in clip_setentry()
646 vcc->push = NULL; in atm_init_atmarp()
Dbr2684.c559 if (atmvcc->push == NULL) { in br2684_regvcc()
591 brvcc->old_push = atmvcc->push; in br2684_regvcc()
596 atmvcc->push = br2684_push; in br2684_regvcc()
747 if (atmvcc->push != br2684_push) in br2684_ioctl()
Dcommon.c166 vcc->push = NULL; in vcc_create()
187 if (vcc->push) in vcc_destroy_socket()
188 vcc->push(vcc, NULL); /* atmarpd has no push */ in vcc_destroy_socket()
244 vcc->push(vcc, skb); in vcc_process_recv_queue()
Dlec.c711 &ioc_data, vcc, vcc->push); in lec_vcc_attach()
713 vcc->push = lec_push; in lec_vcc_attach()
1279 vcc->push = entry->old_push; in lec_arp_clear_vccs()
1284 entry->recv_vcc->push = entry->old_recv_push; in lec_arp_clear_vccs()
2185 to_add->old_push = vcc->push; in lec_mcast_make()
2186 vcc->push = lec_push; in lec_mcast_make()
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S355 push dps
356 push dpl
357 push dph
358 push dpl1
359 push dph1
360 push acc
705 push dps
706 push dpl
707 push dph
708 push dpl1
[all …]
Dxircom_pgs.S393 push dps
394 push dpl
395 push dph
396 push dpl1
397 push dph1
398 push acc
744 push dps
745 push dpl
746 push dph
747 push dpl1
[all …]
/linux-4.1.27/arch/x86/math-emu/
Dreg_round.S447 push %edx
448 push %eax
459 push %edx
460 push %eax
604 push %eax
618 push %eax
622 push %eax
637 push %edi
654 push %eax
Dfpu_trig.c205 push(); in single_arg_2_error()
210 push(); in single_arg_2_error()
218 push(); in single_arg_2_error()
286 push(); in fptan()
319 push(); in fptan()
325 push(); in fptan()
345 push(); in fptan()
370 push(); in fxtract()
389 push(); in fxtract()
402 push(); in fxtract()
[all …]
Dreg_norm.S85 push %ebx
93 push %ebx
Dwm_shrx.S36 push %ebp
114 push %ebp
Dshr_Xsig.S25 push %ebp
Dreg_constant.c60 push(); in fld_const()
Dfpu_aux.c117 push(); in fld_i_()
Dfpu_emu.h156 #define push() { top--; } macro
/linux-4.1.27/arch/mips/include/asm/mach-loongson/
Dkernel-entry-init.h19 .set push
38 .set push
/linux-4.1.27/drivers/md/
Ddm-kcopyd.c406 static void push(struct list_head *jobs, struct kcopyd_job *job) in push() function
474 push(&kc->complete_jobs, job); in complete_io()
481 push(&kc->complete_jobs, job); in complete_io()
485 push(&kc->io_jobs, job); in complete_io()
526 push(&job->kc->io_jobs, job); in run_pages_job()
557 push(&kc->complete_jobs, job); in process_jobs()
609 push(&kc->complete_jobs, job); in dispatch_job()
611 push(&kc->io_jobs, job); in dispatch_job()
613 push(&kc->pages_jobs, job); in dispatch_job()
680 push(&kc->complete_jobs, job); in segment_complete()
[all …]
Ddm-cache-policy-mq.c561 static void push(struct mq_policy *mq, struct entry *e) in push() function
678 push(mq, e); in requeue()
833 push(mq, new_e); in pre_cache_to_cache()
882 push(mq, e); in insert_in_pre_cache()
915 push(mq, e); in insert_in_cache()
1083 push(mq, e); in __mq_set_clear_dirty()
1115 push(mq, e); in mq_load_mapping()
1233 push(mq, e); in __mq_writeback_work()
1260 push(mq, e); in __force_mapping()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dsmsc911x.txt17 - smsc,irq-push-pull : Indicates the IRQ type is push-pull
34 smsc,irq-push-pull;
/linux-4.1.27/arch/mips/mm/
Dcex-oct.S21 .set push define
58 .set push define
/linux-4.1.27/arch/arm/kvm/
Dinterrupts.S50 push {r2, r3}
281 push {r0-r2}
389 push {lr}
391 push {lr}
444 push {r0, r1}
481 push {r3-r7}
Dinterrupts_head.S67 push {r2, r3, r4}
77 push {r2}
80 push {r4-r12} @ r0-r3 are always clobbered
83 push {r2, r3}
99 push {r2-r9}
262 push {r2-r12} @ Push CP15 registers
290 push {r2-r12} @ Push CP15 registers
311 push {r2,r4-r7}
/linux-4.1.27/tools/perf/ui/
Dhelpline.c27 .push = nop_helpline__push,
40 helpline_fns->push(msg); in ui_helpline__push()
Dhelpline.h11 void (*push)(const char *msg); member
/linux-4.1.27/arch/cris/arch-v10/lib/
Dcsumcpfruser.S51 push $srp
52 push $r13
/linux-4.1.27/arch/x86/lib/
Drwsem.S90 __ASM_SIZE(push,_cfi_reg) __ASM_REG(dx)
125 __ASM_SIZE(push,_cfi_reg) __ASM_REG(dx)
/linux-4.1.27/arch/mips/kvm/
Dfpu.S21 .set push define
65 .set push define
109 .set push define
Dmsa.S94 .set push define
Dlocore.S368 .set push define
/linux-4.1.27/drivers/iio/
DKconfig24 bool "IIO callback buffer used for push in-kernel interfaces"
26 Should be selected by any drivers that do in-kernel push
49 are used to initialize capture of samples to push into
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc66 push $r14
75 push $r9
326 push $r8
328 push $r8
329 push $r9
330 push $r10
331 push $r11
332 push $r13
333 push $r14
334 push $r15
Dhub.fuc240 push $r2
254 push $r2
309 push $r8
311 push $r8
312 push $r9
313 push $r10
314 push $r11
315 push $r13
316 push $r14
317 push $r15
Dcom.fuc252 push $r10
/linux-4.1.27/arch/sh/drivers/
DMakefile9 obj-$(CONFIG_PUSH_SWITCH) += push-switch.o
DKconfig16 This enables support for the push switch framework, a simple
/linux-4.1.27/arch/arm/crypto/
Daes-ce-core.S167 push {r4, lr}
193 push {r4, lr}
225 push {r4-r6, lr}
241 push {r4-r6, lr}
283 push {r4-r6, lr}
395 push {r4-r6, lr}
446 push {r4-r6, lr}
Daes-armv4.S248 str lr,[sp,#-4]! @ push lr
657 str lr,[sp,#-4]! @ push lr
943 str lr,[sp,#-4]! @ push lr
Dsha512-armv7-neon.S279 push {%lr};
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dsja1000.txt34 <0x06> : TX0 push-pull
38 <0x30> : TX1 push-pull
/linux-4.1.27/drivers/tty/serial/
Dip22zilog.c256 bool push = up->port.state != NULL; in ip22zilog_receive_chars() local
310 if (push) in ip22zilog_receive_chars()
313 return push; in ip22zilog_receive_chars()
437 bool push = false; in ip22zilog_interrupt() local
449 push = ip22zilog_receive_chars(up, channel); in ip22zilog_interrupt()
457 if (push) in ip22zilog_interrupt()
463 push = false; in ip22zilog_interrupt()
472 push = ip22zilog_receive_chars(up, channel); in ip22zilog_interrupt()
480 if (push) in ip22zilog_interrupt()
Dpmac_zilog.c458 bool push; in pmz_interrupt() local
471 push = false; in pmz_interrupt()
482 push = pmz_receive_chars(uap_a); in pmz_interrupt()
489 if (push) in pmz_interrupt()
496 push = false; in pmz_interrupt()
507 push = pmz_receive_chars(uap_b); in pmz_interrupt()
514 if (push) in pmz_interrupt()
/linux-4.1.27/arch/x86/include/asm/
Dframe.h11 __ASM_SIZE(push,_cfi) %__ASM_REG(bp)
Dparavirt.h865 .if ((~(set)) & mask); push %reg; .endif
935 push %ecx; push %edx; \
/linux-4.1.27/drivers/gpu/drm/radeon/
Devergreen_smc.h28 #pragma pack(push, 1)
Dsmu7.h27 #pragma pack(push, 1)
Drv770_smc.h28 #pragma pack(push, 1)
Dppsmc.h26 #pragma pack(push, 1)
Dsmu7_fusion.h29 #pragma pack(push, 1)
Dnislands_smc.h26 #pragma pack(push, 1)
Dsislands_smc.h28 #pragma pack(push, 1)
Dsmu7_discrete.h29 #pragma pack(push, 1)
/linux-4.1.27/tools/perf/ui/tui/
Dhelpline.c53 .push = tui_helpline__push,
/linux-4.1.27/tools/perf/ui/gtk/
Dhelpline.c50 .push = gtk_helpline_push,
/linux-4.1.27/drivers/watchdog/
Docteon-wdt-nmi.S14 .set push define
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dvbuschannel.h60 #pragma pack(push, 1) /* both GCC and VC now allow this pragma */
Diochannel.h232 #pragma pack(push, 1)
Dchannel.h190 #pragma pack(push, 1) /* both GCC and VC now allow this pragma */
/linux-4.1.27/Documentation/powerpc/
Dqe_firmware.txt128 | | push command | given by the application, the software must |
129 | | | assert a special host command (push command)|
135 | | push command | command (push command) and immediately |
150 | 3 | General push | Indicates that the s/w has to initialize |
156 | 4 | General push | Indicates that after issuing Ethernet TX |
/linux-4.1.27/arch/x86/kernel/
Dhead_32.S566 push %eax # 16(%esp)
567 push %ecx # 12(%esp)
568 push %edx # 8(%esp)
569 push %ds # 4(%esp)
570 push %es # 0(%esp)
Dverify_cpu.S38 push $0 # Kill any dangerous flags
/linux-4.1.27/arch/mips/lib/
Dstrlen_user.S57 .set push define
Dstrnlen_user.S79 .set push define
Dstrncpy_user.S80 .set push define
Dcsum_partial.S59 .set push; \
67 .set push; \
281 .set push define
722 .set push define
733 .set push define
803 .set push define
Dmemset.S178 .set push define
Dmemcpy.S586 .set push define
/linux-4.1.27/tools/perf/Documentation/
Dandroid.txt60 adb push perf /data/perf
66 adb push /tmp/perf-archive /data/perf-archive
/linux-4.1.27/arch/x86/
DMakefile_32.cpu50 # prologue (push %ebp, mov %esp, %ebp) which breaks the function graph
58 # in gcc causing gcc to mess up the push and pop of the stack in some
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-gpio.txt166 - drive-push-pull:
169 Definition: The specified pins are configured in push-pull mode.
212 drive-push-pull;
Dpinctrl-bindings.txt183 drive-push-pull - drive actively high and low
/linux-4.1.27/drivers/usb/gadget/function/
Du_serial.c109 struct tasklet_struct push; member
569 tasklet_schedule(&port->push); in gs_rx_push()
590 tasklet_schedule(&port->push); in gs_read_complete()
986 tasklet_schedule(&port->push); in gs_unthrottle()
1048 tasklet_init(&port->push, gs_rx_push, (unsigned long) port); in gs_port_alloc()
1075 tasklet_kill(&port->push); in gserial_free_port()
/linux-4.1.27/arch/x86/um/
Dsetjmp_64.S28 push %rsi # Make the call/return stack happy
/linux-4.1.27/arch/arm/boot/dts/
Dkirkwood-ns2-common.dtsi61 label = "Power push button";
Dkirkwood-cloudbox.dts64 label = "Power push button";
Demev2-kzm9d.dts92 smsc,irq-push-pull;
Dkirkwood-laplug.dts66 label = "Power push button";
Dr8a7779-marzen.dts54 smsc,irq-push-pull;
Dimx53-ard.dts46 smsc,irq-push-pull;
Dr8a73a4-ape6evm.dts180 smsc,irq-push-pull;
Dimx51-digi-connectcore-som.dtsi227 smsc,irq-push-pull;
Dsh73a0-kzm9g.dts176 smsc,irq-push-pull;
Dste-snowball.dts142 smsc,irq-push-pull;
Dvexpress-v2m-rs1.dtsi56 smsc,irq-push-pull;
Dvexpress-v2m.dtsi55 smsc,irq-push-pull;
/linux-4.1.27/Documentation/
DBUG-HUNTING185 > push %ebp
186 > push %edi
187 > push %esi
188 > push %ebx
Dstatic-keys.txt189 ffffffff81044290: 55 push %rbp
210 ffffffff810441f6: 55 push %rbp
/linux-4.1.27/arch/arm64/kvm/
Dhyp.S156 push x4, x5 // Push x0-x3 on the stack
157 push x6, x7
1166 push x0, x1
1167 push x2, x3
1187 1: push lr, xzr
1225 push x3, xzr
1269 push x0, x1
1270 push x2, x3
/linux-4.1.27/include/uapi/drm/
Dnouveau_drm.h112 uint64_t push; member
/linux-4.1.27/Documentation/devicetree/bindings/leds/
Dpca963x.txt7 - nxp,totem-pole : use totem pole (push-pull) instead of open-drain (pca9632 defaults
/linux-4.1.27/arch/mips/include/asm/mach-malta/
Dkernel-entry-init.h41 .set push
/linux-4.1.27/drivers/atm/
Datmtcp.c70 out_vcc->push(out_vcc,skb); in atmtcp_send_control()
227 out_vcc->push(out_vcc,new_skb); in atmtcp_v_send()
314 out_vcc->push(out_vcc,new_skb); in atmtcp_c_send()
Dnicstarmac.copyright22 * (skb->atm.iovcnt != 0) for Rx skb's passed to vcc->push.
Dnicstar.c2048 vcc->push(vcc, sb); in dequeue_rx()
2166 vcc->push(vcc, skb); in dequeue_rx()
2184 vcc->push(vcc, sb); in dequeue_rx()
2203 vcc->push(vcc, skb); in dequeue_rx()
2309 vcc->push(vcc, hb); in dequeue_rx()
/linux-4.1.27/Documentation/accounting/
Dcgroupstats.txt11 The current model for cgroupstats is a pull, a push model (to post
/linux-4.1.27/tools/perf/arch/x86/tests/
Dregs_load.S65 push %edi
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dcap11xx.txt33 high push-pull output.
/linux-4.1.27/arch/unicore32/include/asm/
Dassembler.h25 #define push << macro
/linux-4.1.27/arch/arm64/include/asm/
Dassembler.h33 .macro push, xreg1, xreg2
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c461 u32 push = nv_rd32(priv, 0x003220); in nv04_fifo_dma_pusher() local
475 ib_get, ib_put, state, nv_dma_state_err(state), push); in nv04_fifo_dma_pusher()
489 nv_dma_state_err(state), push); in nv04_fifo_dma_pusher()
/linux-4.1.27/arch/m32r/lib/
Dchecksum.S59 push r2 || ldi r2, #0
174 push r2
/linux-4.1.27/drivers/pinctrl/
DKconfig46 functionality. This driver supports the pinmux, push-pull and
201 functionality. This driver supports the pinmux, push-pull and
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dfifo.h33 int bar, u32 addr, u32 size, u32 push,
/linux-4.1.27/arch/m68k/fpsp040/
Dsasin.S98 movel %d0,-(%sp) | ...push SIGN(X) IN SGL-FMT
/linux-4.1.27/drivers/staging/iio/Documentation/
Dring.txt27 If possible, push data to the buffer.
/linux-4.1.27/drivers/block/
Dskd_s1120.h15 #pragma pack(push, s1120_h, 1)
/linux-4.1.27/drivers/tty/
Dn_tty.c109 unsigned char push:1; member
332 ldata->push = 0; in reset_buffer_flags()
1816 ldata->push = 0; in n_tty_set_termios()
1821 ldata->push = 1; in n_tty_set_termios()
2079 if (found && !ldata->push && read_buf(ldata, eol) == __DISABLED_CHAR) { in canon_copy_from_read_buf()
2105 if (!ldata->push) in canon_copy_from_read_buf()
2108 ldata->push = 0; in canon_copy_from_read_buf()
/linux-4.1.27/arch/mn10300/include/asm/
Dframe.inc42 # push the exception frame onto the front of the list
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.h117 u32 push; member
Dnv50.c232 dmac->push = 0x00000001 | dmac->pushdma->start >> 8; in nv50_disp_dmac_create_()
235 dmac->push = 0x00000003 | dmac->pushdma->start >> 8; in nv50_disp_dmac_create_()
272 nv_wr32(priv, 0x610204 + (chid * 0x0010), dmac->push); in nv50_disp_dmac_init()
537 nv_wr32(priv, 0x610204, mast->push); in nv50_disp_core_init()
Dgf110.c107 nv_wr32(priv, 0x610494 + (chid * 0x0010), dmac->push); in gf110_disp_dmac_init()
307 nv_wr32(priv, 0x610494, mast->push); in gf110_disp_core_init()
/linux-4.1.27/arch/arm64/boot/dts/arm/
Djuno-motherboard.dtsi64 smsc,irq-push-pull;
/linux-4.1.27/arch/powerpc/lib/
Dcopypage_power7.S45 .machine push
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h27 .set push
/linux-4.1.27/include/linux/
Datmdev.h103 void (*push)(struct atm_vcc *vcc,struct sk_buff *skb); member
Dhyperv.h43 #pragma pack(push, 1)
/linux-4.1.27/sound/core/
Dpcm_native.c1177 static int snd_pcm_pre_pause(struct snd_pcm_substream *substream, int push) in snd_pcm_pre_pause() argument
1182 if (push) { in snd_pcm_pre_pause()
1191 static int snd_pcm_do_pause(struct snd_pcm_substream *substream, int push) in snd_pcm_do_pause() argument
1197 if (push) in snd_pcm_do_pause()
1205 push ? SNDRV_PCM_TRIGGER_PAUSE_PUSH : in snd_pcm_do_pause()
1209 static void snd_pcm_undo_pause(struct snd_pcm_substream *substream, int push) in snd_pcm_undo_pause() argument
1213 push ? SNDRV_PCM_TRIGGER_PAUSE_RELEASE : in snd_pcm_undo_pause()
1217 static void snd_pcm_post_pause(struct snd_pcm_substream *substream, int push) in snd_pcm_post_pause() argument
1221 if (push) { in snd_pcm_post_pause()
1248 static int snd_pcm_pause(struct snd_pcm_substream *substream, int push) in snd_pcm_pause() argument
[all …]
/linux-4.1.27/Documentation/development-process/
D7.AdvancedTopics86 So, once you push a set of changes to your publicly-available server, those
88 you try to push changes which do not result in a fast-forward merge
141 sure that you have remembered to push those changes to the public server.
/linux-4.1.27/arch/mn10300/kernel/
Dmn10300-serial.c530 u8 st, ch, push, status, overrun; in mn10300_serial_receive_interrupt() local
534 push = 0; in mn10300_serial_receive_interrupt()
548 if (push && !tport->low_latency) in mn10300_serial_receive_interrupt()
686 push = 1; in mn10300_serial_receive_interrupt()
/linux-4.1.27/Documentation/scsi/
Dlpfc.txt29 history of the driver as we push for upstream acceptance.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc603 push $r15
612 push $r15
687 push $r0
688 push $r1
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1270 bool push, timestamp; in qlcnic_process_lro() local
1290 push = qlcnic_get_lro_sts_push_flag(sts_data0); in qlcnic_process_lro()
1332 th->psh = push; in qlcnic_process_lro()
1792 bool push; in qlcnic_83xx_process_lro() local
1813 push = qlcnic_83xx_is_psh_bit(sts_data[1]); in qlcnic_83xx_process_lro()
1855 th->psh = push; in qlcnic_83xx_process_lro()
/linux-4.1.27/arch/x86/boot/
Dheader.S296 # everything else to push off to the wrong offset.
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-memory.txt73 from linked list addr in reg 0x0c, firmware must push through or
/linux-4.1.27/Documentation/x86/
Dentry_64.txt41 the IDT entries push an error code onto the stack; others don't.
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_flush_avx2.S255 push %rbx
/linux-4.1.27/drivers/hid/
Dhid-hyperv.c49 #pragma pack(push, 1)
/linux-4.1.27/Documentation/networking/
Deql.txt241 things and push traffic much faster. The formula in the current set
251 One version of the scheduler was able to push 5.3 K/s through the
/linux-4.1.27/drivers/block/xen-blkback/
Dcommon.h122 #pragma pack(push, 4)
/linux-4.1.27/arch/arm/kernel/
Dentry-common.S195 stmdb sp!, {r4, r5} @ push fifth and sixth args
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_dev.h133 #pragma pack(push, 1)
/linux-4.1.27/Documentation/nfc/
Dnfc-hci.txt113 not implemented, the core will not be able to push tag_lost events to the user
118 On the rx path, the driver is responsible to push incoming HCP frames to HCI
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt654 If the tail page were to simply push the head page forward, the commit when
674 In the pushing forward of the tail page we must first push forward
687 does not need to push it.
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1600 bool push, timestamp; in netxen_process_lro() local
1622 push = netxen_get_lro_sts_push_flag(sts_data0); in netxen_process_lro()
1647 th->psh = push; in netxen_process_lro()
/linux-4.1.27/Documentation/video4linux/bttv/
DInsmod-options44 push used by bttv. bttv will disable overlay
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-qmss.txt15 queue pool management (allocation, push, pop and notify) and descriptor
/linux-4.1.27/tools/usb/
Dffs-test.c238 #pragma GCC diagnostic push in descs_to_legacy()
/linux-4.1.27/Documentation/filesystems/
Dxfs-delayed-logging-design.txt470 and push if required. Indeed, placing the current sequence checkpoint flush in
552 the maximum threshold, we need to push the CIL to the log. This is effectively
554 a CIL push triggered by a log force, only that there is no waiting for the
555 checkpoint commit to complete. This background push is checked and executed by
560 force will push the CIL to disk, and if the transaction subsystem stays idle,
754 7. CIL push
/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c_shipped1663 YY_FATAL_ERROR( "flex scanner push-back overflow" );
1934 /* Only push if top exists. Otherwise, replace top. */
1965 * Guarantees space for at least one push.
1993 /* Increase the buffer to prepare for a possible push. */
/linux-4.1.27/arch/mips/include/asm/sibyte/
Dsb1250_scd.h155 .set push ; \
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt62 then push either the address of the table and its number of elements,
282 that is supposed to push the current
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped1262 YY_FATAL_ERROR( "flex scanner push-back overflow" );
1539 /* Only push if top exists. Otherwise, replace top. */
1570 * Guarantees space for at least one push.
1598 /* Increase the buffer to prepare for a possible push. */
/linux-4.1.27/arch/powerpc/kernel/
Dexceptions-64s.S1053 .machine push
1515 .machine push

12