fixup_addr2offset
#define fixup_addr2offset(x) ((((uint32_t)(uintptr_t)(x)) << 4) >> 6)
#define fixup_addr2offset(x) ((uintptr_t)(x) >> 2)