From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Eli Zaretskii Cc: Kevin Buettner , Naushit_Sakarvadia@quintum.com, gdb@sources.redhat.com Subject: Re: 8 bit read Date: Thu, 26 Jul 2001 07:01:00 -0000 Message-id: <3B602257.9040700@cygnus.com> References: X-SW-Source: 2001-07/msg00376.html > That really means do a virtual->real address translation on all >> addresses as they head towards the target. > > > No, it means converting an offset relative to segment's base to a linear > address. I don't need to map to a physical address in this case, that's > something that is done transparently by the CPU, given the page tables > that are set by the OS. FYI, by virtual->real I mean any sort of address translation, not just VM/pages. The d10v's memory-management system is strictly base/bound (and a little strange at that :-). Andrew