Home
last modified time | relevance | path

Searched refs:offset_end (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dpnv_pnor.c36 int offset_end; in pnv_pnor_update() local
43 offset_end = offset + size; in pnv_pnor_update()
45 offset_end = QEMU_ALIGN_UP(offset_end, BDRV_SECTOR_SIZE); in pnv_pnor_update()
47 ret = blk_pwrite(s->blk, offset, offset_end - offset, s->storage + offset, in pnv_pnor_update()
/openbmc/linux/drivers/platform/x86/
H A Dmsi-ec.c52 .offset_end = 0x80,
132 .offset_end = 0x80,
209 .offset_end = 0x80,
287 .offset_end = 0x80,
365 .offset_end = 0x80,
444 .offset_end = 0x80,
522 .offset_end = 0x80,
602 .offset_end = 0x80,
778 return charge_control_threshold_show(conf.charge_control.offset_end, in charge_control_end_threshold_show()
786 return charge_control_threshold_store(conf.charge_control.offset_end, in charge_control_end_threshold_store()
H A Dmsi-ec.h32 int offset_end; member
/openbmc/qemu/accel/tcg/
H A Dtranslator.c370 size_t offset, offset_end; in translator_st() local
376 offset_end = offset + len; in translator_st()
377 if (offset_end > translator_st_len(db)) { in translator_st()
386 if (offset_end <= offset_page1) { in translator_st()
401 offset_end - offset); in translator_st()
409 offset_end <= db->record_start + db->record_len) { in translator_st()
411 offset_end - offset); in translator_st()
/openbmc/qemu/hw/block/
H A Dpflash_cfi01.c389 int offset_end; in pflash_update() local
392 offset_end = offset + size; in pflash_update()
395 offset_end = QEMU_ALIGN_UP(offset_end, BDRV_SECTOR_SIZE); in pflash_update()
396 ret = blk_pwrite(pfl->blk, offset, offset_end - offset, in pflash_update()
H A Dpflash_cfi02.c396 int offset_end; in pflash_update() local
399 offset_end = offset + size; in pflash_update()
402 offset_end = QEMU_ALIGN_UP(offset_end, BDRV_SECTOR_SIZE); in pflash_update()
403 ret = blk_pwrite(pfl->blk, offset, offset_end - offset, in pflash_update()
/openbmc/linux/lib/
H A Dmaple_tree.c2091 struct maple_big_node *b_node, unsigned char offset_end) in mas_store_b_node() argument
2128 piv = mas_safe_pivot(mas, wr_mas->pivots, offset_end, wr_mas->type); in mas_store_b_node()
2133 if (offset_end != slot) in mas_store_b_node()
2135 offset_end); in mas_store_b_node()
2143 slot = offset_end + 1; in mas_store_b_node()
2248 wr_mas->offset_end = mas->offset = offset; in mas_wr_node_walk()
3926 unsigned char dst_offset, offset_end = wr_mas->offset_end; in mas_wr_node_store() local
3937 offset_end++; /* don't copy this offset */ in mas_wr_node_store()
3975 if (offset_end > wr_mas->node_end) in mas_wr_node_store()
3980 copy_size = wr_mas->node_end - offset_end + 1; in mas_wr_node_store()
[all …]
/openbmc/linux/include/linux/
H A Dmaple_tree.h399 unsigned char offset_end; /* The offset where the write ends */ member