Home
last modified time | relevance | path

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

/xen/xen/arch/x86/hvm/
A Ddm.c42 size_t offset_bytes, in _raw_copy_from_guest_buf_offset() argument
52 if ( (offset_bytes + dst_bytes) < offset_bytes || in _raw_copy_from_guest_buf_offset()
53 (offset_bytes + dst_bytes) > buf_bytes ) in _raw_copy_from_guest_buf_offset()
57 offset_bytes, dst_bytes); in _raw_copy_from_guest_buf_offset()
60 #define COPY_FROM_GUEST_BUF_OFFSET(dst, bufs, buf_idx, offset_bytes) \ argument
61 _raw_copy_from_guest_buf_offset(&(dst), bufs, buf_idx, offset_bytes, \

Completed in 14 milliseconds