/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | decode.c | 155 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 …]
|
/openbmc/linux/arch/sparc/prom/ |
H A D | bootstr_32.c | 14 static char fetched __initdata = 0; 23 if (fetched) { in prom_getbootargs() 61 fetched = 1; in prom_getbootargs()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-coresight-devices-trbe | 6 is fetched from the TRBIDR register. 13 and dirty flag updates as well. This value is fetched from
|
/openbmc/openbmc/poky/meta/recipes-connectivity/mobile-broadband-provider-info/ |
H A D | mobile-broadband-provider-info_git.bb | 3 …rovider specific information. When this Database is available the information can be fetched there"
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | hif.c | 465 int fetched = 0; in proc_pending_irqs() local 478 lk_ahd, &fetched); in proc_pending_irqs() 482 if (!fetched) in proc_pending_irqs()
|
/openbmc/pldm/libpldmresponder/examples/effecter/ |
H A D | dbus_to_terminus_effecter.json | 8 // will be fetched from the PDR
|
/openbmc/qemu/hw/net/ |
H A D | net_tx_pkt.c | 545 size_t fetched = 0; in net_tx_pkt_fetch_fragment() local 548 while (fetched < src_len) { in net_tx_pkt_fetch_fragment() 563 src_len - fetched); in net_tx_pkt_fetch_fragment() 566 fetched += dst[*dst_idx].iov_len; in net_tx_pkt_fetch_fragment() 576 return fetched; in net_tx_pkt_fetch_fragment()
|
/openbmc/openbmc/meta-arm/meta-arm/classes/ |
H A D | apply_local_src_patches.bbclass | 2 # the fetched source code which need to be applied.
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.c | 769 int fetched, i; in sii8620_fetch_edid() local 803 for (fetched = 0; fetched < edid_len; fetched += FETCH_SIZE) { in sii8620_fetch_edid() 811 REG_DDC_SEGM, fetched >> 8, in sii8620_fetch_edid() 812 REG_DDC_OFFSET, fetched & 0xff, in sii8620_fetch_edid() 844 sii8620_read_buf(ctx, REG_DDC_DATA, edid + fetched, FETCH_SIZE); in sii8620_fetch_edid() 845 if (fetched + FETCH_SIZE == EDID_LENGTH) { in sii8620_fetch_edid()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ |
H A D | ipmitool_1.8.19.bb | 56 # --disable-registry-download prevents the IANA numbers from being fetched
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | configuration.md | 22 runtime, simply restart the service to see the new data fetched by a call to
|
/openbmc/linux/Documentation/bpf/ |
H A D | linux-notes.rst | 67 * Register R0 is an implicit output which contains the data fetched from
|
H A D | map_lpm_trie.rst | 98 fetched by calling ``bpf_map_get_next_key()`` with ``cur_key`` set to
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2555 self.fetched = 0 2580 if target > self.fetched or target < 0: 2621 fetched = 0 2622 while batch_size > fetched: 2628 fetched += 1 2629 if fetched: 2630 self.fetched += fetched 2632 self.fetch_count.value += fetched 2641 batch_size = min(glb_chunk_sz, target - self.fetched) 2662 self.fetched = 0 [all …]
|
/openbmc/linux/Documentation/fb/ |
H A D | sh7760fb.rst | 36 Video data is fetched via the DMABRG DMA engine, so you have to
|
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/linux-firmware-rpidistro/ |
H A D | linux-firmware-rpidistro_git.bb | 13 # license files will be copied from the fetched source.
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-3.1.rst | 160 for remotely fetched files in :term:`SRC_URI`, even 188 Another example where the sources are fetched from git rather than an npm repository::
|
/openbmc/openbmc/meta-raspberrypi/recipes-kernel/bluez-firmware-rpidistro/ |
H A D | bluez-firmware-rpidistro_git.bb | 23 # so that the license files will be copied from fetched source
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | npm.bbclass | 6 # sources files should be fetched in the calling recipe by using the SRC_URI 98 Every dependencies have been fetched and patched in the source directory.
|
H A D | barebox.bbclass | 99 # Allow to use ${UNPACKDIR} in kconfig options to include additionally fetched files
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0019-arm-corstone1000-esrt-support.patch | 67 + * Each descriptor will be created based on efi fetched variable.
|
/openbmc/u-boot/doc/ |
H A D | README.srio-pcie-boot-corenet | 7 do without flash for u-boot image, ucode and ENV. All the images can be fetched
|
/openbmc/linux/tools/perf/ |
H A D | builtin-inject.c | 90 bool fetched; member 1476 if (!gs->fetched) { in guest_session__inject_events() 1480 gs->fetched = true; in guest_session__inject_events() 1560 gs->fetched = false; in guest_session__inject_events()
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | multihit.rst | 50 Under this errata, instructions are fetched from a linear address translated
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | satan.S | 32 | Step 4. Return arctan(F) + poly, arctan(F) is fetched from a table of values
|