Hi,

> Is there any means to read TLB entries ?
>
I don't think you can do it on x86. TLB (for x86) is done completely
in hardware.. The only thing sw. can do is invalidate entries. Check
out the x86 "System Programming Guide" part 1, chapter 4.10.  This
approach is different on MIPS, SPARC, PPC where sw is responsible for
filling in the TLB entries.

-- Dragos

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to