This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 8 bit read


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]