Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Virtual to Physical Address Conversion: (2 Items)
   
Virtual to Physical Address Conversion  
Hi,

Can anyone help me how to convert virtual address to physical address in intel denverton x86_64 processor?

In our application we did divide by zero in order to create a crash and its saying that code is crashed at address 
0x10004F435 and corresponding physical address is 0x58002377E(We got this by using objdump command). Now the question is
 how to relate this two addresses?

Thank you in Advance...
RE: Virtual to Physical Address Conversion  
mem_offset(), assuming the virtual-to-physical translation is locked (either explicitly with mlock(), or implicitly for 
various reasons). Typically most memory is not locked, so you either don't have a physical page backing the virtual one,
 or the mapping is not guaranteed to be fixed.

--Elad
________________________________________
From: Sai Devasani [community-noreply@qnx.com]
Sent: October-08-18 5:39 AM
To: ostech-core_os
Subject: Virtual to Physical Address Conversion

Hi,

Can anyone help me how to convert virtual address to physical address in intel denverton x86_64 processor?

In our application we did divide by zero in order to create a crash and its saying that code is crashed at address 
0x10004F435 and corresponding physical address is 0x58002377E(We got this by using objdump command). Now the question is
 how to relate this two addresses?

Thank you in Advance...



_______________________________________________

OSTech
http://community.qnx.com/sf/go/post119191
To cancel your subscription to this discussion, please e-mail ostech-core_os-unsubscribe@community.qnx.com