/linux-4.1.27/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 68 static inline void emit(const u32 insn, struct jit_ctx *ctx) emit() function 82 emit(A64_MOVZ(1, reg, tmp & 0xffff, shift), ctx); emit_a64_mov_i64() 87 emit(A64_MOVK(1, reg, tmp & 0xffff, shift), ctx); emit_a64_mov_i64() 101 emit(A64_MOVN(is64, reg, (u16)~lo, 0), ctx); emit_a64_mov_i() 103 emit(A64_MOVN(is64, reg, (u16)~hi, 16), ctx); emit_a64_mov_i() 104 emit(A64_MOVK(is64, reg, lo, 0), ctx); emit_a64_mov_i() 107 emit(A64_MOVZ(is64, reg, lo, 0), ctx); emit_a64_mov_i() 109 emit(A64_MOVK(is64, reg, hi, 16), ctx); emit_a64_mov_i() 159 emit(A64_PUSH(r6, r7, A64_SP), ctx); build_prologue() 160 emit(A64_PUSH(r8, r9, A64_SP), ctx); build_prologue() 162 emit(A64_PUSH(tmp1, tmp2, A64_SP), ctx); build_prologue() 165 emit(A64_SUB_I(1, A64_SP, A64_SP, stack_size), ctx); build_prologue() 168 emit(A64_MOV(1, fp, A64_SP), ctx); build_prologue() 191 emit(A64_ADD_I(1, A64_SP, A64_SP, stack_size), ctx); build_epilogue() 195 emit(A64_POP(tmp1, tmp2, A64_SP), ctx); build_epilogue() 196 emit(A64_POP(r8, r9, A64_SP), ctx); build_epilogue() 197 emit(A64_POP(r6, r7, A64_SP), ctx); build_epilogue() 200 emit(A64_MOV(1, fp, A64_SP), ctx); build_epilogue() 203 emit(A64_MOV(1, A64_R(0), r0), ctx); build_epilogue() 205 emit(A64_RET(A64_LR), ctx); build_epilogue() 243 emit(A64_MOV(is64, dst, src), ctx); build_insn() 248 emit(A64_ADD(is64, dst, dst, src), ctx); build_insn() 252 emit(A64_SUB(is64, dst, dst, src), ctx); build_insn() 256 emit(A64_AND(is64, dst, dst, src), ctx); build_insn() 260 emit(A64_ORR(is64, dst, dst, src), ctx); build_insn() 264 emit(A64_EOR(is64, dst, dst, src), ctx); build_insn() 268 emit(A64_MUL(is64, dst, dst, src), ctx); build_insn() 280 emit(A64_CBNZ(is64, src, jmp_offset), ctx); build_insn() 281 emit(A64_MOVZ(1, r0, 0, 0), ctx); build_insn() 284 emit(A64_B(jmp_offset), ctx); build_insn() 288 emit(A64_UDIV(is64, dst, dst, src), ctx); build_insn() 292 emit(A64_UDIV(is64, tmp, dst, src), ctx); build_insn() 293 emit(A64_MUL(is64, tmp, tmp, src), ctx); build_insn() 294 emit(A64_SUB(is64, dst, dst, tmp), ctx); build_insn() 301 emit(A64_LSLV(is64, dst, dst, src), ctx); build_insn() 305 emit(A64_LSRV(is64, dst, dst, src), ctx); build_insn() 309 emit(A64_ASRV(is64, dst, dst, src), ctx); build_insn() 314 emit(A64_NEG(is64, dst, dst), ctx); build_insn() 328 emit(A64_REV16(is64, dst, dst), ctx); build_insn() 330 emit(A64_UXTH(is64, dst, dst), ctx); build_insn() 333 emit(A64_REV32(is64, dst, dst), ctx); build_insn() 337 emit(A64_REV64(dst, dst), ctx); build_insn() 345 emit(A64_UXTH(is64, dst, dst), ctx); build_insn() 349 emit(A64_UXTW(is64, dst, dst), ctx); build_insn() 366 emit(A64_ADD(is64, dst, dst, tmp), ctx); build_insn() 372 emit(A64_SUB(is64, dst, dst, tmp), ctx); build_insn() 378 emit(A64_AND(is64, dst, dst, tmp), ctx); build_insn() 384 emit(A64_ORR(is64, dst, dst, tmp), ctx); build_insn() 390 emit(A64_EOR(is64, dst, dst, tmp), ctx); build_insn() 396 emit(A64_MUL(is64, dst, dst, tmp), ctx); build_insn() 402 emit(A64_UDIV(is64, dst, dst, tmp), ctx); build_insn() 408 emit(A64_UDIV(is64, tmp, dst, tmp2), ctx); build_insn() 409 emit(A64_MUL(is64, tmp, tmp, tmp2), ctx); build_insn() 410 emit(A64_SUB(is64, dst, dst, tmp), ctx); build_insn() 414 emit(A64_LSL(is64, dst, dst, imm), ctx); build_insn() 418 emit(A64_LSR(is64, dst, dst, imm), ctx); build_insn() 422 emit(A64_ASR(is64, dst, dst, imm), ctx); build_insn() 429 emit(A64_B(jmp_offset), ctx); build_insn() 438 emit(A64_CMP(1, dst, src), ctx); build_insn() 464 emit(A64_B_(jmp_cond, jmp_offset), ctx); build_insn() 467 emit(A64_TST(1, dst, src), ctx); build_insn() 478 emit(A64_CMP(1, dst, tmp), ctx); build_insn() 483 emit(A64_TST(1, dst, tmp), ctx); build_insn() 493 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); build_insn() 494 emit(A64_MOV(1, A64_FP, A64_SP), ctx); build_insn() 495 emit(A64_BLR(tmp), ctx); build_insn() 496 emit(A64_MOV(1, r0, A64_R(0)), ctx); build_insn() 497 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); build_insn() 508 emit(A64_B(jmp_offset), ctx); build_insn() 541 emit(A64_LDR32(dst, src, tmp), ctx); build_insn() 544 emit(A64_LDRH(dst, src, tmp), ctx); build_insn() 547 emit(A64_LDRB(dst, src, tmp), ctx); build_insn() 550 emit(A64_LDR64(dst, src, tmp), ctx); build_insn() 571 emit(A64_STR32(src, dst, tmp), ctx); build_insn() 574 emit(A64_STRH(src, dst, tmp), ctx); build_insn() 577 emit(A64_STRB(src, dst, tmp), ctx); build_insn() 580 emit(A64_STR64(src, dst, tmp), ctx); build_insn() 609 emit(A64_MOV(1, r1, r6), ctx); build_insn() 612 emit(A64_ADD(0, r2, r2, src), ctx); build_insn() 627 emit(A64_ADD_I(1, r4, fp, MAX_BPF_STACK), ctx); build_insn() 629 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); build_insn() 630 emit(A64_MOV(1, A64_FP, A64_SP), ctx); build_insn() 631 emit(A64_BLR(r5), ctx); build_insn() 632 emit(A64_MOV(1, r0, A64_R(0)), ctx); build_insn() 633 emit(A64_POP(A64_FP, A64_LR, A64_SP), ctx); build_insn() 637 emit(A64_CBZ(1, r0, jmp_offset), ctx); build_insn() 638 emit(A64_MOV(1, r5, r0), ctx); build_insn() 641 emit(A64_LDR32(r0, r5, A64_ZR), ctx); build_insn() 643 emit(A64_REV32(0, r0, r0), ctx); build_insn() 647 emit(A64_LDRH(r0, r5, A64_ZR), ctx); build_insn() 649 emit(A64_REV16(0, r0, r0), ctx); build_insn() 653 emit(A64_LDRB(r0, r5, A64_ZR), ctx); build_insn()
|
/linux-4.1.27/arch/arm/net/ |
H A D | bpf_jit_32.c | 130 static inline void emit(u32 inst, struct jit_ctx *ctx) emit() function 179 emit(ARM_MOV_R(ARM_IP, ARM_SP), ctx); build_prologue() 180 emit(ARM_PUSH(reg_set), ctx); build_prologue() 181 emit(ARM_SUB_I(ARM_FP, ARM_IP, 4), ctx); build_prologue() 184 emit(ARM_PUSH(reg_set), ctx); build_prologue() 188 emit(ARM_MOV_R(r_skb, ARM_R0), ctx); build_prologue() 192 emit(ARM_LDR_I(r_skb_data, r_skb, off), ctx); build_prologue() 195 emit(ARM_LDR_I(r_skb_hl, r_skb, off), ctx); build_prologue() 197 emit(ARM_LDR_I(r_scratch, r_skb, off), ctx); build_prologue() 198 emit(ARM_SUB_R(r_skb_hl, r_skb_hl, r_scratch), ctx); build_prologue() 202 emit(ARM_MOV_I(r_X, 0), ctx); build_prologue() 206 emit(ARM_MOV_I(r_A, 0), ctx); build_prologue() 210 emit(ARM_SUB_I(ARM_SP, ARM_SP, mem_words_used(ctx) * 4), ctx); build_prologue() 218 emit(ARM_ADD_I(ARM_SP, ARM_SP, mem_words_used(ctx) * 4), ctx); build_epilogue() 226 emit(ARM_LDM(ARM_SP, reg_set), ctx); build_epilogue() 231 emit(ARM_POP(reg_set), ctx); build_epilogue() 235 emit(ARM_BX(ARM_LR), ctx); build_epilogue() 303 emit(ARM_LDR_I(rd, ARM_PC, imm_offset(val, ctx)), ctx); emit_mov_i_no8m() 305 emit(ARM_MOVW(rd, val & 0xffff), ctx); emit_mov_i_no8m() 307 emit(ARM_MOVT(rd, val >> 16), ctx); emit_mov_i_no8m() 316 emit(ARM_MOV_I(rd, imm12), ctx); emit_mov_i() 345 emit(ARM_LSL_I(ARM_R1, r_src, 8), ctx); emit_swap16() 346 emit(ARM_ORR_S(r_dst, ARM_R1, r_src, SRTYPE_LSR, 8), ctx); emit_swap16() 354 emit(ARM_BIC_I(r_dst, r_dst, 0x8ff), ctx); emit_swap16() 380 emit(ARM_REV16(r_dst, r_src), ctx); emit_swap16() 408 emit(op ## _R((r1), (r2), r_scratch), ctx); \ 410 emit(op ## _I((r1), (r2), imm12), ctx); \ 419 emit(ARM_MOV_R(ARM_R0, ARM_R0), ctx); emit_err_ret() 429 emit(ARM_MOV_R(ARM_LR, ARM_PC), ctx); emit_blx_r() 432 emit(ARM_BX(tgt_reg), ctx); emit_blx_r() 434 emit(ARM_MOV_R(ARM_PC, tgt_reg), ctx); emit_blx_r() 436 emit(ARM_BLX_R(tgt_reg), ctx); emit_blx_r() 444 emit(ARM_UDIV(rd, rm, rn), ctx); emit_udiv() 460 emit(ARM_MOV_R(ARM_R1, rn), ctx); emit_udiv() 462 emit(ARM_MOV_R(ARM_R0, rm), ctx); emit_udiv() 469 emit(ARM_MOV_R(rd, ARM_R0), ctx); emit_udiv() 508 emit(ARM_LDR_I(r_A, r_skb, build_body() 514 emit(ARM_LDR_I(r_A, ARM_SP, SCRATCH_OFF(k)), ctx); build_body() 533 emit(ARM_SUB_I(r_scratch, r_skb_hl, build_body() 535 emit(ARM_CMP_R(r_scratch, r_off), ctx); build_body() 538 emit(ARM_CMP_R(r_skb_hl, r_off), ctx); build_body() 557 emit(ARM_MOV_R(ARM_R0, r_skb), ctx); build_body() 561 emit(ARM_CMP_I(ARM_R1, 0), ctx); build_body() 563 emit(ARM_MOV_R(r_A, ARM_R0), ctx); build_body() 582 emit(ARM_LDR_I(r_X, r_skb, build_body() 587 emit(ARM_LDR_I(r_X, ARM_SP, SCRATCH_OFF(k)), ctx); build_body() 597 emit(ARM_CMP_R(r_skb_hl, r_off), ctx); build_body() 608 emit(ARM_MOV_R(ARM_R0, r_skb), ctx); build_body() 613 emit(ARM_CMP_I(ARM_R1, 0), ctx); build_body() 616 emit(ARM_AND_I(r_X, ARM_R0, 0x00f), ctx); build_body() 617 emit(ARM_LSL_I(r_X, r_X, 2), ctx); build_body() 621 emit(ARM_STR_I(r_A, ARM_SP, SCRATCH_OFF(k)), ctx); build_body() 626 emit(ARM_STR_I(r_X, ARM_SP, SCRATCH_OFF(k)), ctx); build_body() 634 emit(ARM_ADD_R(r_A, r_A, r_X), ctx); build_body() 642 emit(ARM_SUB_R(r_A, r_A, r_X), ctx); build_body() 647 emit(ARM_MUL(r_A, r_A, r_scratch), ctx); build_body() 651 emit(ARM_MUL(r_A, r_A, r_X), ctx); build_body() 661 emit(ARM_CMP_I(r_X, 0), ctx); build_body() 671 emit(ARM_ORR_R(r_A, r_A, r_X), ctx); build_body() 681 emit(ARM_EOR_R(r_A, r_A, r_X), ctx); build_body() 689 emit(ARM_AND_R(r_A, r_A, r_X), ctx); build_body() 694 emit(ARM_LSL_I(r_A, r_A, k), ctx); build_body() 698 emit(ARM_LSL_R(r_A, r_A, r_X), ctx); build_body() 703 emit(ARM_LSR_I(r_A, r_A, k), ctx); build_body() 707 emit(ARM_LSR_R(r_A, r_A, r_X), ctx); build_body() 711 emit(ARM_RSB_I(r_A, r_A, 0), ctx); build_body() 715 emit(ARM_B(b_imm(i + k + 1, ctx)), ctx); build_body() 732 emit(ARM_CMP_R(r_A, r_scratch), ctx); build_body() 734 emit(ARM_CMP_I(r_A, imm12), ctx); build_body() 757 emit(ARM_CMP_R(r_A, r_X), ctx); build_body() 767 emit(ARM_TST_R(r_A, r_scratch), ctx); build_body() 769 emit(ARM_TST_I(r_A, imm12), ctx); build_body() 776 emit(ARM_TST_R(r_A, r_X), ctx); build_body() 779 emit(ARM_MOV_R(ARM_R0, r_A), ctx); build_body() 787 emit(ARM_B(b_imm(prog->len, ctx)), ctx); build_body() 792 emit(ARM_MOV_R(r_X, r_A), ctx); build_body() 797 emit(ARM_MOV_R(r_A, r_X), ctx); build_body() 805 emit(ARM_LDRH_I(r_scratch, r_skb, off), ctx); build_body() 814 emit(ARM_LDR_I(r_A, r_scratch, off), ctx); build_body() 820 emit(ARM_LDR_I(r_scratch, r_skb, off), ctx); build_body() 822 emit(ARM_CMP_I(r_scratch, 0), ctx); build_body() 828 emit(ARM_LDR_I(r_A, r_scratch, off), ctx); build_body() 834 emit(ARM_LDR_I(r_A, r_skb, off), ctx); build_body() 840 emit(ARM_LDR_I(r_A, r_skb, off), ctx); build_body() 847 emit(ARM_LDRH_I(r_A, r_skb, off), ctx); build_body() 860 emit(ARM_LDRH_I(r_A, r_skb, off), ctx); build_body()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | uvd_v3_1.c | 31 * uvd_v3_1_semaphore_emit - emit semaphore command 35 * @semaphore: semaphore to emit commands for 36 * @emit_wait: true if we should emit a wait command
|
H A D | uvd_v2_2.c | 32 * uvd_v2_2_fence_emit - emit an fence & trap command 35 * @fence: fence to emit 63 * uvd_v2_2_semaphore_emit - emit semaphore command 67 * @semaphore: semaphore to emit commands for 68 * @emit_wait: true if we should emit a wait command
|
H A D | uvd_v1_0.c | 74 * uvd_v1_0_fence_emit - emit an fence & trap command 77 * @fence: fence to emit 455 * uvd_v1_0_semaphore_emit - emit semaphore command 459 * @semaphore: semaphore to emit commands for 460 * @emit_wait: true if we should emit a wait command
|
H A D | evergreen_dma.c | 32 * evergreen_dma_fence_ring_emit - emit a fence on the DMA ring
|
H A D | radeon_sync.c | 176 /* emit the signal semaphore */ radeon_sync_rings()
|
H A D | radeon_irq.c | 290 drm_radeon_irq_emit_t *emit = data; radeon_irq_emit() local 305 if (copy_to_user(emit->irq_seq, &result, sizeof(int))) { radeon_irq_emit()
|
H A D | radeon_vce.c | 669 * radeon_vce_semaphore_emit - emit a semaphore command 674 * @emit_wait: true=emit wait, false=emit signal
|
H A D | r600_dma.c | 278 * r600_dma_fence_ring_emit - emit a fence on the DMA ring 303 * r600_dma_semaphore_ring_emit - emit a semaphore on the dma ring
|
H A D | r300_cmdbuf.c | 311 DRM_ERROR("Cannot emit more than 64 values at a time (reg=%04x sz=%d)\n", r300_emit_carefully_checked_packet0() 377 /* the rest of the data is safe to emit, whatever the values the user passed */ r300_emit_packet0() 848 * The actual age emit is done by r300_do_cp_cmdbuf, which is why you must 1168 /* We emit the vertex buffer age here, outside the pacifier "brackets" r300_do_cp_cmdbuf()
|
H A D | radeon_ib.c | 167 dev_err(rdev->dev, "failed to emit fence for new IB (%d)\n", r); radeon_ib_schedule()
|
H A D | cik_sdma.c | 162 * cik_sdma_hdp_flush_ring_emit - emit an hdp flush on the DMA ring 191 * cik_sdma_fence_ring_emit - emit a fence on the DMA ring 218 * cik_sdma_semaphore_ring_emit - emit a semaphore on the dma ring
|
H A D | radeon_fence.c | 120 * radeon_fence_emit - emit a fence on the requested ring 731 * (all asics). If so, we need to emit a semaphore.
|
H A D | cik.c | 3884 * cik_hdp_flush_cp_ring_emit - emit an hdp flush on the cp 3929 * cik_fence_gfx_ring_emit - emit a fence on the gfx ring 3970 * cik_fence_compute_ring_emit - emit a fence on the compute ring 3998 * cik_semaphore_ring_emit - emit a semaphore on the CP ring 4105 * cik_ring_ib_execute - emit an IB (Indirect Buffer) on the gfx ring
|
H A D | r600_cp.c | 2646 /* emit cs id sequence */ r600_cs_legacy_ioctl()
|
H A D | r600.c | 2866 * r600_semaphore_ring_emit - emit a semaphore on the CP ring
|
/linux-4.1.27/arch/arm/lib/ |
H A D | xor-neon.c | 22 * -ftree-vectorize) to attempt to exploit implicit parallelism and emit 30 * recognize the parallel nature of these functions, and emit plain ARM code,
|
/linux-4.1.27/scripts/dtc/ |
H A D | flattree.c | 258 static void flatten_tree(struct node *tree, struct emitter *emit, flatten_tree() argument 269 emit->beginnode(etarget, tree->labels); flatten_tree() 272 emit->string(etarget, tree->fullpath, 0); flatten_tree() 274 emit->string(etarget, tree->name, 0); flatten_tree() 276 emit->align(etarget, sizeof(cell_t)); flatten_tree() 286 emit->property(etarget, prop->labels); for_each_property() 287 emit->cell(etarget, prop->val.len); for_each_property() 288 emit->cell(etarget, nameoff); for_each_property() 291 emit->align(etarget, 8); for_each_property() 293 emit->data(etarget, prop->val); for_each_property() 294 emit->align(etarget, sizeof(cell_t)); for_each_property() 298 emit->property(etarget, NULL); 299 emit->cell(etarget, tree->basenamelen+1); 300 emit->cell(etarget, stringtable_insert(strbuf, "name")); 303 emit->align(etarget, 8); 305 emit->string(etarget, tree->name, tree->basenamelen); 306 emit->align(etarget, sizeof(cell_t)); 310 flatten_tree(child, emit, etarget, strbuf, vi); for_each_child() 313 emit->endnode(etarget, tree->labels);
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | opcodes.h | 177 * __inst_arm(x): emit the specified ARM opcode 178 * __inst_thumb16(x): emit the specified 16-bit Thumb opcode 179 * __inst_thumb32(x): emit the specified 32-bit Thumb opcode 181 * __inst_arm_thumb16(arm, thumb): emit either the specified arm or 185 * __inst_arm_thumb32(arm, thumb): emit either the specified arm or
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/ |
H A D | vbusdeviceinfo.h | 165 /* emit device index */ vbuschannel_devinfo_to_string() 179 /* emit device type */ vbuschannel_devinfo_to_string() 189 /* emit driver name */ vbuschannel_devinfo_to_string() 201 /* emit strings */ vbuschannel_devinfo_to_string()
|
/linux-4.1.27/arch/x86/realmode/rm/ |
H A D | Makefile | 46 LDFLAGS_realmode.elf := --emit-relocs -T
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | runtime_instr.h | 38 __u32 emit : 1; member in struct:runtime_instr_cb
|
/linux-4.1.27/samples/bpf/ |
H A D | Makefile | 50 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf -filetype=obj -o $@
|
H A D | bpf_helpers.h | 26 * emit BPF_LD_ABS and BPF_LD_IND instructions
|
/linux-4.1.27/tools/testing/selftests/ |
H A D | Makefile | 72 @# Ask all targets to emit their test scripts
|
/linux-4.1.27/arch/x86/net/ |
H A D | bpf_jit_comp.c | 557 /* emit 'ror %ax, 8' to swap lower 2 bytes */ do_jit() 563 /* emit 'movzwl eax, ax' */ do_jit() 571 /* emit 'bswap eax' to swap lower 4 bytes */ do_jit() 579 /* emit 'bswap rax' to swap 8 bytes */ do_jit() 589 /* emit 'movzwl eax, ax' to zero extend 16-bit do_jit() 599 /* emit 'mov eax, eax' to clear upper 32-bits */ do_jit() 642 /* emit 'mov byte ptr [rax + off], al' */ do_jit() 673 /* emit 'movzx rax, byte ptr [rax + off]' */ do_jit() 677 /* emit 'movzx rax, word ptr [rax + off]' */ do_jit() 681 /* emit 'mov eax, dword ptr [rax+0x14]' */ do_jit() 688 /* emit 'mov rax, qword ptr [rax+0x14]' */ do_jit() 703 /* emit 'lock add dword ptr [rax + off], eax' */ do_jit() 972 * pass to emit the final image bpf_int_jit_compile()
|
/linux-4.1.27/lib/ |
H A D | bug.c | 6 CONFIG_BUG - emit BUG traps. Nothing happens without this. 10 CONFIG_DEBUG_BUGVERBOSE - emit full file+line information for each BUG
|
H A D | inflate.c | 30 code; if EOB then done; if a literal, emit the decoded byte; if a 31 length then get the distance and emit the referred-to bytes from the
|
H A D | vsprintf.c | 1016 /* emit address */ ip6_compressed_string()
|
/linux-4.1.27/arch/tile/ |
H A D | Makefile | 29 # The tile compiler may emit .eh_frame information for backtracing.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_fence.h | 38 int (*emit)(struct nouveau_fence *); member in struct:nouveau_fence_chan
|
H A D | nv04_fence.c | 79 fctx->base.emit = nv04_fence_emit; nv04_fence_context_new()
|
H A D | nv10_fence.c | 79 fctx->base.emit = nv10_fence_emit; nv10_fence_context_new()
|
H A D | nv50_fence.c | 50 fctx->base.emit = nv10_fence_emit; nv50_fence_context_new()
|
H A D | nv17_fence.c | 88 fctx->base.emit = nv10_fence_emit; nv17_fence_context_new()
|
H A D | nouveau_dma.c | 252 * space left to emit a jump back to the beginning of the nouveau_dma_wait()
|
H A D | nv84_fence.c | 144 fctx->base.emit = nv84_fence_emit; nv84_fence_context_new()
|
H A D | nouveau_fence.c | 277 ret = fctx->emit(fence); nouveau_fence_emit()
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
H A D | bitmask.c | 240 * emit(buf, buflen, rbot, rtop, len) 248 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) emit() function 287 len = emit(buf, buflen, rbot, rtop, len); bitmask_displaylist()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
H A D | capi.c | 149 * emit unsupported parameter warning 324 * emit DATA_B3_CONF message 351 /* emit message */ send_data_b3_conf() 458 /* emit message */ gigaset_skb_rcvd() 667 /* emit message */ gigaset_isdn_icall() 801 /* build and emit CONNECT_ACTIVE_IND message */ gigaset_isdn_connD() 878 * emit CONNECT_B3_ACTIVE_IND if we already got CONNECT_B3_REQ; gigaset_isdn_connB() 879 * otherwise we have to emit CONNECT_B3_IND first, and follow up with gigaset_isdn_connB() 1115 * helper function: emit reply message with given Info value 1326 * emit CONNECT_CONF reply 1792 * build NCCI and emit CONNECT_B3_CONF reply 1836 * Depending on the Reject parameter, either emit CONNECT_B3_ACTIVE_IND 1837 * or queue EV_HUP and emit DISCONNECT_B3_IND. 1883 /* emit DISCONNECT_B3_IND */ do_connect_b3_resp() 1888 * Accept: emit CONNECT_B3_ACTIVE_IND immediately, as do_connect_b3_resp() 1908 * schedule EV_HUP and emit DISCONNECT_B3_IND if necessary, 1909 * emit DISCONNECT_CONF reply 1962 * emit DISCONNECT_B3_IND with cause 0x3301 do_disconnect_req() 2003 /* emit reply */ do_disconnect_req() 2009 * schedule EV_HUP and emit DISCONNECT_B3_CONF reply
|
/linux-4.1.27/include/uapi/drm/ |
H A D | radeon_drm.h | 172 #define RADEON_CMD_PACKET 1 /* emit one of the register packets above */ 173 #define RADEON_CMD_SCALARS 2 /* emit scalar data */ 174 #define RADEON_CMD_VECTORS 3 /* emit vector data */ 176 #define RADEON_CMD_PACKET3 5 /* emit hw packet */ 177 #define RADEON_CMD_PACKET3_CLIP 6 /* emit hw packet wrapped in cliprects */ 179 #define RADEON_CMD_WAIT 8 /* emit hw wait commands -- note: 222 #define R300_CMD_VPU 2 /* emit vertex program upload */ 223 #define R300_CMD_PACKET3 3 /* emit a packet3 */ 224 #define R300_CMD_END3D 4 /* emit sequence ending 3d rendering */ 263 unsigned short count; /* amount of packet2 to emit */ 638 * - supports driver change to emit native primitives
|
H A D | msm_drm.h | 116 * with this by emit'ing two reloc entries with appropriate shift
|
H A D | savage_drm.h | 122 #define SAVAGE_WAIT_IRQ 0x4 /* emit or wait for IRQ, not implemented yet */
|
/linux-4.1.27/scripts/kconfig/ |
H A D | qconf.cc | 439 emit menuChanged(menu); updateSelection() 444 emit menuSelected(menu); updateSelection() 671 emit parentSelected(); keyPressEvent() 686 emit parentSelected(); keyPressEvent() 695 emit menuSelected(menu); keyPressEvent() 747 emit parentSelected(); contentsMouseReleaseEvent() 754 emit menuSelected(menu); contentsMouseReleaseEvent() 796 emit parentSelected(); contentsMouseDoubleClickEvent() 804 emit menuSelected(menu); contentsMouseDoubleClickEvent() 824 emit gotFocus(menu); focusInEvent() 910 emit showNameChanged(b); setShowName() 919 emit showRangeChanged(b); setShowRange() 928 emit showDataChanged(b); setShowData() 984 emit showDebugChanged(b); setShowDebug()
|
/linux-4.1.27/drivers/leds/trigger/ |
H A D | ledtrig-cpu.c | 42 * ledtrig_cpu - emit a CPU event as a trigger
|
/linux-4.1.27/arch/tile/lib/ |
H A D | memset_32.c | 77 /* Determine how many words we need to emit before the 'out32' memset()
|
H A D | memset_64.c | 76 /* Determine how many words we need to emit before the 'out32' memset()
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | vmlinux.lds.S | 149 /* temporary hack until binutils is fixed to not emit these
|
/linux-4.1.27/include/linux/ |
H A D | bug.h | 44 * BUILD_BUG_ON_MSG - break compile if a condition is true & emit supplied
|
H A D | compiler.h | 261 * Allow us to mark functions as 'deprecated' and have gcc emit a nice 420 * compiletime_assert - break build and emit msg if condition is false 422 * @msg: a message to emit if condition is false
|
H A D | dlm.h | 59 * The dlm should emit netlink messages if locks have been waiting
|
H A D | cgroup-defs.h | 429 * broken and cgroup core will emit a warning message on such
|
H A D | pm.h | 656 * NOT emit system wakeup events.
|
H A D | rcupdate.h | 553 * rcu_lockdep_assert - emit lockdep splat if specified condition not met
|
/linux-4.1.27/drivers/s390/char/ |
H A D | sclp_con.c | 75 * Finalize and emit first pending buffer. 241 * Resume console: If there are cached messages, emit them.
|
H A D | sclp_vt220.c | 114 * Put provided request buffer back into queue and check emit pending 218 * Queue and emit current request. 231 /* Only emit buffers with content */ sclp_vt220_emit_current() 393 * write buffer, emit the current one and allocate a new one. If there are no 750 * Resume console: If there are cached messages, emit them.
|
/linux-4.1.27/drivers/media/rc/img-ir/ |
H A D | img-ir-raw.c | 68 * time we use this timer to emit a final sample to satisfy them.
|
H A D | img-ir-hw.h | 161 * Returns IMG_IR_SCANCODE to emit new scancode.
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
H A D | led.c | 60 * make sure we could emit the led2. */ rtl92de_sw_led_on()
|
/linux-4.1.27/arch/metag/mm/ |
H A D | mmu-meta2.c | 88 * fix them and emit a warning. If we left them without priv protection repriv_mmu_tables()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_gem_evict.c | 95 * active objects we need to emit a MI_FLUSH to retire the flushing i915_gem_evict_something() 184 /* Unbinding will emit any required flushes */ i915_gem_evict_something()
|
H A D | i915_gem_context.c | 48 * store GPU state, and thus allow GPU clients to not re-emit state (and 721 /* We should never emit switch_mm more than once */ do_switch()
|
H A D | i915_gem_execbuffer.c | 1062 /* Unconditionally force add_request to emit a full flush. */ i915_gem_execbuffer_retire_commands()
|
H A D | i915_gem.c | 2349 * Emit any outstanding flushes - execbuf can fail to emit the flush __i915_add_request() 3574 * flushed/invalidated. As we always have to emit invalidations i915_gem_clflush_object() 4289 * become non-busy without any further actions, therefore emit any i915_gem_busy_ioctl()
|
H A D | intel_display.c | 9833 * the MI_DISPLAY_FLIP we may need to first emit everything else, intel_gen7_queue_flip() 9834 * then do the cacheline alignment, and finally emit the intel_gen7_queue_flip()
|
/linux-4.1.27/drivers/gpu/drm/savage/ |
H A D | savage_state.c | 364 * WAIT_IDLE_EMPTY or emit at least 63 NOPs. */ savage_dispatch_dma_prim() 373 /* Can emit up to 255 indices (85 triangles) at once. */ savage_dispatch_dma_prim() 492 /* Can emit up to 255 vertices (85 triangles) at once. */ savage_dispatch_vb_prim() 614 * WAIT_IDLE_EMPTY or emit at least 63 NOPs. */ savage_dispatch_dma_idx() 623 /* Can emit up to 255 indices (85 triangles) at once. */ savage_dispatch_dma_idx() 743 /* Can emit up to 255 vertices (85 triangles) at once. */ savage_dispatch_vb_idx()
|
H A D | savage_drv.h | 180 /* and for scissors (global, so don't emit if not changed) */
|
H A D | savage_bci.c | 47 DRM_ERROR("Trying to emit %d words " savage_bci_wait_fifo_shadow() 112 * never emit 0 to the event tag. If we find a 0 event tag we know the
|
/linux-4.1.27/arch/sparc/net/ |
H A D | bpf_jit_comp.c | 338 * The most common case is to emit a branch at the end of such 352 * Sometimes we need to emit a branch earlier in the code 355 * to emit a branch (and it's delay slot) right before the
|
/linux-4.1.27/lib/zlib_deflate/ |
H A D | defutil.h | 197 * data is still in the window so we can still emit a stored block even 201 * even emit a stored file instead of a stored block (saving 5 bytes).
|
H A D | deflate.c | 421 * ensures that for a very small output buffer, we emit at most zlib_deflate()
|
/linux-4.1.27/drivers/net/ethernet/apple/ |
H A D | bmac.h | 104 # define TxNoFCS 0x0080 /* do not emit FCS */
|
/linux-4.1.27/drivers/accessibility/braille/ |
H A D | braille_console.c | 49 MODULE_PARM_DESC(sound, "emit sounds");
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | exdebug.c | 90 * We will emit the current timer value (in microseconds) with each acpi_ex_do_debug_object()
|
H A D | acnamesp.h | 80 /* Always emit warning message, not dependent on node flags */
|
H A D | exconfig.c | 574 * Temporarily emit a warning so that the ASL for the machine can be acpi_ex_unload_table()
|
H A D | utdebug.c | 199 * For acpi_exec/iASL only, emit the thread ID and nesting level. acpi_debug_print()
|
/linux-4.1.27/fs/ocfs2/cluster/ |
H A D | masklog.h | 48 * only emit the appropriage printk() when the caller passes in a constant
|
/linux-4.1.27/arch/mips/net/ |
H A D | bpf_jit.c | 156 /* Simply emit the instruction if the JIT memory space has been allocated */ 167 * Similar to emit_instr but it must be used when we need to emit 872 * This may emit two instructions so it may not fit build_body() 1180 * It can emit two instructions so it does not fit on build_body()
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | zforce_ts.c | 106 * @suspending in the process of going to suspend (don't emit wakeup 499 /* Don't emit wakeup events from commands run by zforce_suspend */ zforce_irq_thread()
|
/linux-4.1.27/arch/x86/ |
H A D | Makefile | 39 LDFLAGS_vmlinux := --emit-relocs
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | uaccess.h | 456 * as in a MEM format instruction. This lets us emit our three
|
/linux-4.1.27/net/core/ |
H A D | gen_stats.c | 213 /* emit 64bit stats only if needed */ gnet_stats_copy_rate_est()
|
/linux-4.1.27/tools/power/acpi/tools/acpidump/ |
H A D | apdump.c | 195 * Note: simplest to just always emit a 64-bit address. acpi_xtract ap_dump_table_buffer()
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | sunbmac.h | 180 #define BIGMAC_TXCFG_FCSOFF 0x00000080 /* Do not emit FCS */
|
H A D | sunhme.h | 218 #define BIGMAC_TXCFG_FCSOFF 0x00000080 /* Do not emit FCS */
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fifo.c | 631 * This function is used to emit a dummy occlusion query with
|
/linux-4.1.27/drivers/uwb/i1480/dfu/ |
H A D | mac.c | 320 * @do_wait: Wait for device to emit initialization done message (0
|
/linux-4.1.27/include/acpi/ |
H A D | acoutput.h | 280 * November 2012: Moved the runtime check for whether to actually emit the
|
/linux-4.1.27/include/uapi/linux/ |
H A D | audit.h | 111 #define AUDIT_PROCTITLE 1327 /* Proctitle emit event */
|
/linux-4.1.27/arch/avr32/kernel/ |
H A D | setup.c | 322 * SDRAM code may emit such entries if something goes parse_tag_mem()
|
/linux-4.1.27/kernel/locking/ |
H A D | rwsem-xadd.c | 335 * Ensure we emit the owner->on_cpu, dereference _after_ rwsem_spin_on_owner()
|
H A D | mutex.c | 232 * Ensure we emit the owner->on_cpu, dereference _after_ mutex_spin_on_owner()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-ntrig.c | 623 * to emit a normal (X, Y) position ntrig_event() 718 /* emit a normal (X, Y) for the first point only */ ntrig_event()
|
H A D | hid-multitouch.c | 1012 * that emit events over several HID messages. mt_probe()
|
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-mxs.c | 392 * the block it emit one byte write onto the bus terminated mxs_i2c_pio_setup_xfer()
|
/linux-4.1.27/drivers/net/usb/ |
H A D | rndis_host.c | 43 * - In some cases, MS-Windows will emit undocumented requests; this
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm.c | 284 * Decend the tree of scopes and insert/emit main()
|
/linux-4.1.27/drivers/pci/hotplug/ |
H A D | pciehp_hpc.c | 168 * control bits are changed. On such controllers, we'll emit this pcie_wait_cmd()
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | process.c | 226 * This can be helpful if we are just trying to emit a clean panic.
|
/linux-4.1.27/drivers/tty/ |
H A D | sysrq.c | 519 * simply emit this at KERN_EMERG as that would change message __handle_sysrq()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | rndis.c | 344 * versions emit undefined RNDIS messages. DOCUMENT ALL THESE! gen_ndis_query_resp()
|
H A D | f_rndis.c | 70 * - MS-Windows drivers sometimes emit undocumented requests.
|
/linux-4.1.27/kernel/debug/ |
H A D | debug_core.c | 192 * remove fails, the kernel needs to emit a bad message because we kgdb_validate_break_address()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | irq.c | 132 * PACA irq_happened field since we can only re-emit one at a
|
H A D | entry_64.S | 882 * Something did happen, check if a re-emit is needed 898 * We need to re-emit an interrupt. We do so by re-using our
|
H A D | iommu.c | 723 * In case we have reserved the first bit, we should not emit iommu_free_table()
|
/linux-4.1.27/kernel/time/ |
H A D | clockevents.c | 160 * on it, so fix it up and emit a warning: clockevents_set_state()
|
/linux-4.1.27/drivers/isdn/i4l/ |
H A D | isdn_bsdcomp.c | 602 * Do not emit a completely useless byte of ones. bsd_compress()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
H A D | 3c574_cs.c | 1088 Note: My other drivers emit a log message whenever promiscuous mode is
|
/linux-4.1.27/drivers/net/ppp/ |
H A D | bsd_comp.c | 763 * Do not emit a completely useless byte of ones. bsd_compress()
|
/linux-4.1.27/drivers/scsi/ |
H A D | script_asm.pl | 42 # 2. I also emit a script_u.h file, which will undefine all of
|
H A D | scsi_lib.c | 2683 * sdev_evt_emit - emit a single SCSI device uevent 2685 * @evt: event to emit
|
H A D | sg.c | 670 * is a non-zero input_size, so emit a warning. sg_write()
|
H A D | advansys.c | 4330 * FE WW WW: (3 byte code) Word to emit is the next word WW WW.
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
H A D | tx.c | 760 * can occur and are legitimate so don't propagate. -EINVAL will emit a WARNING
|
H A D | main.c | 3391 request silently, as we dont want the mac80211 to emit wl1271_set_key()
|
/linux-4.1.27/arch/x86/tools/ |
H A D | relocs.c | 1049 * Since different linkers tend to emit the sections in
|
/linux-4.1.27/arch/tile/mm/ |
H A D | fault.c | 639 * emit a stack dump at any point while handling this. do_page_fault_ics()
|
/linux-4.1.27/drivers/usb/wusbcore/ |
H A D | devconnect.c | 388 * Refresh the list of keep alives to emit in the MMC
|
/linux-4.1.27/fs/ntfs/ |
H A D | lcnalloc.c | 999 * If rollback fails, set the volume errors flag, emit an error __ntfs_cluster_free()
|
H A D | attrib.c | 1950 /* Only emit errors when the write will fail completely. */ ntfs_attr_extend_allocation() 2090 /* Only emit errors when the write will fail completely. */ ntfs_attr_extend_allocation()
|
H A D | mft.c | 2880 * the mft bitmap. Just emit a warning and leave the volume ntfs_extent_mft_record_free()
|
H A D | super.c | 648 * incorrect, so we emit a warning. is_boot_sector_ntfs()
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_sb.c | 595 * We may be probed for a filesystem match, so we may not want to emit
|
/linux-4.1.27/scripts/mod/ |
H A D | file2alias.c | 1064 * Dumbly emit a match pattern for all possible matching append_nibble_mask()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
H A D | ks8695net.c | 155 * @msg_enable: The flags for which messages to emit
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 263 * Don't emit the error htc_issue_packets()
|
/linux-4.1.27/arch/arm/crypto/ |
H A D | aes-armv4.S | 16 @ in one instruction and emit combined result every cycle. The module
|
H A D | bsaes-armv7.pl | 377 # modified to emit output in order suitable for feeding back to aesenc[last]
|
/linux-4.1.27/drivers/media/platform/coda/ |
H A D | coda-common.c | 745 /* If this is the last capture buffer, emit an end-of-stream event */ coda_dqbuf()
|
/linux-4.1.27/drivers/net/ethernet/tile/ |
H A D | tilepro.c | 1654 * payload, and hands it to LEPP, to emit as one or more segments,
|
/linux-4.1.27/drivers/s390/net/ |
H A D | lcs.c | 1603 /* If this is the first tx buffer emit it immediately. */ __lcs_start_xmit()
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | cpufreq.c | 365 * where these checks can emit false-positive warnings in these cpufreq_freq_transition_begin()
|
/linux-4.1.27/drivers/crypto/vmx/ |
H A D | aesp8-ppc.pl | 1905 #emit
|
/linux-4.1.27/drivers/base/ |
H A D | core.c | 776 /* do not emit an uevent for this simple "glue" directory */ get_device_parent()
|
/linux-4.1.27/drivers/tty/vt/ |
H A D | keyboard.c | 1169 * to emulate here emit 0xe0 0x2a 0xe0 0x37 when emulate_raw()
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | unusual_devs.h | 1450 /* Reported by Ian McConnell <ian at emit.demon.co.uk> */
|
/linux-4.1.27/kernel/ |
H A D | audit.c | 1289 * audit context (for those records that have a context), and emit them
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | unwind.c | 1393 UNW_DPRINT(0, "unwind.%s: don't know how to emit nat info for where = %u\n", emit_nat_info()
|
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 1698 * emit SENSEI's to clear the interrupt line. And FDCS->reset blocks the floppy_interrupt() 1700 * It is OK to emit floppy commands because we are in an interrupt floppy_interrupt()
|
/linux-4.1.27/drivers/mtd/chips/ |
H A D | cfi_cmdset_0001.c | 1068 * didn't emit calls to its own support functions). Also configuring MTD CFI
|
H A D | cfi_cmdset_0002.c | 919 * didn't emit calls to its own support functions). Also configuring MTD CFI
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
H A D | isl_ioctl.c | 383 * emit data if (sensitivity > rssi - noise) (in dBm).
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpiolib.c | 33 * Also emit diagnostic messages that may help initial bringup, when
|
/linux-4.1.27/drivers/firewire/ |
H A D | ohci.c | 895 * Alas some chips sometimes emit bus reset packets with a handle_ar_packet()
|
/linux-4.1.27/kernel/printk/ |
H A D | printk.c | 1666 /* emit KERN_CRIT message */ vprintk_emit()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 3634 /* If the firmware is initialized already, emit a simply note to that adap_init0()
|
H A D | t4_hw.c | 1934 * and emit an error message for mismatched firmware to save our caller the
|
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 1835 * yes, some broken gcc emit "warning: 'i' may be used uninitialized" serial_unlink_irq_chain()
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | sony-laptop.c | 435 /* if we have a scancode we emit it so we can always sony_laptop_report_input_event()
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | head.S | 82 * can emit the entire MMU mapping of the machine. This is present
|
/linux-4.1.27/fs/ |
H A D | buffer.c | 624 * If warn is true, then emit a warning if the page is not uptodate and has
|
/linux-4.1.27/scripts/ |
H A D | checkpatch.pl | 2143 # emit the "does MAINTAINERS need updating?" message on file add/move/delete
|
/linux-4.1.27/tools/lib/traceevent/ |
H A D | event-parse.c | 4347 /* emit address */ print_ip6c_addr()
|