Re: Does Linux invalidate TLB entries?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Matthew Dharm (mdharm@momenco.com) writes:

> I see one here that I'm not sure if it's a problem or not.  It only
> applies to OSes which invalidate TLB entries and thus will cause TLB
> Invalid exceptions (as opposed to a TLB refill exception, I think).

Hmm.  I see that the triggering condition is related to the
instruction stream (you need an ITLB miss and an icache miss).

> So, does Linux invalidate TLBs?  I've been looking at the code, and I
> think the answer is 'no', but I'm not really sure.

RM7000 (like most MIPS CPUs) maps pages in pairs: one virtual address
tag (covering 8Kbyte of virtual address space) has mappings to two
4K physical pages.

Sure, quite a lot of the time both pages will be mapped: but unless
the Linux VM system does everything in pairs of pages (unlikely) it
will sometimes happen that you only have a mapping for one 4K page:
the other mapping will be invalid, and then this problem might happen.

When it does, the TLB refill handler will blindly load a second copy
of the same translation (still half-invalid, I guess).

PMC's statement that "Most operating systems do not invalidate TLB
entries, so, in those systems, this errata will not be seen..." seems
like wishful thinking.  Unless "most operating systems" don't do
virtual memory at all, of course.

If my argument is sound it leaves only the TLBP solution, which is
not very nice.

-- 
Dominic Sweetman, 
Algorithmics Ltd
The Fruit Farm, Ely Road, Chittering, CAMBS CB5 9PH, ENGLAND
phone: +44 1223 706200 / fax: +44 1223 706250 / direct: +44 1223 706205
http://www.algor.co.uk


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux