Hi, experts:
What is the relationship between block and table descriptor? And, Why block descriptor is required?
As i known, The non-ARM architecture do not have block entry for table translation walk.
best wishes,
Thank for your detail response.
ARM VMSA can reduce "page table walk" from block descriptor, I can map large amount of memory to one-block descriptor, instead map serveral page descriptor repeatedly.
Is it correct?