Home
last modified time | relevance | path

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

/linux-4.1.27/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()
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/
Dbpf_jit_32.c130 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/
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.1.27/scripts/kconfig/
Dqconf.cc439 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/
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.1.27/arch/s390/include/asm/
Druntime_instr.h38 __u32 emit : 1; member
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/input/
Dgpio-keys-polled.txt16 - linux,code: Keycode to emit.
Dsun4i-lradc-keys.txt14 - linux,code: Keycode to emit.
Dgpio-keys.txt16 - linux,code: Keycode to emit.
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv04_fence.c79 fctx->base.emit = nv04_fence_emit; in nv04_fence_context_new()
Dnv10_fence.c79 fctx->base.emit = nv10_fence_emit; in nv10_fence_context_new()
Dnouveau_fence.h38 int (*emit)(struct nouveau_fence *); member
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.c277 ret = fctx->emit(fence); in nouveau_fence_emit()
/linux-4.1.27/samples/bpf/
DMakefile50 -O2 -emit-llvm -c $< -o -| $(LLC) -march=bpf -filetype=obj -o $@
/linux-4.1.27/arch/x86/realmode/rm/
DMakefile46 LDFLAGS_realmode.elf := --emit-relocs -T
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/
Dsubmitting-patches.txt25 string. [ checkpatch will emit warnings if this step is not
/linux-4.1.27/Documentation/i2c/
Di2c-protocol81 need to emit an Rd instead of a Wr, or vice versa, you set this
/linux-4.1.27/arch/x86/
DMakefile39 LDFLAGS_vmlinux := --emit-relocs
/linux-4.1.27/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.1.27/Documentation/
Dbinfmt_misc.txt61 emit the contents of the non-readable binary.
Dmemory-barriers.txt757 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/
Dnet.txt44 2 - enable the JIT and ask the compiler to emit traces on kernel log.
/linux-4.1.27/Documentation/powerpc/
Dpci_iov_resource_on_powernv.txt59 the RTT to "authorize" the device to emit that specific interrupt.
/linux-4.1.27/arch/s390/
DKconfig460 it will emit additional code to each function prolog to trigger
/linux-4.1.27/arch/arm/crypto/
Daes-armv4.S16 @ in one instruction and emit combined result every cycle. The module
/linux-4.1.27/Documentation/networking/
Dfilter.txt669 doesn't need to emit extra moves. Function arguments will be in the correct
Dcan.txt743 and count. Starting the timer leads simultaneously to emit a CAN frame.
/linux-4.1.27/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.1.27/Documentation/s390/
DDebugging390.txt1918 anywhere to get around this use the -m option with insmod to emit a load