public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* x86-64: Kernel with large page size
@ 2005-06-04  0:50 Subrahmanyam Ongole
  2005-06-04  0:59 ` William Lee Irwin III
  2005-06-11  9:58 ` Andi Kleen
  0 siblings, 2 replies; 4+ messages in thread
From: Subrahmanyam Ongole @ 2005-06-04  0:50 UTC (permalink / raw)
  To: linux-kernel

Hi

When we run our application on AMD Opteron processors, we are seeing a
large number of   L1_AND_L2_DTLB_MISSES. We used oprofile to measure
these numbers.

We wanted to try with a bigger page size and see if we could bring it
down. TLB caches 4k page translations. I don't  know if larger page
size would even help here.

I  changed PAGE_SHIFT to 14 ( 16k page size ) in include/asm/page.h
and recompiled kernel and modules.   It crashed ( PANIC: early
exception ) at the very initial stage of loading the image.

I looked at some of the mailing list archives for any information on
this. I couldn't find anything on this subject . I appreciate any help
on this.

There seem to be two 2-4MB page translations in L1 TLB cache on AMD
machines. Will it be used only when the page size is 2MB or can they
be used with smaller page sizes too.

Thanks for your help.

Regards
Subramanyam

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-06-11  9:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-04  0:50 x86-64: Kernel with large page size Subrahmanyam Ongole
2005-06-04  0:59 ` William Lee Irwin III
2005-06-04  2:28   ` Nick Piggin
2005-06-11  9:58 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox