Home
last modified time | relevance | path

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

/xen/xen/arch/x86/hvm/vmx/
A Drealmode.c34 unsigned int last_byte; in realmode_deliver_exception() local
41 last_byte = (vector * 4) + 3; in realmode_deliver_exception()
42 if ( idtr->limit < last_byte || in realmode_deliver_exception()
/xen/tools/console/daemon/
A Dio.c277 const char *last_byte = data + sz - 1; in write_with_timestamp() local
279 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()
/xen/xen/arch/x86/hvm/
A Dhvm.c2522 unsigned long addr = offset, last_byte; in hvm_virtual_to_linear_addr() local
2546 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