Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 38 of 38) sorted by relevance

/linux-4.4.14/arch/arm64/net/
Dbpf_jit_comp.c68 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()
186 emit(A64_PUSH(A64_FP, A64_LR, A64_SP), ctx); in build_prologue()
187 emit(A64_MOV(1, A64_FP, A64_SP), ctx); in build_prologue()
[all …]
/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c155 static inline void emit(u32 inst, struct jit_ctx *ctx) in emit() function
204 emit(ARM_MOV_R(ARM_IP, ARM_SP), ctx); in build_prologue()
205 emit(ARM_PUSH(reg_set), ctx); in build_prologue()
206 emit(ARM_SUB_I(ARM_FP, ARM_IP, 4), ctx); in build_prologue()
209 emit(ARM_PUSH(reg_set), ctx); in build_prologue()
213 emit(ARM_MOV_R(r_skb, ARM_R0), ctx); in build_prologue()
217 emit(ARM_LDR_I(r_skb_data, r_skb, off), ctx); in build_prologue()
220 emit(ARM_LDR_I(r_skb_hl, r_skb, off), ctx); in build_prologue()
222 emit(ARM_LDR_I(r_scratch, r_skb, off), ctx); in build_prologue()
223 emit(ARM_SUB_R(r_skb_hl, r_skb_hl, r_scratch), ctx); in build_prologue()
[all …]
/linux-4.4.14/scripts/dtc/
Dflattree.c258 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.4.14/samples/bpf/
DMakefile76 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf -filetype=obj -o $@
79 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf -filetype=asm -o $@.s
/linux-4.4.14/scripts/kconfig/
Dqconf.cc411 emit menuChanged(menu); in updateSelection()
416 emit menuSelected(menu); in updateSelection()
716 emit parentSelected(); in keyPressEvent()
731 emit parentSelected(); in keyPressEvent()
740 emit menuSelected(menu); in keyPressEvent()
791 emit parentSelected(); in mouseReleaseEvent()
798 emit menuSelected(menu); in mouseReleaseEvent()
840 emit parentSelected(); in mouseDoubleClickEvent()
848 emit menuSelected(menu); in mouseDoubleClickEvent()
868 emit gotFocus(menu); in focusInEvent()
[all …]
/linux-4.4.14/tools/power/cpupower/utils/helpers/
Dbitmask.c248 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.4.14/arch/s390/include/asm/
Druntime_instr.h38 __u32 emit : 1; member
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_irq.c290 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.4.14/drivers/gpu/drm/nouveau/
Dnv04_fence.c81 fctx->base.emit = nv04_fence_emit; in nv04_fence_context_new()
Dnouveau_fence.h38 int (*emit)(struct nouveau_fence *); member
Dnv10_fence.c79 fctx->base.emit = nv10_fence_emit; in nv10_fence_context_new()
Dnv50_fence.c50 fctx->base.emit = nv10_fence_emit; in nv50_fence_context_new()
Dnv17_fence.c88 fctx->base.emit = nv10_fence_emit; in nv17_fence_context_new()
Dnv84_fence.c144 fctx->base.emit = nv84_fence_emit; in nv84_fence_context_new()
Dnouveau_fence.c276 ret = fctx->emit(fence); in nouveau_fence_emit()
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dsun4i-lradc-keys.txt14 - linux,code: Keycode to emit.
Dgpio-keys.txt16 - linux,code: Keycode to emit.
Dgpio-keys-polled.txt16 - linux,code: Key / Axis code to emit.
/linux-4.4.14/arch/x86/realmode/rm/
DMakefile46 LDFLAGS_realmode.elf := --emit-relocs -T
/linux-4.4.14/Documentation/input/
Dnotifier.txt41 emit unicode;
Devent-codes.txt14 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.4.14/arch/mips/
DKconfig.debug126 force it to always emit branches with delay slots, and make no use
144 force it to always emit compact branches, making no use of branch
/linux-4.4.14/Documentation/devicetree/bindings/
Dsubmitting-patches.txt25 string. [ checkpatch will emit warnings if this step is not
/linux-4.4.14/Documentation/i2c/
Di2c-protocol81 need to emit an Rd instead of a Wr, or vice versa, you set this
/linux-4.4.14/arch/x86/
DMakefile39 LDFLAGS_vmlinux := --emit-relocs
/linux-4.4.14/drivers/usb/gadget/
DKconfig55 debugging such a driver. Many drivers will emit so many
69 debugging such a driver. Many drivers will emit so many
/linux-4.4.14/Documentation/
Dbinfmt_misc.txt61 emit the contents of the non-readable binary.
Dmemory-barriers.txt758 the compiler to actually emit code for a given load, it does not force
2907 used by READ_ONCE() and WRITE_ONCE() cause GCC to emit the special ld.acq
/linux-4.4.14/Documentation/sysctl/
Dnet.txt44 2 - enable the JIT and ask the compiler to emit traces on kernel log.
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dfsl-sec4.txt426 Definition: Keycode to emit, KEY_POWER by default.
/linux-4.4.14/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt59 the RTT to "authorize" the device to emit that specific interrupt.
/linux-4.4.14/arch/s390/
DKconfig538 it will emit additional code to each function prolog to trigger
/linux-4.4.14/arch/arm/crypto/
Daes-armv4.S16 @ in one instruction and emit combined result every cycle. The module
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt568 format it would need its own region driver to parse that LABEL and emit
/linux-4.4.14/Documentation/networking/
Dfilter.txt669 doesn't need to emit extra moves. Function arguments will be in the correct
Dcan.txt746 and count. Starting the timer leads simultaneously to emit a CAN frame.
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1775 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.4.14/Documentation/s390/
DDebugging390.txt1918 anywhere to get around this use the -m option with insmod to emit a load