Home
last modified time | relevance | path

Searched refs:lsize (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/mips/lib/
H A Dcache.c94 #define cache_loop(start, end, lsize, ops...) do { \ argument
95 const void *addr = (const void *)(start & ~(lsize - 1)); \
96 const void *aend = (const void *)((end - 1) & ~(lsize - 1)); \
100 if (!lsize) \
103 for (; addr <= aend; addr += lsize) { \
145 unsigned long lsize = dcache_line_size(); in flush_dcache_range() local
152 cache_loop(start_addr, stop, lsize, HIT_WRITEBACK_INV_D); in flush_dcache_range()
163 unsigned long lsize = dcache_line_size(); in invalidate_dcache_range() local
173 cache_loop(start_addr, stop, lsize, HIT_INVALIDATE_D); in invalidate_dcache_range()
/openbmc/qemu/tests/qemu-iotests/
H A D213199 for lsize in [ 1234567, 128, 4294967296, 0 ]:
203 'log-size': lsize })
/openbmc/u-boot/fs/zfs/
H A Dzfs.c562 size_t lsize, psize; in zio_read() local
570 lsize = (BP_IS_HOLE(bp) ? 0 : in zio_read()
576 *size = lsize; in zio_read()
593 compbuf = *buf = malloc(lsize); in zio_read()
604 *buf = malloc(lsize); in zio_read()
610 err = decomp_table[comp].decomp_func(compbuf, *buf, psize, lsize); in zio_read()
/openbmc/qemu/hw/ppc/
H A Dspapr_nvdimm.c153 uint64_t lsize = nvdimm->label_size; in spapr_dt_nvdimm() local
184 _FDT((fdt_setprop_cell(fdt, child_offset, "ibm,metadata-size", lsize))); in spapr_dt_nvdimm()