Searched refs:last_byte (Results 1 – 3 of 3) sorted by relevance
34 unsigned int last_byte; in realmode_deliver_exception() local41 last_byte = (vector * 4) + 3; in realmode_deliver_exception()42 if ( idtr->limit < last_byte || in realmode_deliver_exception()
277 const char *last_byte = data + sz - 1; in write_with_timestamp() local279 while (data <= last_byte) { in write_with_timestamp()280 const char *nl = memchr(data, '\n', last_byte + 1 - data); in write_with_timestamp()283 nl = last_byte; in write_with_timestamp()293 while (data <= last_byte && *data == '\r') in write_with_timestamp()
2522 unsigned long addr = offset, last_byte; in hvm_virtual_to_linear_addr() local2546 last_byte = (uint32_t)offset + bytes - !!bytes; in hvm_virtual_to_linear_addr()2547 if ( max(offset, last_byte) >> 16 ) in hvm_virtual_to_linear_addr()2568 last_byte = addr + bytes - !!bytes; in hvm_virtual_to_linear_addr()2569 if ( !is_canonical_address((long)addr < 0 ? addr : last_byte) ) in hvm_virtual_to_linear_addr()2606 last_byte = (uint32_t)offset + bytes - !!bytes; in hvm_virtual_to_linear_addr()2613 last_byte = (uint16_t)last_byte; in hvm_virtual_to_linear_addr()2616 if ( (offset <= reg->limit) || (last_byte < offset) ) in hvm_virtual_to_linear_addr()2619 else if ( last_byte > reg->limit ) in hvm_virtual_to_linear_addr()2621 else if ( last_byte < offset && in hvm_virtual_to_linear_addr()
Completed in 12 milliseconds