Home
last modified time | relevance | path

Searched full:fetched (Results 1 – 25 of 267) sorted by relevance

1234567891011

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DObjectMapper.interface.yaml16 The object path for which the result should be fetched.
37 The path for which the result should be fetched.
57 The subtree path for which the result should be fetched.
61 The maximum subtree depth for which results should be fetched.
81 The subtree path for which the result should be fetched.
85 The maximum subtree depth for which results should be fetched.
106 The path where the associated endpoint is fetched from.
110 The subtree path for which the result should be fetched.
114 The maximum subtree depth for which results should be fetched.
135 The path where the associated endpoint is fetched from.
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
Dfrontend.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/
Dfrontend.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlake/
Dfrontend.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/
Dfrontend.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/
Dfrontend.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/
Dfrontend.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/meteorlake/
Dfrontend.json
/openbmc/linux/arch/sparc/prom/
Dbootstr_32.c
/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
Dfrontend.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/
Dfrontend.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/
Dfrontend.json
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a76/
Dpipeline.json
/openbmc/linux/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-trbe
/openbmc/linux/include/uapi/linux/
Dpsp-dbc.h
/openbmc/linux/tools/testing/selftests/bpf/map_tests/
Dmap_in_map_batch_ops.c
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/
Dpipeline.json
Dmetrics.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/
Dother.json
/openbmc/linux/tools/perf/tests/shell/lib/
Dstat_output.sh
/openbmc/linux/drivers/media/platform/st/sti/bdisp/
Dbdisp-reg.h
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dtest-qxfer-auxv-read.py16 report(isinstance(auxv, str), "Fetched auxv from inferior")
H A Dtest-proc-mappings.py17 report(isinstance(mappings, str), "Fetched the mappings from the inferior")
/openbmc/openbmc/poky/meta/recipes-connectivity/mobile-broadband-provider-info/
H A Dmobile-broadband-provider-info_git.bb3 …rovider specific information. When this Database is available the information can be fetched there"
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Ddecode.c155 int fetched; in fetch_decode_modrm() local
159 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_decode_modrm()
161 *mod = (fetched >> 6) & 0x03; in fetch_decode_modrm()
162 *regh = (fetched >> 3) & 0x07; in fetch_decode_modrm()
163 *regl = (fetched >> 0) & 0x07; in fetch_decode_modrm()
178 u8 fetched; in fetch_byte_imm() local
182 fetched = (*sys_rdb)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP++)); in fetch_byte_imm()
184 return fetched; in fetch_byte_imm()
199 u16 fetched; in fetch_word_imm() local
203 fetched = (*sys_rdw)(((u32)M.x86.R_CS << 4) + (M.x86.R_IP)); in fetch_word_imm()
[all …]

1234567891011