Searched defs:MSDK_REG_SECURE_ADDR (Results 1 – 3 of 3) sorted by relevance
52 #define MSDK_REG_SECURE_ADDR(x) ((typeof(x))((uintptr_t)(x) | (0x1UL << 28))) macro
102 #define MSDK_REG_SECURE_ADDR(x) (x) macro
487 #define MSDK_REG_SECURE_ADDR(x) ((uintptr_t)(x) | (0x1UL << 28)) macro