Home
last modified time | relevance | path

Searched refs:logical (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/u-boot/fs/btrfs/
H A Dchunk-map.c13 u64 logical; member
43 if (key->offset < this->logical) { in add_chunk_mapping()
45 } else if (key->offset > this->logical) { in add_chunk_mapping()
58 map_item->logical = key->offset; in add_chunk_mapping()
64 debug("%s: Mapping %llu to %llu\n", __func__, map_item->logical, in add_chunk_mapping()
70 u64 btrfs_map_logical_to_physical(u64 logical) in btrfs_map_logical_to_physical() argument
79 if (item->logical > logical) in btrfs_map_logical_to_physical()
81 else if (logical >= item->logical + item->length) in btrfs_map_logical_to_physical()
84 return item->physical + logical - item->logical; in btrfs_map_logical_to_physical()
88 logical); in btrfs_map_logical_to_physical()
H A Dctree.c156 u64 logical, physical; in btrfs_search_tree() local
161 logical = root->bytenr; in btrfs_search_tree()
164 physical = btrfs_map_logical_to_physical(logical); in btrfs_search_tree()
174 __func__, logical); in btrfs_search_tree()
189 logical = buf->node.ptrs[slot].blockptr; in btrfs_search_tree()
230 u64 logical, physical; in jump_leaf() local
233 logical = p.nodes[level + 1]->node.ptrs[slot].blockptr; in jump_leaf()
234 physical = btrfs_map_logical_to_physical(logical); in jump_leaf()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_entity.h42 uint8_t logical : 1; /* physical/logical */ member
46 uint8_t logical : 1; /* physical/logical */ member
/openbmc/openbmc/poky/meta/recipes-multimedia/flac/flac/
H A D0001-API-documentation-replace-modules.html-by-topics.htm.patch41 - * the <A HREF="modules.html">modules</A>. Modules are logical
42 + * the <A HREF="topics.html">modules</A>. Modules are logical
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxinerama_1.1.5.bb7 devices which may be combined into a single logical X screen."
/openbmc/u-boot/include/zfs/
H A Dspa.h202 #define BP_SET_BIRTH(bp, logical, physical) \ argument
204 (bp)->blk_birth = (logical); \
205 (bp)->blk_phys_birth = ((logical) == (physical) ? 0 : (physical)); \
/openbmc/qemu/qapi/
H A Dblock.json22 # translate logical CHS to physical; instead, they will use logical
32 # @none: The physical disk geometry is equal to the logical geometry.
H A Dblock-export.json131 # @logical-block-size: Logical block size in bytes. Defaults to 512
141 '*logical-block-size': 'size',
202 # @logical-block-size: Logical block size in bytes. Range [512,
214 '*logical-block-size': 'size',
H A Dmachine-common.json30 # logical processor level. The @threads option in
H A Dacpi.json78 # @CPU: logical CPU slot (since 2.7)
/openbmc/qemu/target/m68k/
H A Dhelper.c462 static void print_address_zone(uint32_t logical, uint32_t physical, in print_address_zone() argument
466 logical, logical + size - 1, in print_address_zone()
488 uint32_t logical = 0xffffffff, physical = 0xffffffff; in dump_address_map() local
533 last_logical = logical; in dump_address_map()
534 logical = (i << M68K_TTS_ROOT_SHIFT) | in dump_address_map()
544 if ((logical != (last_logical + (1 << tic_shift))) || in dump_address_map()
554 first_logical = logical; in dump_address_map()
560 if (first_logical != logical || (attr & 4) != (last_attr & 4)) { in dump_address_map()
561 size = logical + (1 << tic_shift) - first_logical; in dump_address_map()
/openbmc/docs/style/cpp/
H A Dtidy-desired.md23 …thub.io/CppCoreGuidelines/CppCoreGuidelines#f2-a-function-should-perform-a-single-logical-operation
/openbmc/qemu/docs/interop/
H A Dqed_spec.rst41 uint64_t image_size; /* total logical image size, in bytes */
95 Tables provide the translation from logical offsets in the block device to cluster
124 The logical image size must be less than or equal to the maximum possible size of
187 Structure of a logical offset
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst7 "logical"/para-virtual resources like memory, CPUs, and "physical"
46 ``<name>`` values for logical/virtual resources are defined in the Linux on
189 * ``9003``: ``allocation-state``, generally only used for "logical" DR resources
231 For logical resources: unused.
237 For logical resources: resource has been allocated to the DRC.
243 For logical resources: DRC has no resource allocated to it.
249 For logical resources: resource available for exchange (see
256 For logical resources: resource available for recovery (see
445 dynamically reconfigurable logical memory blocks (LMB). This node is generated
/openbmc/u-boot/doc/
H A DREADME.nvme20 of some number of logical blocks. A namespace is a quantity of non-volatile
21 memory that is formatted into logical blocks. An NVMe namespace is equivalent
H A DREADME.ubi55 UBI: logical eraseblock size: 262016 bytes
125 UBI: logical eraseblock size: 262016 bytes
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_alert.scss5 border-width: 0 0 0 3px; // keep physical width for browsers; color uses logical start
/openbmc/qemu/docs/tools/
H A Dqemu-storage-daemon.rst79 …me=<node-name>,addr.type=unix,addr.path=<socket-path>[,writable=on|off][,logical-block-size=<block…
80 …<id>,node-name=<node-name>,addr.type=fd,addr.str=<fd>[,writable=on|off][,logical-block-size=<block…
82 …>[,writable=on|off][,num-queues=<num-queues>][,queue-size=<queue-size>][,logical-block-size=<block…
98 ``logical-block-size`` sets the logical block size in bytes (the default is
/openbmc/docs/architecture/code-update/
H A Demmc-storage-design.md137 logical volume to the kernel, although a [pre-init script][] will likely still
162 physically repartition since the device-mapper devices expose logical blocks.
179 logical volumes, instead of fixed-size partitions. This provides flexibility
185 rootfs from a logical volume. An initramfs allows for flexibility if
192 separate SPI NOR modules, the logical volume in the eMMC would be mounted in
/openbmc/qemu/target/hexagon/imported/
H A Dalu.idef330 "logical AND",{ RdV=RsV&RtV;})
333 "logical OR",{ RdV=RsV|RtV;})
336 "logical XOR",{ RdV=RsV^RtV;})
339 "logical XOR with XOR accumulation",{ RxV^=RsV^RtV;})
342 "logical XOR with XOR accumulation",{ RxxV^=RssV^RttV;})
378 /* Compound logical-logical */
438 "logical AND with immediate",{ fIMMEXT(siV); RdV=RsV&siV;})
441 "logical OR with immediate",{ fIMMEXT(siV); RdV=RsV|siV;})
447 "logical AND pair",{ RddV=RssV&RttV;})
450 "logical OR pair",{ RddV=RssV|RttV;})
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A DMakefile.target46 TESTS+=add-logical-with-carry
/openbmc/phosphor-host-ipmid/docs/
H A Doem-extension-numbering.md152 - up to 32 bytes of logical payload; and
163 - Maximum logical payload is 32.
/openbmc/u-boot/board/freescale/m547xevb/
H A DREADME110 CONFIG_SYS_PCI_MEM_BUS -- PCI memory logical offset
113 CONFIG_SYS_PCI_IO_BUS -- PCI IO logical offset
116 CONFIG_SYS_PCI_CFG_BUS -- PCI Configuration logical offset
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/
H A Dlvm2.inc3 DESCRIPTION = "LVM2 is a set of utilities to manage logical volumes in Linux."
/openbmc/docs/architecture/
H A DLED-architecture.md102 logical. The LED Group Manager communicates with the physical LED Manager to
103 drive the physical LEDs. The logical groups are defined in the machine's

1234