Searched refs:decode (Results 1 - 25 of 144) sorted by path

123456

/linux-master/arch/arm/probes/
H A DMakefile2 obj-$(CONFIG_UPROBES) += decode.o decode-arm.o uprobes/
3 obj-$(CONFIG_KPROBES) += decode.o kprobes/
5 obj-$(CONFIG_KPROBES) += decode-thumb.o
7 obj-$(CONFIG_KPROBES) += decode-arm.o
/linux-master/arch/arm/probes/uprobes/
H A Dactions-arm.c13 #include "../decode.h"
14 #include "../decode-arm.h"
110 struct decode_emulate *decode = (struct decode_emulate *) d; local
111 u32 regs = decode->header.type_regs.bits >> DECODE_TYPE_BITS;
/linux-master/arch/arm64/kernel/probes/
H A DMakefile2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o \
5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o \
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S2422 # decode and emulate the instruction. No FP exceptions can be pending #
10992 # has been decoded. Flow continues here where we now decode
23861 tst.b %d3 # decode new rmode for pten table
23864 bra.b rmode # exit decode
23869 bra.b rmode # exit decode
H A Disp.S470 # now, w/ group1, make mul64's decode the fastest since it will
519 # now, w/ group2, make movep's decode the fastest since it will
2059 # First, decode the operand location. If it's in Dn, fetch from #
2497 # First, decode the operand location. If it's in Dn, fetch from #
2962 # First, calculate the effective address. Then, decode the #
H A Dpfpsp.S2421 # decode and emulate the instruction. No FP exceptions can be pending #
13821 tst.b %d3 # decode new rmode for pten table
13824 bra.b rmode # exit decode
13829 bra.b rmode # exit decode
/linux-master/arch/m68k/math-emu/
H A Dfp_cond.S94 | set flags for decode macros for fs<cc>
105 | decode addressing mode
H A Dfp_decode.h102 | decode destination format for fmove reg,ea
107 | decode source register for fmove reg,ea
133 | decode the 8bit displacement from the brief extension word
139 | decode the index of the brief/full extension word
167 | decode the base displacement size
H A Dfp_movem.S41 | set flags for decode macros for fmovem
80 | decode address mode
199 | set flags for decode macros for fmovem control register
224 | decode address mode
H A Dfp_scan.S133 | decode addressing mode for source
/linux-master/drivers/acpi/acpica/
H A Drsxface.c23 ACPI_COPY_FIELD(out, in, decode); \
/linux-master/fs/jffs2/
H A Dcompr_rubin.c200 static int decode(struct rubin_state *rs, long A, long B) function
254 result |= decode(rs, bit_divider - rs->bits[i],
/linux-master/include/net/tc_act/
H A Dtc_ife.h43 int (*decode)(struct sk_buff *, void *, u16 len); member in struct:tcf_meta_ops
/linux-master/lib/reed_solomon/
H A Ddecode_rs.c52 goto decode;
105 decode:
/linux-master/net/sched/
H A Dact_meta_mark.c49 .decode = skbmark_decode,
H A Dact_meta_skbprio.c49 .decode = skbprio_decode,
H A Dact_meta_skbtcindex.c49 .decode = skbtcindex_decode,
/linux-master/tools/firewire/
H A Dnosy-dump.c205 int (*decode)(struct link_transaction *t); member in struct:protocol_decoder
224 if (protocol_decoders[i].decode(t))
227 /* HACK: decode only fcp right now. */
/linux-master/tools/power/cpupower/debug/i386/
H A DMakefile15 $(OUTPUT)centrino-decode: centrino-decode.c
16 $(CC) $(CFLAGS) -o $@ centrino-decode.c
24 $(OUTPUT)powernow-k8-decode: powernow-k8-decode.c
25 $(CC) $(CFLAGS) -o $@ powernow-k8-decode.c
27 all: $(OUTPUT)centrino-decode $(OUTPUT)dump_psb $(OUTPUT)intel_gsic $(OUTPUT)powernow-k8-decode
30 rm -rf $(OUTPUT)centrino-decode
33 rm -rf $(OUTPUT)powernow-k8-decode
[all...]
H A Dcentrino-decode.c9 * USAGE: simply run it to decode the current settings on CPU 0,
63 static void decode (unsigned int msr) function
89 decode(lo);
107 decode(cpu);
/linux-master/tools/power/cpupower/debug/x86_64/
H A DMakefile15 $(OUTPUT)centrino-decode: ../i386/centrino-decode.c
18 $(OUTPUT)powernow-k8-decode: ../i386/powernow-k8-decode.c
21 all: $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode
24 rm -rf $(OUTPUT)centrino-decode $(OUTPUT)powernow-k8-decode
28 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
29 $(INSTALL) $(OUTPUT)powernow-k8-decode
[all...]
/linux-master/Documentation/sphinx/
H A Dkernel_abi.py90 lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
H A Dkernel_feat.py96 lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
H A Dkerneldoc.py118 out, err = codecs.decode(out, 'utf-8'), codecs.decode(err, 'utf-8')
/linux-master/arch/csky/kernel/probes/
H A DMakefile2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o
5 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o

Completed in 331 milliseconds

123456