Virtual to Physical mapping

80 views Asked by At

I am working on a Broadcom BCM2711, Quad-core Cortex-A72 (ARM v8) 64-bit SoC @ 1.5GHz.
I have a question: if i have two virtual/physical addresses like :

virtual: 0x55acd71000 physical: 0x28560000 with pfn: 165216
virtual: 0x55acd73000 physical: 0x28562000 with pfn: 165218

Are they mapped in the same DIMM, Rank, and bank? Given two consecutive physical addresses can I say they are mapped in different rows of the same bank?

Thank you.

0

There are 0 answers