linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Vladimir Gurevich <vag@paulidav.org>
To: linuxppc-embedded@lists.linuxppc.org
Subject: Are big pages really been used?
Date: Wed, 16 Apr 2003 10:59:53 -0700	[thread overview]
Message-ID: <3E9D9A19.3010106@paulidav.org> (raw)


Hello,

Some time ago, during the discussion about module efficiency,
Dan Malek wrote the following:

> The other thing people probably don't realize is the added overhead
> of using modules.  They are placed in dynamically allocated memory,
> wasting memory space and causing addtional MMU overhead on processors
> where you really want to minimize such things.  When compiled into the
> kernel and covered with a large page mapping, you are likely to see
> lower interrupt latencies and less jitter, along with a more compact
> memory footprint.

I was looking at TLB entries on my 405GP-based system running 2.4.17-based
kernel by executing "tlb 0 63" command in BDI-2000 and could not see any
big page mappings. All page entries were 4K in size (and I could see many
that were clearly covering portions of kernel code)

My questions are:
   a) Does the abovementioned quote apply to 4xx CPUs
   b) If yes, where can I get the patches
   c) If no, how difficult might it be to do the modification
   d) Are there provisions in Linux VM to use variable-sized pages to cover
      big contiguous memory regions in order to reduce TLB reloading.

Thanks,
Vladimir


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2003-04-16 17:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-16 17:59 Vladimir Gurevich [this message]
2003-04-16 20:05 ` Are big pages really been used? Eugene Surovegin
2003-04-16 21:12 ` Matt Porter

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=3E9D9A19.3010106@paulidav.org \
    --to=vag@paulidav.org \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).