Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 25 of 164) sorted by relevance

1234567

/linux/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
37 $(INSTALL) $(OUTPUT)centrino-decode $(DESTDIR)${bindir}
38 $(INSTALL) $(OUTPUT)powernow-k8-decode $(DESTDIR)${bindir}
H A Dcentrino-decode.c63 static void decode (unsigned int msr) in decode() function
89 decode(lo); in decode_live()
107 decode(cpu); in main()
/linux/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 $(DESTDIR)${bindir}
/linux/arch/x86/pci/
H A Dintel_mid.c108 unsigned long decode; in pci_device_update_fixed() local
115 decode = size - 1; in pci_device_update_fixed()
116 decode |= decode >> 1; in pci_device_update_fixed()
117 decode |= decode >> 2; in pci_device_update_fixed()
118 decode |= decode >> 4; in pci_device_update_fixed()
119 decode |= decode >> 8; in pci_device_update_fixed()
120 decode |= decode >> 16; in pci_device_update_fixed()
121 decode++; in pci_device_update_fixed()
122 decode = ~(decode - 1); in pci_device_update_fixed()
124 decode = 0; in pci_device_update_fixed()
[all …]
/linux/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/tools/perf/util/kvm-stat-arch/
H A Dkvm-stat-x86.c72 char *decode) in mmio_event_decode_key()
74 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#lx:%s", in mmio_event_decode_key() argument
112 char *decode) in ioport_event_end()
114 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s", in ioport_event_end()
150 char *decode) in msr_event_begin()
152 scnprintf(decode, KVM_EVENT_NAME_LEN, "%#llx:%s",
118 ioport_event_decode_key(struct perf_kvm_stat * kvm __maybe_unused,struct event_key * key,char * decode) ioport_event_decode_key() argument
162 msr_event_decode_key(struct perf_kvm_stat * kvm __maybe_unused,struct event_key * key,char * decode) msr_event_decode_key() argument
H A Dkvm-stat-powerpc.c70 char *decode) in hcall_event_begin()
74 scnprintf(decode, KVM_EVENT_NAME_LEN, "%s", hcall_reason); in hcall_event_decode_key()
73 hcall_event_decode_key(struct perf_kvm_stat * kvm __maybe_unused,struct event_key * key,char * decode) hcall_event_decode_key() argument
/linux/Documentation/admin-guide/RAS/
H A Derror-decoding.rst12 While the daemon is running, it would automatically log and decode
13 errors. If not, one can still decode such errors by supplying the
18 Also, the user can pass particular family and model to decode the error
/linux/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/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/arch/riscv/kernel/probes/
H A DMakefile2 obj-$(CONFIG_KPROBES) += kprobes.o decode-insn.o simulate-insn.o
4 obj-$(CONFIG_UPROBES) += uprobes.o decode-insn.o simulate-insn.o
/linux/Documentation/driver-api/cxl/
H A Dtheory-of-operation.rst21 assemble them into a CXL.mem decode topology. The need for runtime configuration
29 (Linux term for the top of the CXL decode topology). From there, PCIe topology
30 dictates which endpoints can participate in which Host Bridge decode regimes.
184 'struct cxl_port' object. A 'cxl_port' is a device that can decode CXL.mem to
185 its descendants. So "root" claims non-PCIe enumerable platform decode ranges and
186 decodes them to "ports", "ports" decode to "endpoints", and "endpoints"
187 represent the decode from SPA (System Physical Address) to DPA (Device Physical
200 The port metadata and potential decode schemes that a given memory device may
250 device name of 'mem3' which platform level decode ranges may this device
259 decode scheme can be determined via a command like the following::
/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py180 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
197 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
211 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
225 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
239 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
253 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
267 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
281 title_list = subprocess.check_output('ls cpu???.csv | sed -e \'s/.csv//\'',shell=True).decode('utf-8').replace('\n', ' ')
/linux/tools/objtool/arch/x86/
H A DBuild1 objtool-y += decode.o
12 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c
/linux/tools/sched_ext/
H A Dscx_show_state.py28 return prog['scx_enable_state_str'][state].string_().decode()
32 return root.ops.name.string_().decode()
/linux/sound/core/seq/
H A Dseq_midi_event.c52 void (*decode)(struct snd_seq_event *ev, unsigned char *buf); member
90 int (*decode)(struct snd_midi_event *dev, unsigned char *buf, int len, member
296 return extra_event[type].decode(dev, buf, count, ev); in snd_midi_event_decode()
321 if (status_event[type].decode) in snd_midi_event_decode()
322 status_event[type].decode(ev, xbuf + 1); in snd_midi_event_decode()
326 if (status_event[type].decode) in snd_midi_event_decode()
327 status_event[type].decode(ev, xbuf + 0); in snd_midi_event_decode()
/linux/tools/cgroup/
H A Dmemcg_slabinfo.py41 name = prefix + '/' + css.cgroup.kn.name.string_().decode('utf-8')
56 return s.name.string_().decode('utf-8')
58 return s.memcg_params.root_cache.name.string_().decode('utf-8')
/linux/drivers/media/platform/verisilicon/
H A Dhantro_g1_h264_dec.c25 const struct v4l2_ctrl_h264_decode_params *dec_param = ctrls->decode; in set_params()
221 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers()
226 if (ctrls->sps->profile_idc > 66 && ctrls->decode->nal_ref_idc) { in set_buffers()
240 if (ctrls->decode->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) in set_buffers()
/linux/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst15 mcelog knows how to decode them.
18 log then mcelog should run to collect and decode machine check entries
/linux/arch/m68k/math-emu/
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
/linux/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/Documentation/misc-devices/
H A Dxilinx_sdfec.rst49 - Load the configuration parameters for either Turbo decode or LDPC encode or decode
58 the Turbo decode or LDPC encode or decode. The role of the driver is to allow
111 - Set Turbo decode, LPDC encode or decode parameters, depending on how the
164 Configuring the Turbo decode parameters is done by using the ioctl :c:macro:`XSDFEC_SET_TURBO` usin…
166 Adding Turbo decode can only be done if the following restrictions are met:
/linux/include/linux/
H A Ddmi.h131 extern int dmi_walk(void (*decode)(const struct dmi_header *, void *),
161 static inline int dmi_walk(void (*decode)(const struct dmi_header *, void *), in dmi_walk()
/linux/tools/objtool/arch/powerpc/
H A DBuild1 objtool-y += decode.o
/linux/tools/objtool/arch/loongarch/
H A DBuild1 objtool-y += decode.o

1234567