/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nv50_display.c | 449 evo_kick(u32 *push, void *evoc) in evo_kick() argument 452 nvif_wr32(&dmac->base.user, 0x0000, (push - dmac->ptr) << 2); in evo_kick() 487 u32 *push = evo_wait(mast, 8); in evo_sync() local 488 if (push) { in evo_sync() 490 evo_mthd(push, 0x0084, 1); in evo_sync() 491 evo_data(push, 0x80000000 | EVO_MAST_NTFY); in evo_sync() 492 evo_mthd(push, 0x0080, 2); in evo_sync() 493 evo_data(push, 0x00000000); in evo_sync() 494 evo_data(push, 0x00000000); in evo_sync() 495 evo_kick(push, mast); in evo_sync() [all …]
|
D | nouveau_chan.c | 77 nvif_object_fini(&chan->push.ctxdma); in nouveau_channel_del() 78 nouveau_bo_vma_del(chan->push.buffer, &chan->push.vma); in nouveau_channel_del() 79 nouveau_bo_unmap(chan->push.buffer); in nouveau_channel_del() 80 if (chan->push.buffer && chan->push.buffer->pin_refcnt) in nouveau_channel_del() 81 nouveau_bo_unpin(chan->push.buffer); in nouveau_channel_del() 82 nouveau_bo_ref(NULL, &chan->push.buffer); in nouveau_channel_del() 112 &chan->push.buffer); in nouveau_channel_prep() 114 ret = nouveau_bo_pin(chan->push.buffer, target, false); in nouveau_channel_prep() 116 ret = nouveau_bo_map(chan->push.buffer); in nouveau_channel_prep() 128 chan->push.vma.offset = chan->push.buffer->bo.offset; in nouveau_channel_prep() [all …]
|
D | nouveau_dma.c | 34 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()
|
D | nouveau_gem.c | 676 struct drm_nouveau_gem_pushbuf_push *push; in nouveau_gem_ioctl_pushbuf() local 719 push = u_memcpya(req->push, req->nr_push, sizeof(*push)); in nouveau_gem_ioctl_pushbuf() 720 if (IS_ERR(push)) in nouveau_gem_ioctl_pushbuf() 721 return nouveau_abi16_put(abi16, PTR_ERR(push)); in nouveau_gem_ioctl_pushbuf() 725 u_free(push); in nouveau_gem_ioctl_pushbuf() 731 if (push[i].bo_index >= req->nr_buffers) { in nouveau_gem_ioctl_pushbuf() 765 bo[push[i].bo_index].user_priv; in nouveau_gem_ioctl_pushbuf() 767 nv50_dma_push(chan, nvbo, push[i].offset, in nouveau_gem_ioctl_pushbuf() 768 push[i].length); in nouveau_gem_ioctl_pushbuf() 780 bo[push[i].bo_index].user_priv; in nouveau_gem_ioctl_pushbuf() [all …]
|
D | nouveau_dma.h | 104 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->user, chan->user_put, ((val) << 2) + chan->push.vma.offset); \ 154 nv50_dma_push(chan, chan->push.buffer, chan->dma.put << 2, in FIRE_RING()
|
D | nv50_fbcon.c | 132 int push = dwords > 2047 ? 2047 : dwords; in nv50_fbcon_imageblit() local 134 ret = RING_SPACE(chan, push + 1); in nv50_fbcon_imageblit() 138 dwords -= push; in nv50_fbcon_imageblit() 140 BEGIN_NI04(chan, NvSub2D, 0x0860, push); in nv50_fbcon_imageblit() 141 OUT_RINGp(chan, data, push); in nv50_fbcon_imageblit() 142 data += push; in nv50_fbcon_imageblit()
|
D | nvc0_fbcon.c | 132 int push = dwords > 2047 ? 2047 : dwords; in nvc0_fbcon_imageblit() local 134 ret = RING_SPACE(chan, push + 1); in nvc0_fbcon_imageblit() 138 dwords -= push; in nvc0_fbcon_imageblit() 140 BEGIN_NIC0(chan, NvSub2D, 0x0860, push); in nvc0_fbcon_imageblit() 141 OUT_RINGp(chan, data, push); in nvc0_fbcon_imageblit() 142 data += push; in nvc0_fbcon_imageblit()
|
D | nouveau_chan.h | 21 } push; member
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | assembler.h | 84 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.4.14/arch/x86/xen/ |
D | xen-asm.S | 114 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 …]
|
D | xen-asm_32.S | 28 push %eax 29 push %ecx 30 push %edx 94 push %eax
|
/linux-4.4.14/tools/testing/selftests/x86/ |
D | thunks_32.S | 30 push %ecx 31 push %edx 32 push %esi 33 push %edi 43 push $0x23 /* USER32_CS */ 44 .code32; push $1f; .code64 /* hack: can't have X86_64_32S relocation in 32-bit ELF */
|
/linux-4.4.14/arch/mips/include/asm/ |
D | asmmacro.h | 60 .set push 84 .set push 118 .set push 141 .set push 218 .set push 227 .set push 236 .set push 244 .set push 252 .set push 260 .set push [all …]
|
D | asm.h | 99 .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; \
|
D | stackframe.h | 29 .set push 147 .set push 236 .set push 288 .set push 315 .set push 326 .set push
|
D | pm.h | 44 .set push 113 .set push
|
D | asmmacro-32.h | 16 .set push 40 .set push
|
D | hazards.h | 268 .set push; \
|
D | asm-eva.h | 131 .set push; \
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 78 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 …]
|
D | arith.fuc | 53 push $r1 // A_hi 54 push $r2 // B_hi 55 push $r3 // tmp0 56 push $r4 // tmp1
|
D | i2c_.fuc | 139 */ push $r5 /* 160 push $r4 323 push $r13 324 push $r14 326 push $r13
|
D | memx.fuc | 290 push $r5 369 push $r14 370 push $r13
|
D | idle.fuc | 67 push $r1
|
D | macros.fuc | 241 */ push addr /* 242 */ push reg /*
|
/linux-4.4.14/arch/arm/lib/ |
D | memmove.S | 145 .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 …]
|
D | copy_template.S | 198 .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.4.14/arch/x86/platform/efi/ |
D | efi_thunk_64.S | 28 push %rbp 29 push %rbx 71 push %rax 73 push %rax 75 push %rax 120 push %rax
|
/linux-4.4.14/arch/unicore32/lib/ |
D | copy_template.S | 149 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.4.14/arch/x86/boot/compressed/ |
D | efi_thunk_64.S | 26 push %rbp 27 push %rbx 37 push %rax 39 push %rax 41 push %rax 103 push %rax
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-sysfs.c | 155 unsigned long push = 0; in wakealarm_store() local 174 push = 1; in wakealarm_store() 182 if (alarm > now || push) { in wakealarm_store() 191 if (push) { in wakealarm_store() 192 rtc_tm_to_time(&alm.time, &push); in wakealarm_store() 193 alarm += push; in wakealarm_store() 196 } else if (push) in wakealarm_store()
|
/linux-4.4.14/arch/mips/kernel/ |
D | genex.S | 33 .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 …]
|
D | r4k_fpu.S | 27 .set push define 48 .set push define 55 .set push define 85 .set push define 123 .set push define 151 .set push define 186 .set push define 244 .set push define 301 .set push define
|
D | relocate_kernel.S | 90 .set push define 131 .set push define
|
D | octeon_switch.S | 15 .set push define 95 .set push define 257 .set push define 424 .set push define 494 .set push define
|
D | r2300_fpu.S | 31 .set push define 86 .set push define
|
D | cps-vec.S | 259 .set push define 377 .set push define 493 .set push define
|
D | r4k_switch.S | 132 .set push define 204 .set push define
|
D | head.S | 37 .set push define
|
D | r6000_fpu.S | 21 .set push define
|
D | r2300_switch.S | 95 .set push define
|
D | bmips_vec.S | 82 .set push define
|
D | scall64-o32.S | 124 .set push define 206 sd a0, PT_R4(sp) # ... and push back a0 - a3, some
|
D | scall32-o32.S | 64 .set push define 211 sw a0, PT_R4(sp) # .. and push back a0 - a3, some
|
/linux-4.4.14/arch/x86/crypto/ |
D | twofish-i586-asm_32.S | 81 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 …]
|
D | aes-i586-asm_32.S | 227 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
|
D | sha1_avx2_x86_64_asm.S | 627 push %rbx 628 push %rbp 629 push %r12 630 push %r13 631 push %r14 632 push %r15 639 push %rbx
|
D | poly1305-sse2-x86_64.S | 61 push %rbx 62 push %r12 314 push %rbx 315 push %r12 316 push %r13
|
D | sha1_ssse3_asm.S | 76 push %rbx 77 push %rbp 78 push %r12
|
D | poly1305-avx2-x86_64.S | 96 push %rbx 97 push %r12 98 push %r13
|
D | aesni-intel_avx-x86_64.S | 212 # 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 …]
|
/linux-4.4.14/net/dccp/ |
D | qpolicy.c | 73 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.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | corenv50.c | 44 u64 push; in nv50_disp_core_new() local 52 push = args->v0.pushbuf; in nv50_disp_core_new() 57 push, oclass, pobject); in nv50_disp_core_new() 206 nvkm_wr32(device, 0x610204, chan->push); in nv50_disp_core_init()
|
D | ovlynv50.c | 45 u64 push; in nv50_disp_ovly_new() local 54 push = args->v0.pushbuf; in nv50_disp_ovly_new() 60 head, push, oclass, pobject); in nv50_disp_ovly_new()
|
D | basenv50.c | 45 u64 push; in nv50_disp_base_new() local 54 push = args->v0.pushbuf; in nv50_disp_base_new() 60 head, push, oclass, pobject); in nv50_disp_base_new()
|
D | dmacnv50.c | 136 struct nv50_disp_root *root, int chid, int head, u64 push, in nv50_disp_dmac_new_() argument 156 dmaobj = nvkm_dma_search(device->dma, client, push); in nv50_disp_dmac_new_() 165 chan->push = 0x00000001 | dmaobj->start >> 8; in nv50_disp_dmac_new_() 168 chan->push = 0x00000003 | dmaobj->start >> 8; in nv50_disp_dmac_new_() 222 nvkm_wr32(device, 0x610204 + (chid * 0x0010), chan->push); in nv50_disp_dmac_init()
|
D | dmacnv50.h | 9 u32 push; member 20 struct nv50_disp_root *, int chid, int head, u64 push,
|
D | dmacgf119.c | 75 nvkm_wr32(device, 0x610494 + (chid * 0x0010), chan->push); in gf119_disp_dmac_init()
|
D | coregf119.c | 208 nvkm_wr32(device, 0x610494, chan->push); in gf119_disp_core_init()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 120 ;; 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.4.14/arch/x86/net/ |
D | bpf_jit.S | 76 push %r9; \ 77 push SKBDATA; \ 110 push %r9; \ 111 push SKBDATA; \
|
/linux-4.4.14/net/atm/ |
D | raw.c | 61 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()
|
D | pppoatm.c | 172 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()
|
D | clip.c | 419 if (!vcc->push) in clip_mkip() 433 clip_vcc->old_push = vcc->push; in clip_mkip() 435 vcc->push = clip_push; in clip_mkip() 452 if (vcc->push != clip_push) { in clip_setentry() 649 vcc->push = NULL; in atm_init_atmarp()
|
D | br2684.c | 559 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()
|
D | common.c | 166 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()
|
D | lec.c | 711 &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.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 355 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 …]
|
D | xircom_pgs.S | 393 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.4.14/arch/x86/math-emu/ |
D | reg_round.S | 447 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
|
D | fpu_trig.c | 205 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 …]
|
D | reg_norm.S | 85 push %ebx 93 push %ebx
|
D | wm_shrx.S | 36 push %ebp 114 push %ebp
|
D | shr_Xsig.S | 25 push %ebp
|
D | reg_constant.c | 60 push(); in fld_const()
|
D | fpu_aux.c | 117 push(); in fld_i_()
|
D | fpu_emu.h | 156 #define push() { top--; } macro
|
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/ |
D | kernel-entry-init.h | 19 .set push 38 .set push
|
/linux-4.4.14/drivers/md/ |
D | dm-kcopyd.c | 406 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 …]
|
D | dm-cache-policy-mq.c | 561 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()
|
D | dm-cache-policy-smq.c | 933 static void push(struct smq_policy *mq, struct entry *e) in push() function 1176 push(mq, e); in insert_in_cache() 1339 push(mq, e); in __smq_set_clear_dirty() 1373 push(mq, e); in smq_load_mapping() 1529 push(mq, e); in __force_mapping()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | smsc911x.txt | 17 - smsc,irq-push-pull : Indicates the IRQ type is push-pull 34 smsc,irq-push-pull;
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | channv50.h | 21 int nv50_fifo_chan_ctor(struct nv50_fifo *, u64 vm, u64 push, 28 int g84_fifo_chan_ctor(struct nv50_fifo *, u64 vm, u64 push,
|
D | chan.c | 330 nvkm_gpuobj_del(&chan->push); in nvkm_fifo_chan_dtor() 350 u64 vm, u64 push, u64 engines, int bar, u32 base, u32 user, in nvkm_fifo_chan_ctor() argument 373 if (push) { in nvkm_fifo_chan_ctor() 374 dmaobj = nvkm_dma_search(device->dma, oclass->client, push); in nvkm_fifo_chan_ctor() 379 &chan->push); in nvkm_fifo_chan_ctor()
|
D | nv04.c | 192 u32 push = nvkm_rd32(device, 0x003220); in nv04_fifo_dma_pusher() local 211 push); in nv04_fifo_dma_pusher() 225 nv_dma_state_err(state), push); in nv04_fifo_dma_pusher()
|
D | chan.h | 22 u32 size, u32 align, bool zero, u64 vm, u64 push,
|
D | chang84.c | 232 g84_fifo_chan_ctor(struct nv50_fifo *fifo, u64 vm, u64 push, in g84_fifo_chan_ctor() argument 240 0x10000, 0x1000, false, vm, push, in g84_fifo_chan_ctor()
|
D | channv50.c | 232 nv50_fifo_chan_ctor(struct nv50_fifo *fifo, u64 vm, u64 push, in nv50_fifo_chan_ctor() argument 240 0x10000, 0x1000, false, vm, push, in nv50_fifo_chan_ctor()
|
D | dmanv10.c | 78 nvkm_wo32(imem->ramfc, chan->ramfc + 0x0c, chan->base.push->addr >> 4); in nv10_fifo_dma_new()
|
D | dmanv17.c | 79 nvkm_wo32(imem->ramfc, chan->ramfc + 0x0c, chan->base.push->addr >> 4); in nv17_fifo_dma_new()
|
D | gpfifonv50.c | 73 nvkm_wo32(chan->ramfc, 0x48, chan->base.push->node->offset >> 4); in nv50_fifo_gpfifo_new()
|
D | dmanv50.c | 73 nvkm_wo32(chan->ramfc, 0x48, chan->base.push->node->offset >> 4); in nv50_fifo_dma_new()
|
D | gpfifog84.c | 73 nvkm_wo32(chan->ramfc, 0x48, chan->base.push->node->offset >> 4); in g84_fifo_gpfifo_new()
|
D | dmag84.c | 73 nvkm_wo32(chan->ramfc, 0x48, chan->base.push->node->offset >> 4); in g84_fifo_dma_new()
|
D | dmanv40.c | 224 nvkm_wo32(imem->ramfc, chan->ramfc + 0x0c, chan->base.push->addr >> 4); in nv40_fifo_dma_new()
|
D | dmanv04.c | 202 nvkm_wo32(imem->ramfc, chan->ramfc + 0x08, chan->base.push->addr >> 4); in nv04_fifo_dma_new()
|
/linux-4.4.14/arch/arm/kvm/ |
D | interrupts.S | 50 push {r2, r3} 281 push {r0-r2} 388 push {lr} 390 push {lr} 447 push {r0, r1} 483 push {r3-r7}
|
D | interrupts_head.S | 67 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.4.14/arch/mips/mm/ |
D | cex-oct.S | 21 .set push define 58 .set push define
|
/linux-4.4.14/tools/perf/ui/ |
D | helpline.c | 27 .push = nop_helpline__push, 40 helpline_fns->push(msg); in ui_helpline__push()
|
D | helpline.h | 11 void (*push)(const char *msg); member
|
/linux-4.4.14/arch/cris/arch-v10/lib/ |
D | csumcpfruser.S | 51 push $srp 52 push $r13
|
/linux-4.4.14/drivers/iio/buffer/ |
D | Kconfig | 7 tristate "IIO callback buffer used for push in-kernel interfaces" 9 Should be selected by any drivers that do in-kernel push
|
/linux-4.4.14/arch/x86/lib/ |
D | rwsem.S | 88 __ASM_SIZE(push,) %__ASM_REG(dx) 117 __ASM_SIZE(push,) %__ASM_REG(dx)
|
/linux-4.4.14/arch/mips/kvm/ |
D | fpu.S | 21 .set push define 65 .set push define 109 .set push define
|
D | msa.S | 94 .set push define
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 68 push $r14 77 push $r9 328 push $r8 330 push $r8 331 push $r9 332 push $r10 333 push $r11 334 push $r13 335 push $r14 336 push $r15
|
D | hub.fuc | 240 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
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-mt6577.txt | 26 - mediatek,use-push-pull: IO config use push-pull mode.
|
/linux-4.4.14/arch/arm64/kvm/ |
D | hyp.S | 158 push x4, x5 // Push x0-x3 on the stack 159 push x6, x7 682 push x4, lr 869 push x0, xzr 970 push x0, x1 971 push x2, x3 991 1: push lr, xzr 1040 push x3, xzr 1084 push x0, x1 1085 push x2, x3
|
/linux-4.4.14/arch/sh/drivers/ |
D | Makefile | 9 obj-$(CONFIG_PUSH_SWITCH) += push-switch.o
|
D | Kconfig | 16 This enables support for the push switch framework, a simple
|
/linux-4.4.14/arch/arm/crypto/ |
D | aes-ce-core.S | 166 push {r4, lr} 192 push {r4, lr} 224 push {r4-r6, lr} 240 push {r4-r6, lr} 282 push {r4-r6, lr} 394 push {r4-r6, lr} 445 push {r4-r6, lr}
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | sja1000.txt | 34 <0x06> : TX0 push-pull 38 <0x30> : TX1 push-pull
|
/linux-4.4.14/drivers/tty/serial/ |
D | ip22zilog.c | 256 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()
|
D | pmac_zilog.c | 458 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.4.14/arch/x86/include/asm/ |
D | frame.h | 10 __ASM_SIZE(push,) %__ASM_REG(bp)
|
D | paravirt.h | 868 .if ((~(set)) & mask); push %reg; .endif 938 push %ecx; push %edx; \
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | evergreen_smc.h | 28 #pragma pack(push, 1)
|
D | smu7.h | 27 #pragma pack(push, 1)
|
D | ppsmc.h | 26 #pragma pack(push, 1)
|
D | rv770_smc.h | 28 #pragma pack(push, 1)
|
D | nislands_smc.h | 26 #pragma pack(push, 1)
|
D | smu7_fusion.h | 29 #pragma pack(push, 1)
|
D | sislands_smc.h | 28 #pragma pack(push, 1)
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | smu8.h | 27 #pragma pack(push, 1)
|
D | smu8_fusion.h | 29 #pragma pack(push, 1)
|
D | smu7.h | 27 #pragma pack(push, 1)
|
D | fiji_ppsmc.h | 27 #pragma pack(push, 1)
|
D | cz_ppsmc.h | 27 #pragma pack(push, 1)
|
D | tonga_ppsmc.h | 27 #pragma pack(push, 1)
|
D | ppsmc.h | 26 #pragma pack(push, 1)
|
D | smu7_fusion.h | 29 #pragma pack(push, 1)
|
D | smu7_discrete.h | 29 #pragma pack(push, 1)
|
/linux-4.4.14/tools/perf/ui/tui/ |
D | helpline.c | 53 .push = tui_helpline__push,
|
/linux-4.4.14/tools/perf/ui/gtk/ |
D | helpline.c | 50 .push = gtk_helpline_push,
|
/linux-4.4.14/drivers/watchdog/ |
D | octeon-wdt-nmi.S | 14 .set push define
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | vbuschannel.h | 59 #pragma pack(push, 1) /* both GCC and VC now allow this pragma */
|
D | vbusdeviceinfo.h | 20 #pragma pack(push, 1) /* both GCC and VC now allow this pragma */
|
/linux-4.4.14/Documentation/powerpc/ |
D | qe_firmware.txt | 128 | | 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.4.14/arch/x86/kernel/ |
D | head_32.S | 565 push %eax # 16(%esp) 566 push %ecx # 12(%esp) 567 push %edx # 8(%esp) 568 push %ds # 4(%esp) 569 push %es # 0(%esp)
|
D | verify_cpu.S | 38 push $0 # Kill any dangerous flags
|
/linux-4.4.14/arch/mips/lib/ |
D | strlen_user.S | 57 .set push define
|
D | strnlen_user.S | 79 .set push define
|
D | strncpy_user.S | 80 .set push define
|
D | csum_partial.S | 59 .set push; \ 67 .set push; \ 281 .set push define 722 .set push define 733 .set push define 803 .set push define
|
D | memset.S | 178 .set push define
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | fifo.h | 23 struct nvkm_gpuobj *push; member
|
/linux-4.4.14/arch/x86/ |
D | Makefile_32.cpu | 50 # 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.4.14/tools/perf/Documentation/ |
D | android.txt | 60 adb push perf /data/perf 66 adb push /tmp/perf-archive /data/perf-archive
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,pmic-gpio.txt | 166 - drive-push-pull: 169 Definition: The specified pins are configured in push-pull mode. 212 drive-push-pull;
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_serial.c | 109 struct tasklet_struct push; member 570 tasklet_schedule(&port->push); in gs_rx_push() 591 tasklet_schedule(&port->push); in gs_read_complete() 986 tasklet_schedule(&port->push); in gs_unthrottle() 1049 tasklet_init(&port->push, gs_rx_push, (unsigned long) port); in gs_port_alloc() 1076 tasklet_kill(&port->push); in gserial_free_port()
|
/linux-4.4.14/arch/x86/um/ |
D | setjmp_64.S | 28 push %rsi # Make the call/return stack happy
|
/linux-4.4.14/arch/h8300/lib/ |
D | libgcc.h | 33 #define PUSHP push.l
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | k2hk-netcp.dtsi | 35 "region", "push", "pop"; 47 "region", "push", "pop";
|
D | kirkwood-ns2-common.dtsi | 61 label = "Power push button";
|
D | kirkwood-cloudbox.dts | 64 label = "Power push button";
|
D | emev2-kzm9d.dts | 92 smsc,irq-push-pull;
|
D | kirkwood-laplug.dts | 66 label = "Power push button";
|
D | r8a7779-marzen.dts | 54 smsc,irq-push-pull;
|
D | imx53-ard.dts | 46 smsc,irq-push-pull;
|
D | k2l-netcp.dtsi | 35 "region", "push", "pop";
|
D | k2e-netcp.dtsi | 35 "region", "push", "pop";
|
D | r8a73a4-ape6evm.dts | 180 smsc,irq-push-pull;
|
/linux-4.4.14/Documentation/arm/keystone/ |
D | knav-qmss.txt | 19 queue pool management (allocation, push, pop and notify) and descriptor 23 allocate descriptor pools, map the descriptors, push/pop to queues etc. For
|
/linux-4.4.14/Documentation/ |
D | BUG-HUNTING | 185 > push %ebp 186 > push %edi 187 > push %esi 188 > push %ebx
|
D | static-keys.txt | 194 ffffffff81044290: 55 push %rbp 215 ffffffff810441f6: 55 push %rbp
|
/linux-4.4.14/include/uapi/drm/ |
D | nouveau_drm.h | 104 uint64_t push; member
|
/linux-4.4.14/arch/mips/include/asm/mach-malta/ |
D | kernel-entry-init.h | 41 .set push
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/ |
D | pca963x.txt | 7 - nxp,totem-pole : use totem pole (push-pull) instead of open-drain (pca9632 defaults
|
/linux-4.4.14/drivers/atm/ |
D | atmtcp.c | 70 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()
|
D | nicstarmac.copyright | 22 * (skb->atm.iovcnt != 0) for Rx skb's passed to vcc->push.
|
/linux-4.4.14/Documentation/accounting/ |
D | cgroupstats.txt | 11 The current model for cgroupstats is a pull, a push model (to post
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | regs_load.S | 65 push %edi
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_dbgmgr.h | 30 #pragma pack(push, 4)
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | assembler.h | 33 .macro push, xreg1, xreg2
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | assembler.h | 25 #define push << macro
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | cap11xx.txt | 33 high push-pull output.
|
/linux-4.4.14/arch/m32r/lib/ |
D | checksum.S | 59 push r2 || ldi r2, #0 174 push r2
|
/linux-4.4.14/drivers/iio/ |
D | Kconfig | 29 are used to initialize capture of samples to push into
|
/linux-4.4.14/drivers/pinctrl/ |
D | Kconfig | 44 functionality. This driver supports the pinmux, push-pull and 237 functionality. This driver supports the pinmux, push-pull and
|
/linux-4.4.14/arch/arc/include/asm/ |
D | entry-arcv2.h | 24 ; - K mode: add the offset from current SP where H/w starts auto push
|
/linux-4.4.14/drivers/block/ |
D | skd_s1120.h | 15 #pragma pack(push, s1120_h, 1)
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | sasin.S | 98 movel %d0,-(%sp) | ...push SIGN(X) IN SGL-FMT
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | ring.txt | 27 If possible, push data to the buffer.
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | frame.inc | 42 # push the exception frame onto the front of the list
|
/linux-4.4.14/drivers/tty/ |
D | n_tty.c | 109 unsigned char push:1; member 332 ldata->push = 0; in reset_buffer_flags() 1809 ldata->push = 0; in n_tty_set_termios() 1814 ldata->push = 1; in n_tty_set_termios() 2097 if (!ldata->push) in canon_copy_from_read_buf() 2100 ldata->push = 0; in canon_copy_from_read_buf()
|
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 27 .set push
|
/linux-4.4.14/include/linux/ |
D | atmdev.h | 103 void (*push)(struct atm_vcc *vcc,struct sk_buff *skb); member
|
/linux-4.4.14/arch/powerpc/lib/ |
D | copypage_power7.S | 45 .machine push
|
/linux-4.4.14/sound/core/ |
D | pcm_native.c | 1184 static int snd_pcm_pre_pause(struct snd_pcm_substream *substream, int push) in snd_pcm_pre_pause() argument 1189 if (push) { in snd_pcm_pre_pause() 1198 static int snd_pcm_do_pause(struct snd_pcm_substream *substream, int push) in snd_pcm_do_pause() argument 1204 if (push) in snd_pcm_do_pause() 1212 push ? SNDRV_PCM_TRIGGER_PAUSE_PUSH : in snd_pcm_do_pause() 1216 static void snd_pcm_undo_pause(struct snd_pcm_substream *substream, int push) in snd_pcm_undo_pause() argument 1220 push ? SNDRV_PCM_TRIGGER_PAUSE_RELEASE : in snd_pcm_undo_pause() 1224 static void snd_pcm_post_pause(struct snd_pcm_substream *substream, int push) in snd_pcm_post_pause() argument 1228 if (push) { in snd_pcm_post_pause() 1249 static int snd_pcm_pause(struct snd_pcm_substream *substream, int push) in snd_pcm_pause() argument [all …]
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 86 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.4.14/arch/mn10300/kernel/ |
D | mn10300-serial.c | 530 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.4.14/Documentation/scsi/ |
D | lpfc.txt | 29 history of the driver as we push for upstream acceptance.
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
D | com.fuc | 603 push $r15 612 push $r15 687 push $r0 688 push $r1
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 1270 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.4.14/arch/x86/boot/ |
D | header.S | 296 # everything else to push off to the wrong offset.
|
/linux-4.4.14/arch/arm64/boot/dts/arm/ |
D | juno-motherboard.dtsi | 128 smsc,irq-push-pull;
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 73 from linked list addr in reg 0x0c, firmware must push through or
|
/linux-4.4.14/drivers/hid/ |
D | hid-hyperv.c | 49 #pragma pack(push, 1)
|