Searched refs:push (Results 201 - 225 of 346) sorted by relevance

1234567891011>>

/linux-master/arch/mips/include/asm/
H A Dhazards.h70 " .set push \n" \
146 " .set push \n" \
272 .set push; \
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv17.c48 nvkm_wo32(ramfc, base + 0x0c, chan->push->addr >> 4);
H A Dnv04.c126 nvkm_wo32(ramfc, base + 0x08, chan->push->addr >> 4);
360 u32 push = nvkm_rd32(device, 0x003220); local
376 "ib_put %08x state %08x (err: %s) push %08x\n",
379 push);
391 "state %08x (err: %s) push %08x\n",
393 nv_dma_state_err(state), push);
/linux-master/arch/x86/kernel/
H A Duprobes.c76 * We can easily refuse to support push es/cs/ss/ds (06/0e/16/1e)
115 * 06,07 - formerly push/pop es
116 * 0e - formerly push cs
117 * 16,17 - formerly push/pop ss
118 * 1e,1f - formerly push/pop ds
665 unsigned long *src_ptr = (void *)regs + auprobe->push.reg_offset;
669 regs->ip += auprobe->push.ilen;
677 * We can only get here if branch_emulate_op() failed to push the ret
841 auprobe->push.reg_offset = reg_offset;
842 auprobe->push
[all...]
H A Dverify_cpu.S36 push $0 # Kill any dangerous flags
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dtracepoint.h31 #pragma GCC diagnostic push
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgv_sriovmsg.h85 #pragma pack(push, 1) // PF2VF / VF2PF data areas are byte packed
/linux-master/arch/mips/kernel/
H A Drelocate_kernel.S89 .set push
H A Dcps-vec.S198 .set push
356 .set push
387 .set push
569 .set push
H A Dbmips_vec.S82 .set push
/linux-master/tools/include/asm-generic/
H A Dunaligned.h9 #pragma GCC diagnostic push
/linux-master/drivers/gpu/drm/radeon/
H A Drv770_smc.h28 #pragma pack(push, 1)
H A Dppsmc.h26 #pragma pack(push, 1)
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S282 push %rbx
283 push %r12
284 push %r13
285 push %r14
286 push %r15
289 push %rbp
H A Dsha512-ssse3-asm.S284 push %rbx
285 push %r12
286 push %r13
287 push %r14
288 push %r15
291 push %rbp
H A Dsha1_ssse3_asm.S73 push %rbx
74 push %r12
75 push %rbp
/linux-master/drivers/usb/gadget/function/
H A Du_serial.c118 struct delayed_work push; member in struct:gs_port
363 struct gs_port *port = container_of(w, struct gs_port, push);
397 /* push data to (open) tty */
437 * in the tty and ldisc (not here). If we couldn't push any
444 schedule_delayed_work(&port->push, 1);
460 schedule_delayed_work(&port->push, 0);
718 * let the push async work fire again until we're re-opened.
831 schedule_delayed_work(&port->push, 0);
1171 INIT_DELAYED_WORK(&port->push, gs_rx_push);
1199 cancel_delayed_work_sync(&port->push);
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgv100.c381 nvkm_wr32(device, 0x610b24 + poff, lower_32_bits(chan->push));
382 nvkm_wr32(device, 0x610b20 + poff, upper_32_bits(chan->push));
403 .push = nv50_disp_dmac_push,
529 .push = nv50_disp_dmac_push,
765 nvkm_wr32(device, 0x610b24, lower_32_bits(chan->push));
766 nvkm_wr32(device, 0x610b20, upper_32_bits(chan->push));
778 .push = nv50_disp_dmac_push,
/linux-master/net/atm/
H A Dclip.c419 if (!vcc->push)
433 clip_vcc->old_push = vcc->push;
435 vcc->push = clip_push;
452 if (vcc->push != clip_push) {
649 vcc->push = NULL;
/linux-master/arch/mips/lib/
H A Dcsum_partial.S60 .set push; \
68 .set push; \
284 .set push
697 .set push
709 .set push
/linux-master/drivers/atm/
H A Datmtcp.c71 out_vcc->push(out_vcc,skb);
228 out_vcc->push(out_vcc,new_skb);
315 out_vcc->push(out_vcc,new_skb);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c410 struct nvif_push *push = drm->channel->chan.push; local
411 ret = PUSH_WAIT(push, 8);
414 PUSH_NVSQ(push, NV05F, 0x0000, drm->channel->blit.handle);
415 PUSH_NVSQ(push, NV09F, 0x0120, 0,
419 PUSH_NVSQ(push, NV_SW, 0x0000, drm->channel->nvsw.handle);
/linux-master/arch/mips/kvm/
H A Dmsa.S94 .set push
/linux-master/arch/x86/math-emu/
H A Dfpu_emu.h156 /* push() does not affect the tags */
157 #define push() { top--; } macro
/linux-master/include/linux/
H A Datmdev.h105 void (*push)(struct atm_vcc *vcc,struct sk_buff *skb); member in struct:atm_vcc
112 struct module *owner; /* owner of ->push function */

Completed in 329 milliseconds

1234567891011>>