Searched refs:ptrauth_strip (Results 1 – 5 of 5) sorted by relevance
16 #define ptrauth_strip(__value, __key) __value macro21 #define STRIP_PC(pc) ((uptr)ptrauth_strip(pc, 0))
819 (uptr)ptrauth_strip( \853 addr = (uptr)ptrauth_strip((void *)addr, 0); in InitPcSpBp()
24 void *UnauthenticatedVtablePtr = ptrauth_strip(*VtablePtrPtr, 0); in main()
32 VtablePtr = ptrauth_strip(VtablePtr, 0); in main()
116 value = (uint64_t) ptrauth_strip((void*) value, ptrauth_key_function_pointer); in SetPC()2098 … signed_value = (uint64_t) ptrauth_strip((void*) signed_value, ptrauth_key_function_pointer); in SetRegisterValue()