Hi,
Is there a way (e.g. through configuring a specific hyp register) to cause the guest OS to trap to the hypervisor in case the guest OS tries to access a specific region of memory say from address A to address B.
Thanks.
Yes, you mark the IPA range as faulting in the second stage translation tables. Any guest access would cause a sync exception, taken to EL2.