<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>P {MARGIN-TOP: 0mm; MARGIN-BOTTOM: 0mm}</style>
</head>
<body>
<div style="FONT-FAMILY: Arial; FONT-SIZE: 10pt" id="ezFormProc_div">
<div style="FONT-FAMILY: Arial" id="msgbody">
<div>
<div style="LINE-HEIGHT: 15pt"><br>
There are some functions to probe (look into) the page tables (for current context.. maybe for all the conext too).</div>
<div style="LINE-HEIGHT: 15pt">look under /arch/x86(yours)/mm.</div>
<div style="LINE-HEIGHT: 15pt">This page table is in the memory so the S/W can probe it.</div>
<div style="LINE-HEIGHT: 15pt">But I don't think we can see whan page table entries we have in the page descriptor cache (that's stored by the MMU hardware).</div>
<div style="LINE-HEIGHT: 15pt">Chan</div>
<div style="LINE-HEIGHT: 15pt" id="MailSign"><br>
</div>
<div style="LINE-HEIGHT: 15pt">
<hr tabindex="-1">
</div>
<div style="LINE-HEIGHT: 15pt"><b>From : </b>&quot;Valdis.Kletnieks@vt.edu&quot; &lt;Valdis.Kletnieks@vt.edu&gt;<br>
<b>Sent : </b>2014-03-21 03:49:36 ( &#43;09:00 )<br>
<b>To : </b>pravin jadav &lt;pravin.jadav17@gmail.com&gt;<br>
<b>Cc : </b>Kernelnewbies@kernelnewbies.org &lt;Kernelnewbies@kernelnewbies.org&gt;<br>
<b>Subject : </b>Re: how to get PFN of page cache?<br>
<br>
On Thu, 20 Mar 2014 17:14:57 &#43;0530, pravin jadav said:<br>
<br>
&gt; i want to develop linux kernel module that will get PFN of pagecache pages.<br>
&gt; please help me how to develop this kind of kernel module.<br>
<br>
What do you intend to do with the page once you find its PFN? It's quite<br>
possible there's already an API to do what you want without even needing<br>
its PFN - or good technical reasons to not do what your module intends to<br>
do once it has the PFN....<br>
</div>
</div>
</div>
</div>
</body>
</html>