| /openbmc/qemu/util/ |
| H A D | cacheflush.c | 27 static void sys_cache_info(int *isize, int *dsize) in sys_cache_info() argument 56 *isize = *dsize = buf[i].Cache.LineSize; in sys_cache_info() 59 *isize = buf[i].Cache.LineSize; in sys_cache_info() 75 static void sys_cache_info(int *isize, int *dsize) in sys_cache_info() argument 81 *isize = *dsize = size; in sys_cache_info() 86 static void sys_cache_info(int *isize, int *dsize) in sys_cache_info() argument 92 *isize = *dsize = size; in sys_cache_info() 98 static void sys_cache_info(int *isize, int *dsize) in sys_cache_info() argument 103 *isize = tmp_isize; in sys_cache_info() 131 static void arch_cache_info(int *isize, int *dsize) in arch_cache_info() argument [all …]
|
| /openbmc/u-boot/lib/ |
| H A D | smbios.c | 281 int isize; in write_smbios_table() local 331 isize = sizeof(struct smbios_entry) - SMBIOS_INTERMEDIATE_OFFSET; in write_smbios_table() 332 se->intermediate_checksum = table_compute_checksum(istart, isize); in write_smbios_table()
|
| /openbmc/u-boot/fs/jffs2/ |
| H A D | jffs2_nand_private.h | 15 u32 isize; member
|
| H A D | jffs2_nand_1pass.c | 147 new->isize = node->isize; in insert_inode() 280 totalSize = jNode->isize; in jffs2_1pass_read_inode() 293 totalSize = jNode->isize; in jffs2_1pass_read_inode() 719 putLabeledWord("\tbuild_list: isize = ", jNode->isize); in dump_fragments()
|
| H A D | jffs2_1pass.c | 699 totalSize = jNode->isize; in jffs2_1pass_read_inode() 726 putLabeledWord("read_inode: isize = ", jNode->isize); in jffs2_1pass_read_inode() 738 totalSize = jNode->isize; in jffs2_1pass_read_inode() 932 st.st_size = i->isize; in dump_inode() 1413 putLabeledWord("\tbuild_list: isize = ", jNode->isize); in dump_fragments()
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | qdev.rs | 197 offset: ::std::mem::offset_of!($state, $field) as isize, 209 offset: ::std::mem::offset_of!($state, $field) as isize, 220 offset: ::std::mem::offset_of!($state, $field) as isize,
|
| H A D | errno.rs | 145 get_errno!(isize, usize);
|
| H A D | cell.rs | 496 type BorrowFlag = isize;
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | fdt.c | 390 u32 isize, iline_size, inum_sets, inum_ways; in ft_fixup_cache() local 413 isize = (l1cfg1 & 0x7ff) * 1024; in ft_fixup_cache() 416 inum_sets = isize / (iline_size * inum_ways); in ft_fixup_cache() 419 fdt_setprop_cell(blob, off, "i-cache-size", isize); in ft_fixup_cache()
|
| /openbmc/u-boot/include/jffs2/ |
| H A D | jffs2.h | 157 __u32 isize; /* Total resultant size of this inode (used for truncations) */ member
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vec_helper.c | 3453 unsigned dstride, unsigned isize, in do_lut_b() argument 3461 unsigned index = extractn(indexes, (base + e) * isize, isize); in do_lut_b() 3469 unsigned dstride, unsigned isize, in do_lut_h() argument 3477 unsigned index = extractn(indexes, (base + e) * isize, isize); in do_lut_h() 3485 unsigned dstride, unsigned isize, in do_lut_s() argument 3493 unsigned index = extractn(indexes, (base + e) * isize, isize); in do_lut_s()
|
| /openbmc/qemu/ui/ |
| H A D | vnc.c | 994 int isize; in vnc_cursor_define() local 1019 isize = c->width * c->height * vs->client_pf.bytes_per_pixel; in vnc_cursor_define() 1020 vnc_write_pixels_generic(vs, c->data, isize); in vnc_cursor_define()
|