Home
last modified time | relevance | path

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

/openbmc/qemu/tests/multiboot/
H A Daout_kludge.S119 cmpb $LAST_BYTE_VALUE, last_byte
136 last_byte: label
/openbmc/qemu/tests/qtest/migration/
H A Dframework.c155 uint8_t last_byte; in check_guests_ram() local
160 last_byte = first_byte; in check_guests_ram()
167 if (b != last_byte) { in check_guests_ram()
168 if (((b + 1) % 256) == last_byte && !hit_edge) { in check_guests_ram()
175 last_byte = b; in check_guests_ram()
180 " first_byte = %x last_byte = %x current = %x" in check_guests_ram()
182 address, first_byte, last_byte, b, hit_edge); in check_guests_ram()
/openbmc/u-boot/net/
H A Dnet.c909 u16 last_byte; /* last byte in this hole + 1 (begin of next hole) */ member
938 payload[0].last_byte = ~0; in __net_defragment()
954 while (h->last_byte < start) { in __net_defragment()
971 h->last_byte = start + len; in __net_defragment()
980 if ((h >= thisfrag) && (h->last_byte <= start + len)) { in __net_defragment()
998 } else if (h->last_byte <= start + len) { in __net_defragment()
1000 h->last_byte = start; in __net_defragment()
1018 h->last_byte = start; in __net_defragment()
/openbmc/u-boot/drivers/net/
H A De1000.h1850 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ argument
1853 ((last_byte) == CARRIER_EXTENSION) && \