Searched refs:MPI_ADDRESS_MASK (Results 1 – 1 of 1) sorted by relevance
38 #define MPI_ADDRESS_MASK (0xEFFFFFFFU) /* Bit28 is secure address indicator */ macro44 #define MPI_ADDRESS_MASK (0xEFFFFFFFU) /* Bit28 is secure address indicator */ macro157 if ((srcAddr & MPI_ADDRESS_MASK) != (entry->destAddr & MPI_ADDRESS_MASK)) in MPI_Relocate()