This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DBM bit in descriptor

Dear all:

As described in armv8 reference manual, DBM means " Dirty Bit Modifier".

My understanding is:

     If DBM =1, it means that the page or block is dirty.

     If DBM =0, it means the page or block is not dirty.

Is that rignt?