Searched refs:last_byte (Results 1 – 4 of 4) sorted by relevance
119 cmpb $LAST_BYTE_VALUE, last_byte136 last_byte: label
155 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()
909 u16 last_byte; /* last byte in this hole + 1 (begin of next hole) */ member938 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()
1850 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ argument1853 ((last_byte) == CARRIER_EXTENSION) && \