/openbmc/qemu/tests/vmstate-static-checker-data/ |
H A D | dump2.json | 18 "size": 2 number 24 "size": 4 number 30 "size": 4 number 48 "size": 1880, number 58 "size": 4 number 64 "size": 4 number 70 "size": 4 number 76 "size": 4 number 82 "size": 4 number 88 "size": 4 number [all …]
|
H A D | dump1.json | 18 "size": 2 number 24 "size": 4 number 30 "size": 4 number 48 "size": 1880, number 58 "size": 4 number 64 "size": 4 number 70 "size": 4 number 76 "size": 4 number 82 "size": 4 number 88 "size": 4 number [all …]
|
/openbmc/libcper/subprojects/packagefiles/json-c/config/ |
H A D | meson.build | 78 size = cc.sizeof('size_t', prefix: '#include <stddef.h>') variable 82 size = cc.sizeof('SSIZE_T', prefix: '#include <BaseTsd.h>') variable 84 size = cc.sizeof('ssize_t', prefix: '#include <sys/types.h>') variable 89 size = cc.sizeof(type, prefix: '#include <stdint.h>') variable
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | model.c | 91 void *g_malloc_n(size_t nmemb, size_t size) in g_malloc_n() 106 void *g_malloc0_n(size_t nmemb, size_t size) in g_malloc0_n() 121 void *g_realloc_n(void *ptr, size_t nmemb, size_t size) in g_realloc_n() 150 void *g_try_malloc_n(size_t nmemb, size_t size) in g_try_malloc_n() 160 void *g_try_malloc0_n(size_t nmemb, size_t size) in g_try_malloc0_n() 170 void *g_try_realloc_n(void *ptr, size_t nmemb, size_t size) in g_try_realloc_n() 182 void *g_malloc(size_t size) in g_malloc() 196 void *g_malloc0(size_t size) in g_malloc0() 210 void *g_realloc(void *ptr, size_t size) in g_realloc() 227 void *g_try_malloc(size_t size) in g_try_malloc() [all …]
|
/openbmc/u-boot/include/ |
H A D | memalign.h | 71 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument 76 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument 78 #define ALLOC_CACHE_ALIGN_BUFFER_PAD(type, name, size, pad) \ argument 80 #define ALLOC_CACHE_ALIGN_BUFFER(type, name, size) \ argument 88 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument 93 #define DEFINE_CACHE_ALIGN_BUFFER(type, name, size) \ argument 109 static inline void *malloc_cache_aligned(size_t size) in malloc_cache_aligned()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 213 | 41 size = 128 * 1024 * 1024 variable 65 size = 64 * 1024 * 1024 variable 92 size = 32 * 1024 * 1024 variable
|
H A D | 210 | 43 size = 128 * 1024 * 1024 variable 73 size = 64 * 1024 * 1024 variable 107 size = 64 * 1024 * 1024 variable
|
H A D | 212 | 41 size = 128 * 1024 * 1024 variable 65 size = 64 * 1024 * 1024 variable 89 size = 32 * 1024 * 1024 variable
|
H A D | 206 | 43 size = 128 * 1024 * 1024 variable 69 size = 64 * 1024 * 1024 variable 100 size = 32 * 1024 * 1024 variable
|
H A D | 237 | 42 size = 5 * 1024 * 1024 * 1024 variable 66 size = 64 * 1024 * 1024 variable 95 size = 32 * 1024 * 1024 variable
|
H A D | 211 | 46 size = 128 * 1024 * 1024 variable 70 size = 64 * 1024 * 1024 variable 94 size = 32 * 1024 * 1024 variable
|
/openbmc/qemu/hw/alpha/ |
H A D | pci.c | 18 static uint64_t ignore_read(void *opaque, hwaddr addr, unsigned size) in ignore_read() 23 static void ignore_write(void *opaque, hwaddr addr, uint64_t v, unsigned size) in ignore_write() 44 unsigned size) in bw_conf1_read() 51 uint64_t val, unsigned size) in bw_conf1_write() 69 static uint64_t iack_read(void *opaque, hwaddr addr, unsigned size) in iack_read() 75 uint64_t val, unsigned size) in special_write()
|
/openbmc/u-boot/drivers/misc/imx8/ |
H A D | scu_api.c | 21 int size = sizeof(struct sc_rpc_msg_s); in sc_pm_set_clock_rate() local 47 int size = sizeof(struct sc_rpc_msg_s); in sc_pm_get_clock_rate() local 75 int size = sizeof(struct sc_rpc_msg_s); in sc_pm_clock_enable() local 100 int size = sizeof(struct sc_rpc_msg_s); in sc_pm_set_resource_power_mode() local 126 int size = sizeof(struct sc_rpc_msg_s); in sc_pad_set() local 153 int size = sizeof(struct sc_rpc_msg_s); in sc_misc_get_control() local 181 int size = sizeof(struct sc_rpc_msg_s); in sc_misc_get_boot_dev() local 204 int size = sizeof(struct sc_rpc_msg_s); in sc_misc_boot_status() local 226 int size = sizeof(struct sc_rpc_msg_s); in sc_misc_build_info() local 253 int size = sizeof(struct sc_rpc_msg_s); in sc_misc_otp_fuse_read() local [all …]
|
/openbmc/u-boot/post/drivers/ |
H A D | memory.c | 238 static int memory_post_addrline(ulong *testaddr, ulong *base, ulong size) in memory_post_addrline() 271 unsigned long size, in memory_post_test1() 302 static int memory_post_test2(unsigned long start, unsigned long size) in memory_post_test2() 332 static int memory_post_test3(unsigned long start, unsigned long size) in memory_post_test3() 362 static int memory_post_test4(unsigned long start, unsigned long size) in memory_post_test4() 392 static int memory_post_test_lines(unsigned long start, unsigned long size) in memory_post_test_lines() 410 static int memory_post_test_patterns(unsigned long start, unsigned long size) in memory_post_test_patterns() 438 static int memory_post_test_regions(unsigned long start, unsigned long size) in memory_post_test_regions() 455 static int memory_post_tests(unsigned long start, unsigned long size) in memory_post_tests() 470 int arch_memory_test_prepare(u32 *vstart, u32 *size, phys_addr_t *phys_offset) in arch_memory_test_prepare() [all …]
|
/openbmc/qemu/migration/ |
H A D | vmstate-types.c | 25 static int get_bool(QEMUFile *f, void *pv, size_t size, in get_bool() 33 static int put_bool(QEMUFile *f, void *pv, size_t size, in put_bool() 49 static int get_int8(QEMUFile *f, void *pv, size_t size, in get_int8() 57 static int put_int8(QEMUFile *f, void *pv, size_t size, in put_int8() 73 static int get_int16(QEMUFile *f, void *pv, size_t size, in get_int16() 81 static int put_int16(QEMUFile *f, void *pv, size_t size, in put_int16() 97 static int get_int32(QEMUFile *f, void *pv, size_t size, in get_int32() 105 static int put_int32(QEMUFile *f, void *pv, size_t size, in put_int32() 122 static int get_int32_equal(QEMUFile *f, void *pv, size_t size, in get_int32_equal() 149 static int get_int32_le(QEMUFile *f, void *pv, size_t size, in get_int32_le() [all …]
|
/openbmc/u-boot/common/ |
H A D | bloblist.c | 55 static int bloblist_addrec(uint tag, int size, struct bloblist_rec **recp) in bloblist_addrec() 81 static int bloblist_ensurerec(uint tag, struct bloblist_rec **recp, int size) in bloblist_ensurerec() 101 void *bloblist_find(uint tag, int size) in bloblist_find() 114 void *bloblist_add(uint tag, int size) in bloblist_add() 124 int bloblist_ensure_size(uint tag, int size, void **blobp) in bloblist_ensure_size() 137 void *bloblist_ensure(uint tag, int size) in bloblist_ensure() 162 int bloblist_new(ulong addr, uint size, uint flags) in bloblist_new() 184 int bloblist_check(ulong addr, uint size) in bloblist_check()
|
/openbmc/qemu/hw/nvram/ |
H A D | nrf51_nvm.c | 83 static uint64_t ficr_read(void *opaque, hwaddr offset, unsigned int size) in ficr_read() 90 unsigned int size) in ficr_write() 171 static uint64_t uicr_read(void *opaque, hwaddr offset, unsigned int size) in uicr_read() 180 unsigned int size) in uicr_write() 197 static uint64_t io_read(void *opaque, hwaddr offset, unsigned int size) in io_read() 219 unsigned int size) in io_write() 275 static uint64_t flash_read(void *opaque, hwaddr offset, unsigned size) in flash_read() 286 unsigned int size) in flash_write()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-xattr.c | 40 const char *name, void *value, size_t size) in v9fs_get_xattr() 51 char *name, void *value, size_t size) in pt_listxattr() 75 ssize_t size = 0; in v9fs_list_xattr() local 143 void *value, size_t size, int flags) in v9fs_set_xattr() 167 const char *name, void *value, size_t size) in local_getxattr_nofollow() 188 void *value, size_t size) in pt_getxattr() 194 const char *name, void *value, size_t size, in local_setxattr_nofollow() 216 size_t size, int flags) in pt_setxattr() 248 void *value, size_t size) in notsup_getxattr() 255 void *value, size_t size, int flags) in notsup_setxattr() [all …]
|
/openbmc/u-boot/include/asm-generic/ |
H A D | ioctl.h | 65 #define _IOC(dir,type,nr,size) \ argument 84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 86 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 87 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 88 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 89 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/openbmc/estoraged/src/test/erase/ |
H A D | zero_test.cpp | 35 uint64_t size = 4096; in TEST() local 57 uint64_t size = 4097; in TEST() local 80 uint64_t size = 4096; in TEST() local 104 uint64_t size = 4096; in TEST() local 125 uint64_t size = 4096; in TEST() local 158 uint64_t size = 4096; in TEST() local 193 uint64_t size = 4096; in TEST() local
|
/openbmc/qemu/hw/misc/ |
H A D | slavio_misc.c | 127 uint64_t val, unsigned size) in slavio_cfg_mem_writeb() 137 unsigned size) in slavio_cfg_mem_readb() 158 uint64_t val, unsigned size) in slavio_diag_mem_writeb() 167 unsigned size) in slavio_diag_mem_readb() 188 uint64_t val, unsigned size) in slavio_mdm_mem_writeb() 197 unsigned size) in slavio_mdm_mem_readb() 218 uint64_t val, unsigned size) in slavio_aux1_mem_writeb() 235 unsigned size) in slavio_aux1_mem_readb() 256 uint64_t val, unsigned size) in slavio_aux2_mem_writeb() 272 unsigned size) in slavio_aux2_mem_readb() [all …]
|
H A D | pvpanic.c | 52 static uint64_t pvpanic_read(void *opaque, hwaddr addr, unsigned size) in pvpanic_read() 59 unsigned size) in pvpanic_write() 73 void pvpanic_setup_io(PVPanicState *s, DeviceState *dev, unsigned size) in pvpanic_setup_io()
|
/openbmc/u-boot/lib/ |
H A D | lmb.c | 134 phys_size_t size, void *fdt_blob) in lmb_init_and_reserve_range() 142 static long lmb_add_region(struct lmb_region *rgn, phys_addr_t base, phys_size_t size) in lmb_add_region() 212 long lmb_add(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_add() 219 long lmb_free(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_free() 268 long lmb_reserve(struct lmb *lmb, phys_addr_t base, phys_size_t size) in lmb_reserve() 276 phys_size_t size) in lmb_overlaps_region() 290 phys_addr_t lmb_alloc(struct lmb *lmb, phys_size_t size, ulong align) in lmb_alloc() 295 phys_addr_t lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align, phys_addr_t max_addr) in lmb_alloc_base() 308 static phys_addr_t lmb_align_down(phys_addr_t addr, phys_size_t size) in lmb_align_down() 313 phys_addr_t __lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align, phys_addr_t max_addr) in __lmb_alloc_base() [all …]
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | mte-4.c | 10 void __attribute__((noinline)) tagset(void *p, size_t size) in tagset() 18 void __attribute__((noinline)) tagcheck(void *p, size_t size) in tagcheck() 31 size_t size = getpagesize() * 4; in main() local
|
/openbmc/qemu/hw/display/ |
H A D | edid-region.c | 5 static uint64_t edid_region_read(void *ptr, hwaddr addr, unsigned size) in edid_region_read() 13 uint64_t val, unsigned size) in edid_region_write() 29 uint8_t *edid, size_t size) in qemu_edid_region_io()
|