Searched refs:line_offset (Results 1 - 1 of 1) sorted by relevance

/gem5/src/cpu/minor/
H A Dfetch1.cc153 /* If line_offset != 0, a request is pushed for the remainder of the
157 unsigned int line_offset = aligned_pc % lineSnap; local
158 unsigned int request_size = maxLineWidth - line_offset;
168 "%s addr: 0x%x pc: %s line_offset: %d request_size: %d\n",
169 request_id, aligned_pc, thread.pc, line_offset, request_size);

Completed in 6 milliseconds