Difference between revisions of "X86 segmentation"

From gem5
Jump to: navigation, search
(No difference)

Revision as of 02:42, 18 June 2007

Segmentation will likely be handled by the tlb for x86. Data accesses will set a byte mask so that translation can check limits and set up faults correctly, and pass that along with the segment to use as flags.