log-type lookup-file
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

logical-to-physical

Synopsis

logical-to-physical [cpu-name] address
<processor_info>.logical-to-physical address

Description

Translate the given logical address to a physical one. The operation is performed as data read from processor cpu-name.

For x86 CPUs, a logical address can be specified as <segment register>:<offset> or l:<linear address>. If no prefix is given ds:<offset> will be assumed.

If the CPU is omitted the current CPU will be used.

No side-effects will be triggered; e.g., if the translation is not in the TLB.

Provided By

Simics Core
log-type lookup-file