Home
last modified time | relevance | path

Searched refs:byte (Results 1701 – 1725 of 1847) sorted by relevance

1...<<61626364656667686970>>...74

/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst689 logical blocks, not 512-byte sectors. This implies a very large file
/openbmc/linux/Documentation/virt/hyperv/
H A Dvmbus.rst63 empty, so a full ring buffer always has at least one byte unused.
/openbmc/linux/fs/smb/client/
H A Dtrace.h62 enum smb3_tcon_ref_trace { smb3_tcon_ref_traces } __mode(byte);
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst1969 byte 35 of struct kvm_lapic_state's regs field. KVM_GET_LAPIC must then
2074 first byte, bit 8 is the least significant bit of the second byte, etc.
3931 storage keys. Each byte in the buffer will be set as the storage key for a
4509 Each CMMA value takes up one byte.
4589 Each CMMA value takes up one byte.
5658 (granules in MTE are 16 bytes long). Each byte contains a single tag
6238 to the byte array.
7186 mechanism e.g. to realize 2-byte software breakpoints. The kernel will
8072 an 8-byte value consisting of a one-byte Control Program Name Code (CPNC) and
8073 a 7-byte Control Program Version Code (CPVC). The CPNC determines what
[all …]
/openbmc/phosphor-mboxd/Documentation/
H A Dmbox_protocol.md400 - All responses must have a valid return code in byte 13
652 Args 0: Bits in the BMC status byte (mailbox data
/openbmc/qemu/docs/interop/
H A Dbitmaps.rst33 changed in some way, possibly by as little as one byte.
117 This struct shows the name, granularity, and dirty byte count for each bitmap.
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c3373 u8 byte; in intel_sdvo_init() local
3375 if (!intel_sdvo_read_byte(intel_sdvo, i, &byte)) { in intel_sdvo_init()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mbx.c5783 uint8_t byte; in qla2x00_get_thermal_temp() local
5794 rval = qla2x00_read_sfp(vha, 0, &byte, in qla2x00_get_thermal_temp()
5796 *temp = byte; in qla2x00_get_thermal_temp()
5801 rval = qla2x00_read_sfp(vha, 0, &byte, in qla2x00_get_thermal_temp()
5803 *temp = byte; in qla2x00_get_thermal_temp()
/openbmc/linux/drivers/scsi/
H A D53c700_d.h_shipped256 ; Use this entry if we've just tried to look at the first byte
/openbmc/linux/arch/x86/math-emu/
H A DREADME143 Handling of the address size override prefix byte (0x67) has not been
/openbmc/u-boot/doc/uImage.FIT/
H A Dsignature.txt46 This works by hashing the image to produce a 20-byte hash.
/openbmc/linux/arch/arm64/crypto/
H A Dchacha-neon-core.S800 .byte (.Li - 64)
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def170 // Store new with a missing newvalue or cancelled goes out as a zero byte store in V65
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-n900.dts938 reg = <1 0 0xf>; /* 16 byte IO range */
/openbmc/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmbios.py22042 0b00: 'Interface registers are on successive byte boundaries',
2044 0b10: 'Interface registers are on 16-byte boundaries',
2375 …he table anchor string "_SM_" is present in the address range 0xF0000 to 0xFFFFF on a 16-byte bound
/openbmc/qemu/docs/devel/
H A Dmigration.rst36 The migration stream is normally just a byte stream that can be passed
199 ends up with a 4 byte bigendian representation on the wire; in the future
227 byte layout of the existing code.
/openbmc/linux/Documentation/networking/
H A Dethtool-netlink.rst119 rounded up to a multiple of 32 bits. They consist of 32-bit words in host byte
1583 single 8 byte (u64) attribute inside - the type of that attribute is
1775 ETHTOOL_A_RSS_INDIR attribute returns RSS indrection table where each byte
/openbmc/linux/Documentation/power/
H A Dpci.rst81 Spec, it has an 8 byte power management capability field in its PCI
151 using special byte-code language called the ACPI Machine Language (AML) and
153 them as needed using an AML interpreter that translates the AML byte code into
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Dfplsp.S339 set FPSR_QBYTE, USER_FPSR+1 # FPSR qoutient byte
340 set FPSR_EXCEPT, USER_FPSR+2 # FPSR exception status byte
341 set FPSR_AEXCEPT, USER_FPSR+3 # FPSR accrued exception byte
422 set q_sn_bit, 0x7 # sign bit of quotient byte
447 set neg_bmask, 0x08 # negative bit mask (byte)
448 set inf_bmask, 0x02 # infinity bit mask (byte)
449 set z_bmask, 0x04 # zero bit mask (byte)
450 set nan_bmask, 0x01 # nan bit mask (byte)
510 set BYTE, 1 # len(byte) == 1 byte
10053 tst.b 3+LOCAL_HI(%a0) # is lo byte of hi lw set?
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc748 /* Ensure that the prefixed instruction does not cross a 64-byte boundary. */
2276 * Reject 16-byte memop with 16-byte atomicity,
4206 /* We're expecting a 2 byte uleb128 encoded value. */
/openbmc/linux/Documentation/scsi/
H A DChangeLog.lpfc443 byte-based so we can simply do void pointer arithmetic (gcc
571 * Fix memset byte count in lpfc_hba_init so that
1358 mbox response as a byte-count
1397 time instead of as a byte-stream.
/openbmc/linux/Documentation/
H A Dmemory-barriers.txt327 "char", two-byte alignment for "short", four-byte alignment for
328 "int", and either four-byte or eight-byte alignment for "long",
2650 little-endian and will therefore perform byte-swapping operations on big-endian
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst302 overridden with a pattern byte specified by *PATTERN*.
403 byte. In addition, result message can report different image size in case
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc1272 * For aligned accesses, we check the first byte and include the
1275 * byte of the access.
/openbmc/linux/drivers/comedi/drivers/
H A Dcb_pcidas64.c1642 static void i2c_write_byte(struct comedi_device *dev, u8 byte) in i2c_write_byte() argument
1649 if ((byte & bit)) in i2c_write_byte()

1...<<61626364656667686970>>...74