/linux-4.1.27/arch/arm64/net/ |
D | bpf_jit_comp.c | 68 static inline void emit(const u32 insn, struct jit_ctx *ctx) in emit() function 82 emit(A64_MOVZ(1, reg, tmp & 0xffff, shift), ctx); in emit_a64_mov_i64() 87 emit(A64_MOVK(1, reg, tmp & 0xffff, shift), ctx); in emit_a64_mov_i64() 101 emit(A64_MOVN(is64, reg, (u16)~lo, 0), ctx); in emit_a64_mov_i() 103 emit(A64_MOVN(is64, reg, (u16)~hi, 16), ctx); in emit_a64_mov_i() 104 emit(A64_MOVK(is64, reg, lo, 0), ctx); in emit_a64_mov_i() 107 emit(A64_MOVZ(is64, reg, lo, 0), ctx); in emit_a64_mov_i() 109 emit(A64_MOVK(is64, reg, hi, 16), ctx); in emit_a64_mov_i() 159 emit(A64_PUSH(r6, r7, A64_SP), ctx); in build_prologue() 160 emit(A64_PUSH(r8, r9, A64_SP), ctx); in build_prologue() [all …]
|
/linux-4.1.27/arch/arm/net/ |
D | bpf_jit_32.c | 130 static inline void emit(u32 inst, struct jit_ctx *ctx) in emit() function 179 emit(ARM_MOV_R(ARM_IP, ARM_SP), ctx); in build_prologue() 180 emit(ARM_PUSH(reg_set), ctx); in build_prologue() 181 emit(ARM_SUB_I(ARM_FP, ARM_IP, 4), ctx); in build_prologue() 184 emit(ARM_PUSH(reg_set), ctx); in build_prologue() 188 emit(ARM_MOV_R(r_skb, ARM_R0), ctx); in build_prologue() 192 emit(ARM_LDR_I(r_skb_data, r_skb, off), ctx); in build_prologue() 195 emit(ARM_LDR_I(r_skb_hl, r_skb, off), ctx); in build_prologue() 197 emit(ARM_LDR_I(r_scratch, r_skb, off), ctx); in build_prologue() 198 emit(ARM_SUB_R(r_skb_hl, r_skb_hl, r_scratch), ctx); in build_prologue() [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | flattree.c | 258 static void flatten_tree(struct node *tree, struct emitter *emit, in flatten_tree() argument 269 emit->beginnode(etarget, tree->labels); in flatten_tree() 272 emit->string(etarget, tree->fullpath, 0); in flatten_tree() 274 emit->string(etarget, tree->name, 0); in flatten_tree() 276 emit->align(etarget, sizeof(cell_t)); in flatten_tree() 286 emit->property(etarget, prop->labels); in flatten_tree() 287 emit->cell(etarget, prop->val.len); in flatten_tree() 288 emit->cell(etarget, nameoff); in flatten_tree() 291 emit->align(etarget, 8); in flatten_tree() 293 emit->data(etarget, prop->val); in flatten_tree() [all …]
|
/linux-4.1.27/scripts/kconfig/ |
D | qconf.cc | 439 emit menuChanged(menu); in updateSelection() 444 emit menuSelected(menu); in updateSelection() 671 emit parentSelected(); in keyPressEvent() 686 emit parentSelected(); in keyPressEvent() 695 emit menuSelected(menu); in keyPressEvent() 747 emit parentSelected(); in contentsMouseReleaseEvent() 754 emit menuSelected(menu); in contentsMouseReleaseEvent() 796 emit parentSelected(); in contentsMouseDoubleClickEvent() 804 emit menuSelected(menu); in contentsMouseDoubleClickEvent() 824 emit gotFocus(menu); in focusInEvent() [all …]
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | bitmask.c | 248 static inline int emit(char *buf, int buflen, int rbot, int rtop, int len) in emit() function 287 len = emit(buf, buflen, rbot, rtop, len); in bitmask_displaylist()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | runtime_instr.h | 38 __u32 emit : 1; member
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_irq.c | 290 drm_radeon_irq_emit_t *emit = data; in radeon_irq_emit() local 305 if (copy_to_user(emit->irq_seq, &result, sizeof(int))) { in radeon_irq_emit()
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | gpio-keys-polled.txt | 16 - linux,code: Keycode to emit.
|
D | sun4i-lradc-keys.txt | 14 - linux,code: Keycode to emit.
|
D | gpio-keys.txt | 16 - linux,code: Keycode to emit.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nv04_fence.c | 79 fctx->base.emit = nv04_fence_emit; in nv04_fence_context_new()
|
D | nv10_fence.c | 79 fctx->base.emit = nv10_fence_emit; in nv10_fence_context_new()
|
D | nouveau_fence.h | 38 int (*emit)(struct nouveau_fence *); member
|
D | nv50_fence.c | 50 fctx->base.emit = nv10_fence_emit; in nv50_fence_context_new()
|
D | nv17_fence.c | 88 fctx->base.emit = nv10_fence_emit; in nv17_fence_context_new()
|
D | nv84_fence.c | 144 fctx->base.emit = nv84_fence_emit; in nv84_fence_context_new()
|
D | nouveau_fence.c | 277 ret = fctx->emit(fence); in nouveau_fence_emit()
|
/linux-4.1.27/samples/bpf/ |
D | Makefile | 50 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf -filetype=obj -o $@
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | Makefile | 46 LDFLAGS_realmode.elf := --emit-relocs -T
|
/linux-4.1.27/Documentation/input/ |
D | notifier.txt | 41 emit unicode;
|
D | event-codes.txt | 14 emit unchanged values without harm. Userspace may obtain the current state of 78 the REL_X and REL_Y values for one motion, then emit a SYN_REPORT. The next 79 motion will emit more REL_X and REL_Y values and send another SYN_REPORT. 148 be used to emit these codes. Please see multi-touch-protocol.txt for details. 166 may emit coordinates for a touch location.
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | submitting-patches.txt | 25 string. [ checkpatch will emit warnings if this step is not
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-protocol | 81 need to emit an Rd instead of a Wr, or vice versa, you set this
|
/linux-4.1.27/arch/x86/ |
D | Makefile | 39 LDFLAGS_vmlinux := --emit-relocs
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Kconfig | 55 debugging such a driver. Many drivers will emit so many 69 debugging such a driver. Many drivers will emit so many
|
/linux-4.1.27/Documentation/ |
D | binfmt_misc.txt | 61 emit the contents of the non-readable binary.
|
D | memory-barriers.txt | 757 the compiler to actually emit code for a given load, it does not force 2951 Itanium the volatile casts used by ACCESS_ONCE() cause GCC to emit the
|
/linux-4.1.27/Documentation/sysctl/ |
D | net.txt | 44 2 - enable the JIT and ask the compiler to emit traces on kernel log.
|
/linux-4.1.27/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 59 the RTT to "authorize" the device to emit that specific interrupt.
|
/linux-4.1.27/arch/s390/ |
D | Kconfig | 460 it will emit additional code to each function prolog to trigger
|
/linux-4.1.27/arch/arm/crypto/ |
D | aes-armv4.S | 16 @ in one instruction and emit combined result every cycle. The module
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 669 doesn't need to emit extra moves. Function arguments will be in the correct
|
D | can.txt | 743 and count. Starting the timer leads simultaneously to emit a CAN frame.
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1775 will cause the UML eth0 to emit all tcp packets on the host eth0 and 1776 the UML eth1 to emit all non-tcp packets on the host eth0.
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1918 anywhere to get around this use the -m option with insmod to emit a load
|