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

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/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/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/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/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
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_base.h14 * (*init)() - initialize decode driver
21 * (*decode)() - trigger decode
27 int (*decode)(void *h_vdec, struct mtk_vcodec_mem *bs, member in struct:vdec_common_if
/linux-master/arch/riscv/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
/linux-master/arch/x86/pci/
H A Dintel_mid_pci.c108 unsigned long decode; local
113 /* Turn the size into a decode pattern for the sizing code */
115 decode = size - 1;
116 decode |= decode >> 1;
117 decode |= decode >> 2;
118 decode |= decode >> 4;
119 decode |
[all...]
/linux-master/tools/perf/arch/x86/util/
H A Dkvm-stat.c77 char *decode)
79 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#lx:%s",
121 char *decode)
123 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s",
165 char *decode)
167 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s",
75 mmio_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) argument
119 ioport_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) argument
163 msr_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) argument
/linux-master/net/ceph/
H A DMakefile8 mon_client.o decode.o \
H A Dbuffer.c9 #include <linux/ceph/decode.h>
/linux-master/include/linux/
H A Ddmi.h111 extern int dmi_walk(void (*decode)(const struct dmi_header *, void *),
140 static inline int dmi_walk(void (*decode)(const struct dmi_header *, void *),
/linux-master/tools/debugging/
H A Dkernel-chktaint13 Call without parameters to decode /proc/sys/kernel/tainted.
15 Call with a positive integer as parameter to decode a value you
/linux-master/tools/perf/util/
H A Dkvm-stat.h71 char *decode);
129 char *decode);
/linux-master/net/sched/
H A Dact_meta_skbtcindex.c49 .decode = skbtcindex_decode,
H A Dact_meta_mark.c49 .decode = skbmark_decode,
H A Dact_meta_skbprio.c49 .decode = skbprio_decode,
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c90 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; local
104 for (i = 0; i < ARRAY_SIZE(decode->dpb); i++) {
105 const struct v4l2_h264_dpb_entry *dpb = &decode->dpb[i];
167 if (decode->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC)
175 decode->top_field_order_cnt,
176 decode->bottom_field_order_cnt,
194 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; local
213 dpb = &decode->dpb[dpb_idx];
344 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; local
434 mbaff_pic = !(decode
[all...]
/linux-master/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py182 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
199 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
213 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
227 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
241 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
255 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
269 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
283 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py118 out, err = codecs.decode(out, 'utf-8'), codecs.decode(err, 'utf-8')
/linux-master/tools/perf/arch/powerpc/util/
H A Dkvm-stat.c78 char *decode)
82 scnprintf(decode, KVM_EVENT_NAME_LEN, "%s", hcall_reason);
76 hcall_event_decode_key(struct perf_kvm_stat *kvm __maybe_unused, struct event_key *key, char *decode) argument
/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/tools/testing/kunit/
H A Drun_checks.py69 print(textwrap.indent(output.decode(), '> '))
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_g1_h264_dec.c25 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode;
221 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD)
226 if (ctrls->sps->profile_idc > 66 && ctrls->decode->nal_ref_idc) {
240 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD)

Completed in 288 milliseconds

123456