/openbmc/linux/arch/powerpc/kvm/ |
H A D | powerpc.c | 1256 unsigned int rt, unsigned int bytes, in __kvmppc_handle_load() 1300 unsigned int rt, unsigned int bytes, in kvmppc_handle_load() 1309 unsigned int rt, unsigned int bytes, in kvmppc_handle_loads() 1317 unsigned int rt, unsigned int bytes, in kvmppc_handle_vsx_load() 1343 u64 val, unsigned int bytes, int is_default_endian) in kvmppc_handle_store() 1458 int rs, unsigned int bytes, int is_default_endian) in kvmppc_handle_vsx_store() 1525 unsigned int rt, unsigned int bytes, int is_default_endian) in kvmppc_handle_vmx_load() 1620 unsigned int rs, unsigned int bytes, int is_default_endian) in kvmppc_handle_vmx_store()
|
/openbmc/qemu/block/ |
H A D | nvme.c | 172 size_t bytes; in nvme_init_queue() local 229 size_t bytes; in nvme_create_queue_pair() local 1184 uint64_t offset, uint64_t bytes, in nvme_co_prw_aligned() 1257 uint64_t offset, uint64_t bytes, in nvme_co_prw() 1294 int64_t offset, int64_t bytes, in nvme_co_preadv() 1302 int64_t offset, int64_t bytes, in nvme_co_pwritev() 1339 int64_t bytes, in nvme_co_pwrite_zeroes() 1403 int64_t bytes) in nvme_co_pdiscard()
|
H A D | write-threshold.c | 47 int64_t bytes) in bdrv_write_threshold_check_write()
|
H A D | parallels.c | 282 int64_t bytes = to_allocate * s->cluster_size; in allocate_clusters() local 420 int64_t bytes, int64_t *pnum, int64_t *map, in parallels_co_block_status() 538 parallels_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in parallels_co_pdiscard() 582 parallels_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in parallels_co_pwrite_zeroes() 1206 int64_t bytes; in parallels_opts_prealloc() local
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | firmware_state_verificationpending_unittest.cpp | 324 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local 337 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local
|
H A D | firmware_state_verificationstarted_unittest.cpp | 215 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local 227 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local
|
H A D | firmware_state_verificationcompleted_unittest.cpp | 229 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local 241 std::vector<std::uint8_t> bytes = {0x01, 0x02}; in TEST_F() local
|
/openbmc/linux/drivers/mfd/ |
H A D | max8925-i2c.c | 19 int reg, int bytes, void *dest) in max8925_read_device() 35 int reg, int bytes, void *src) in max8925_write_device()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | firmware_handler.cpp | 261 auto bytes = item->second->dataHandler->readMeta(); in stat() local 526 std::vector<std::uint8_t> bytes; in write() local
|
/openbmc/bios-bmc-smm-error-logger/src/ |
H A D | pci_handler.cpp | 49 const std::span<const uint8_t> bytes) in write()
|
/openbmc/qemu/scripts/ |
H A D | feature_to_c.py | 6 def writeliteral(indent, bytes): argument
|
/openbmc/linux/fs/ |
H A D | stat.c | 797 void __inode_add_bytes(struct inode *inode, loff_t bytes) in __inode_add_bytes() 809 void inode_add_bytes(struct inode *inode, loff_t bytes) in inode_add_bytes() 818 void __inode_sub_bytes(struct inode *inode, loff_t bytes) in __inode_sub_bytes() 831 void inode_sub_bytes(struct inode *inode, loff_t bytes) in inode_sub_bytes() 852 void inode_set_bytes(struct inode *inode, loff_t bytes) in inode_set_bytes()
|
/openbmc/linux/net/rds/ |
H A D | page.c | 68 int rds_page_remainder_alloc(struct scatterlist *scat, unsigned long bytes, in rds_page_remainder_alloc()
|
/openbmc/linux/drivers/nvmem/ |
H A D | qoriq-efuse.c | 18 size_t bytes) in qoriq_efuse_read()
|
H A D | apple-efuses.c | 19 size_t bytes) in apple_efuses_read()
|
H A D | rave-sp-eeprom.c | 274 void *val, size_t bytes) in rave_sp_eeprom_reg_read() 281 void *val, size_t bytes) in rave_sp_eeprom_reg_write()
|
/openbmc/linux/fs/squashfs/ |
H A D | symlink.c | 43 int bytes, copied; in squashfs_symlink_read_folio() local
|
H A D | file_direct.c | 33 int i, n, pages, bytes, res = -ENOMEM; in squashfs_readpage_block() local
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_set.h | 71 struct ip_set_counter_match0 bytes; member 90 struct ip_set_counter_match bytes; member
|
/openbmc/linux/arch/x86/crypto/ |
H A D | poly1305_glue.c | 107 const size_t bytes = min_t(size_t, len, SZ_4K); in poly1305_simd_blocks() local 171 unsigned int bytes, used; in poly1305_update_arch() local
|
/openbmc/linux/block/ |
H A D | bio-integrity.c | 219 unsigned int bytes, offset, i; in bio_integrity_prep() local 380 unsigned bytes = bio_integrity_bytes(bi, bytes_done >> 9); in bio_integrity_advance() local
|
/openbmc/u-boot/drivers/spi/ |
H A D | ich.c | 174 static inline void spi_use_out(struct spi_trans *trans, unsigned bytes) in spi_use_out() 180 static inline void spi_use_in(struct spi_trans *trans, unsigned bytes) in spi_use_in() 378 int bytes = bitlen / 8; in ich_spi_xfer() local
|
/openbmc/linux/drivers/media/pci/cobalt/ |
H A D | cobalt-omnitek.h | 25 u32 bytes; member
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tp_attach_query.c | 7 int i, j, bytes, efd, err, prog_fd[num_progs], pmu_fd[num_progs]; in serial_test_tp_attach_query() local
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-rp5c01.c | 164 size_t bytes) in rp5c01_nvram_read() 192 size_t bytes) in rp5c01_nvram_write()
|