From: William Lee Irwin III <wli@holomorphy.com>
To: Subrahmanyam Ongole <songole@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: x86-64: Kernel with large page size
Date: Fri, 3 Jun 2005 17:59:30 -0700 [thread overview]
Message-ID: <20050604005930.GA31508@holomorphy.com> (raw)
In-Reply-To: <a8447f24050603175061598809@mail.gmail.com>
On Fri, Jun 03, 2005 at 05:50:55PM -0700, Subrahmanyam Ongole wrote:
> 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.
PAGE_SIZE at the moment is intimately tied to the MMU's notions of
address translation, which are determined by hardware.
-- wli
next prev parent reply other threads:[~2005-06-04 0:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-04 0:50 x86-64: Kernel with large page size Subrahmanyam Ongole
2005-06-04 0:59 ` William Lee Irwin III [this message]
2005-06-04 2:28 ` Nick Piggin
2005-06-11 9:58 ` Andi Kleen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050604005930.GA31508@holomorphy.com \
--to=wli@holomorphy.com \
--cc=linux-kernel@vger.kernel.org \
--cc=songole@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.