We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?