Searched refs:last_byte (Results 1 – 3 of 3) sorted by relevance
33 unsigned int last_byte; in realmode_deliver_exception() local40 last_byte = (vector * 4) + 3; in realmode_deliver_exception()41 if ( idtr->limit < last_byte || in realmode_deliver_exception()
252 const char *last_byte = data + sz - 1; in write_with_timestamp() local254 while (data <= last_byte) { in write_with_timestamp()255 const char *nl = memchr(data, '\n', last_byte + 1 - data); in write_with_timestamp()258 nl = last_byte; in write_with_timestamp()268 while (data <= last_byte && *data == '\r') in write_with_timestamp()
2450 unsigned long addr = offset, last_byte; in hvm_virtual_to_linear_addr() local2469 last_byte = (uint32_t)addr + bytes - !!bytes; in hvm_virtual_to_linear_addr()2470 if ( last_byte < addr ) in hvm_virtual_to_linear_addr()2491 last_byte = addr + bytes - !!bytes; in hvm_virtual_to_linear_addr()2492 if ( !is_canonical_address(addr) || last_byte < addr || in hvm_virtual_to_linear_addr()2493 !is_canonical_address(last_byte) ) in hvm_virtual_to_linear_addr()2530 last_byte = (uint32_t)offset + bytes - !!bytes; in hvm_virtual_to_linear_addr()2537 last_byte = (uint16_t)last_byte; in hvm_virtual_to_linear_addr()2540 if ( (offset <= reg->limit) || (last_byte < offset) ) in hvm_virtual_to_linear_addr()2543 else if ( (last_byte > reg->limit) || (last_byte < offset) ) in hvm_virtual_to_linear_addr()
Completed in 13 milliseconds