Searched refs:off_last (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/system/ |
H A D | ioport.c | 283 unsigned int off_low, off_high, off_last, count; in portio_list_add() local 289 off_last = off_low = pio_start->offset; in portio_list_add() 295 assert(pio->offset >= off_last); in portio_list_add() 296 off_last = pio->offset; in portio_list_add() 299 if (off_last > off_high) { in portio_list_add() 304 off_low = off_last; in portio_list_add() 307 } else if (off_last + pio->len > off_high) { in portio_list_add() 308 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
|
/openbmc/linux/mm/kmsan/ |
H A D | report.c | 149 int off_first, int off_last, const void *user_addr, in kmsan_report() argument 198 if (off_first == off_last) in kmsan_report() 203 off_first, off_last, size); in kmsan_report()
|
H A D | kmsan.h | 99 int off_first, int off_last, const void *user_addr,
|
/openbmc/linux/tools/perf/tests/ |
H A D | code-reading.c | 130 size_t line_len, off_last = 0; in read_objdump_output() local 135 while (off_last < *len) { in read_objdump_output() 168 off_last = off + written_bytes; in read_objdump_output() 172 *len -= off_last; in read_objdump_output()
|