Searched defs:MSDK_REG_NONSECURE_ADDR (Results 1 – 3 of 3) sorted by relevance
53 #define MSDK_REG_NONSECURE_ADDR(x) ((typeof(x))((uintptr_t)(x) & ~(0x1UL << 28))) macro
103 #define MSDK_REG_NONSECURE_ADDR(x) (x) macro
488 #define MSDK_REG_NONSECURE_ADDR(x) ((uintptr_t)(x) & ~(0x1UL << 28)) macro