/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nv50_display.c | 436 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 …]
|
D | nouveau_chan.c | 74 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 …]
|
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 | 677 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 …]
|
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, 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 | 130 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()
|
D | nvc0_fbcon.c | 130 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()
|
D | nouveau_chan.h | 21 } push; member
|
D | nouveau_abi16.c | 294 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/ |
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.1.27/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.1.27/arch/mips/include/asm/ |
D | asmmacro.h | 60 .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 …]
|
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 | 234 .set push; \
|
D | asm-eva.h | 131 .set push; \
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/rtc/ |
D | rtc-sysfs.c | 167 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/ |
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.1.27/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.1.27/drivers/staging/unisys/common-spar/include/ |
D | vmcallinterface.h | 98 #pragma pack(push, 1) 110 #pragma pack(push, 1) 127 #pragma pack(push, 1) 140 #pragma pack(push, 1)
|
D | vbusdeviceinfo.h | 21 #pragma pack(push, 1) /* both GCC and VC now allow this pragma */
|
/linux-4.1.27/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 | 26 .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
|
D | octeon_switch.S | 15 .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
|
D | relocate_kernel.S | 90 .set push define 131 .set push define
|
D | r4k_switch.S | 71 .set push define 171 .set push define 243 .set push define
|
D | r2300_fpu.S | 31 .set push define 86 .set push define
|
D | cps-vec.S | 231 .set push define 348 .set push define 465 .set push define
|
D | head.S | 37 .set push define
|
D | r6000_fpu.S | 21 .set push define
|
D | r2300_switch.S | 121 .set push define
|
D | bmips_vec.S | 82 .set push define
|
D | scall32-o32.S | 72 .set push define 201 sw a0, PT_R4(sp) # .. and push back a0 - a3, some
|
D | scall64-o32.S | 122 .set push define 198 sd a0, PT_R4(sp) # ... and push back a0 - a3, some
|
/linux-4.1.27/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 | sha1_ssse3_asm.S | 76 push %rbx 77 push %rbp 78 push %r12
|
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 …]
|
D | aesni-intel_asm.S | 1283 push %r12 1284 push %r13 1285 push %r14 1543 push %r12 1544 push %r13 1545 push %r14
|
/linux-4.1.27/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.1.27/arch/x86/vdso/vdso32/ |
D | sysenter.S | 33 push %ecx 35 push %edx 37 push %ebp
|
D | syscall.S | 18 push %ebp
|
/linux-4.1.27/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.1.27/arch/x86/net/ |
D | bpf_jit.S | 77 push %r9; \ 78 push SKBDATA; \ 111 push %r9; \ 112 push SKBDATA; \
|
/linux-4.1.27/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 | 416 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()
|
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.1.27/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.1.27/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.1.27/arch/mips/include/asm/mach-loongson/ |
D | kernel-entry-init.h | 19 .set push 38 .set push
|
/linux-4.1.27/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()
|
/linux-4.1.27/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.1.27/arch/mips/mm/ |
D | cex-oct.S | 21 .set push define 58 .set push define
|
/linux-4.1.27/arch/arm/kvm/ |
D | interrupts.S | 50 push {r2, r3} 281 push {r0-r2} 389 push {lr} 391 push {lr} 444 push {r0, r1} 481 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.1.27/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.1.27/arch/cris/arch-v10/lib/ |
D | csumcpfruser.S | 51 push $srp 52 push $r13
|
/linux-4.1.27/arch/x86/lib/ |
D | rwsem.S | 90 __ASM_SIZE(push,_cfi_reg) __ASM_REG(dx) 125 __ASM_SIZE(push,_cfi_reg) __ASM_REG(dx)
|
/linux-4.1.27/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
|
D | locore.S | 368 .set push define
|
/linux-4.1.27/drivers/iio/ |
D | Kconfig | 24 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/ |
D | gpc.fuc | 66 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
|
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
|
D | com.fuc | 252 push $r10
|
/linux-4.1.27/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.1.27/arch/arm/crypto/ |
D | aes-ce-core.S | 167 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}
|
D | aes-armv4.S | 248 str lr,[sp,#-4]! @ push lr 657 str lr,[sp,#-4]! @ push lr 943 str lr,[sp,#-4]! @ push lr
|
D | sha512-armv7-neon.S | 279 push {%lr};
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | sja1000.txt | 34 <0x06> : TX0 push-pull 38 <0x30> : TX1 push-pull
|
/linux-4.1.27/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.1.27/arch/x86/include/asm/ |
D | frame.h | 11 __ASM_SIZE(push,_cfi) %__ASM_REG(bp)
|
D | paravirt.h | 865 .if ((~(set)) & mask); push %reg; .endif 935 push %ecx; push %edx; \
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | evergreen_smc.h | 28 #pragma pack(push, 1)
|
D | smu7.h | 27 #pragma pack(push, 1)
|
D | rv770_smc.h | 28 #pragma pack(push, 1)
|
D | ppsmc.h | 26 #pragma pack(push, 1)
|
D | smu7_fusion.h | 29 #pragma pack(push, 1)
|
D | nislands_smc.h | 26 #pragma pack(push, 1)
|
D | sislands_smc.h | 28 #pragma pack(push, 1)
|
D | smu7_discrete.h | 29 #pragma pack(push, 1)
|
/linux-4.1.27/tools/perf/ui/tui/ |
D | helpline.c | 53 .push = tui_helpline__push,
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | helpline.c | 50 .push = gtk_helpline_push,
|
/linux-4.1.27/drivers/watchdog/ |
D | octeon-wdt-nmi.S | 14 .set push define
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | vbuschannel.h | 60 #pragma pack(push, 1) /* both GCC and VC now allow this pragma */
|
D | iochannel.h | 232 #pragma pack(push, 1)
|
D | channel.h | 190 #pragma pack(push, 1) /* both GCC and VC now allow this pragma */
|
/linux-4.1.27/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.1.27/arch/x86/kernel/ |
D | head_32.S | 566 push %eax # 16(%esp) 567 push %ecx # 12(%esp) 568 push %edx # 8(%esp) 569 push %ds # 4(%esp) 570 push %es # 0(%esp)
|
D | verify_cpu.S | 38 push $0 # Kill any dangerous flags
|
/linux-4.1.27/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
|
D | memcpy.S | 586 .set push define
|
/linux-4.1.27/tools/perf/Documentation/ |
D | android.txt | 60 adb push perf /data/perf 66 adb push /tmp/perf-archive /data/perf-archive
|
/linux-4.1.27/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.1.27/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;
|
D | pinctrl-bindings.txt | 183 drive-push-pull - drive actively high and low
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_serial.c | 109 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/ |
D | setjmp_64.S | 28 push %rsi # Make the call/return stack happy
|
/linux-4.1.27/arch/arm/boot/dts/ |
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 | r8a73a4-ape6evm.dts | 180 smsc,irq-push-pull;
|
D | imx51-digi-connectcore-som.dtsi | 227 smsc,irq-push-pull;
|
D | sh73a0-kzm9g.dts | 176 smsc,irq-push-pull;
|
D | ste-snowball.dts | 142 smsc,irq-push-pull;
|
D | vexpress-v2m-rs1.dtsi | 56 smsc,irq-push-pull;
|
D | vexpress-v2m.dtsi | 55 smsc,irq-push-pull;
|
/linux-4.1.27/Documentation/ |
D | BUG-HUNTING | 185 > push %ebp 186 > push %edi 187 > push %esi 188 > push %ebx
|
D | static-keys.txt | 189 ffffffff81044290: 55 push %rbp 210 ffffffff810441f6: 55 push %rbp
|
/linux-4.1.27/arch/arm64/kvm/ |
D | hyp.S | 156 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/ |
D | nouveau_drm.h | 112 uint64_t push; member
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | pca963x.txt | 7 - nxp,totem-pole : use totem pole (push-pull) instead of open-drain (pca9632 defaults
|
/linux-4.1.27/arch/mips/include/asm/mach-malta/ |
D | kernel-entry-init.h | 41 .set push
|
/linux-4.1.27/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.
|
D | nicstar.c | 2048 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/ |
D | cgroupstats.txt | 11 The current model for cgroupstats is a pull, a push model (to post
|
/linux-4.1.27/tools/perf/arch/x86/tests/ |
D | regs_load.S | 65 push %edi
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | cap11xx.txt | 33 high push-pull output.
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | assembler.h | 25 #define push << macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | assembler.h | 33 .macro push, xreg1, xreg2
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv04.c | 461 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/ |
D | checksum.S | 59 push r2 || ldi r2, #0 174 push r2
|
/linux-4.1.27/drivers/pinctrl/ |
D | Kconfig | 46 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/ |
D | fifo.h | 33 int bar, u32 addr, u32 size, u32 push,
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | sasin.S | 98 movel %d0,-(%sp) | ...push SIGN(X) IN SGL-FMT
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | ring.txt | 27 If possible, push data to the buffer.
|
/linux-4.1.27/drivers/block/ |
D | skd_s1120.h | 15 #pragma pack(push, s1120_h, 1)
|
/linux-4.1.27/drivers/tty/ |
D | n_tty.c | 109 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/ |
D | frame.inc | 42 # push the exception frame onto the front of the list
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | nv50.h | 117 u32 push; member
|
D | nv50.c | 232 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()
|
D | gf110.c | 107 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/ |
D | juno-motherboard.dtsi | 64 smsc,irq-push-pull;
|
/linux-4.1.27/arch/powerpc/lib/ |
D | copypage_power7.S | 45 .machine push
|
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 27 .set push
|
/linux-4.1.27/include/linux/ |
D | atmdev.h | 103 void (*push)(struct atm_vcc *vcc,struct sk_buff *skb); member
|
D | hyperv.h | 43 #pragma pack(push, 1)
|
/linux-4.1.27/sound/core/ |
D | pcm_native.c | 1177 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/ |
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.1.27/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.1.27/Documentation/scsi/ |
D | lpfc.txt | 29 history of the driver as we push for upstream acceptance.
|
/linux-4.1.27/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.1.27/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.1.27/arch/x86/boot/ |
D | header.S | 296 # everything else to push off to the wrong offset.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-memory.txt | 73 from linked list addr in reg 0x0c, firmware must push through or
|
/linux-4.1.27/Documentation/x86/ |
D | entry_64.txt | 41 the IDT entries push an error code onto the stack; others don't.
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_flush_avx2.S | 255 push %rbx
|
/linux-4.1.27/drivers/hid/ |
D | hid-hyperv.c | 49 #pragma pack(push, 1)
|
/linux-4.1.27/Documentation/networking/ |
D | eql.txt | 241 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/ |
D | common.h | 122 #pragma pack(push, 4)
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-common.S | 195 stmdb sp!, {r4, r5} @ push fifth and sixth args
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 133 #pragma pack(push, 1)
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 113 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/ |
D | ring-buffer-design.txt | 654 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/ |
D | netxen_nic_init.c | 1600 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/ |
D | Insmod-options | 44 push used by bttv. bttv will disable overlay
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-qmss.txt | 15 queue pool management (allocation, push, pop and notify) and descriptor
|
/linux-4.1.27/tools/usb/ |
D | ffs-test.c | 238 #pragma GCC diagnostic push in descs_to_legacy()
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 470 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/ |
D | zconf.lex.c_shipped | 1663 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/ |
D | sb1250_scd.h | 155 .set push ; \
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 62 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/ |
D | lex.lex.c_shipped | 1262 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/ |
D | exceptions-64s.S | 1053 .machine push 1515 .machine push
|