Is there any way to find an associated page with the page under the same VMA? The 2019 Stack Overflow Developer Survey Results Are Inhow is page size determined in virtual address space?How can two identical virtual addresses point to different physical addresses?What page replacement algorithms are used in Linux kernel for OS file cache?How to find the process with a page in Linux kernel?Questions about kernel virtual address layoutHow does the CPU knows which physical address is mapped to which virtual address?How to check whether physical page is in-use?How can the Linux kernel address from 8 MB to 1 GB of virtual memory in x86 systemsPhysical Address of a variable in processesHow does the CPU know if it is accessing an unallocated memory location?
Why can't devices on different VLANs, but on the same subnet, communicate?
Can a flute soloist sit?
What can I do if neighbor is blocking my solar panels intentionally
Why does the nucleus not repel itself?
How to quickly solve partial fractions equation?
Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?
If climate change impact can be observed in nature, has that had any effect on rural, i.e. farming community, perception of the scientific consensus?
What is this sharp, curved notch on my knife for?
What is the most efficient way to store a numeric range?
Why are there uneven bright areas in this photo of black hole?
How do I free up internal storage if I don't have any apps downloaded?
A word that means fill it to the required quantity
Old scifi movie from the 50s or 60s with men in solid red uniforms who interrogate a spy from the past
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
Does adding complexity mean a more secure cipher?
How to type a long/em dash `—`
Geography at the pixel level
Why is this code so slow?
Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?
Why doesn't shell automatically fix "useless use of cat"?
Is there a way to generate a uniformly distributed point on a sphere from a fixed amount of random real numbers?
Why did Peik say, "I'm not an animal"?
Short story: man watches girlfriend's spaceship entering a 'black hole' (?) forever
How to notate time signature switching consistently every measure
Is there any way to find an associated page with the page under the same VMA?
The 2019 Stack Overflow Developer Survey Results Are Inhow is page size determined in virtual address space?How can two identical virtual addresses point to different physical addresses?What page replacement algorithms are used in Linux kernel for OS file cache?How to find the process with a page in Linux kernel?Questions about kernel virtual address layoutHow does the CPU knows which physical address is mapped to which virtual address?How to check whether physical page is in-use?How can the Linux kernel address from 8 MB to 1 GB of virtual memory in x86 systemsPhysical Address of a variable in processesHow does the CPU know if it is accessing an unallocated memory location?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Assume
There are many pages in a random vma. I know the virtual address of page1 0x7f9942c273dc
and have a pointer of its struct vm_area_struct vma1
.
VMA 1
|---- page 1
|---- page 2
|---- ...
|---- page n
Question
How can I find virtual addresses of other pages or the pages themselves?
linux kernel x86
add a comment |
Assume
There are many pages in a random vma. I know the virtual address of page1 0x7f9942c273dc
and have a pointer of its struct vm_area_struct vma1
.
VMA 1
|---- page 1
|---- page 2
|---- ...
|---- page n
Question
How can I find virtual addresses of other pages or the pages themselves?
linux kernel x86
add a comment |
Assume
There are many pages in a random vma. I know the virtual address of page1 0x7f9942c273dc
and have a pointer of its struct vm_area_struct vma1
.
VMA 1
|---- page 1
|---- page 2
|---- ...
|---- page n
Question
How can I find virtual addresses of other pages or the pages themselves?
linux kernel x86
Assume
There are many pages in a random vma. I know the virtual address of page1 0x7f9942c273dc
and have a pointer of its struct vm_area_struct vma1
.
VMA 1
|---- page 1
|---- page 2
|---- ...
|---- page n
Question
How can I find virtual addresses of other pages or the pages themselves?
linux kernel x86
linux kernel x86
edited 2 days ago
Mr.Nobody
asked Apr 8 at 13:52
Mr.NobodyMr.Nobody
437
437
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511238%2fis-there-any-way-to-find-an-associated-page-with-the-page-under-the-same-vma%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f511238%2fis-there-any-way-to-find-an-associated-page-with-the-page-under-the-same-vma%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown