Home
last modified time | relevance | path

Searched refs:__value (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/EXTERNAL_HEADERS/
H A Dptrauth.h136 #define ptrauth_strip(__value, __key) \ argument
137 __builtin_ptrauth_strip(__value, __key)
254 #define ptrauth_nop_cast(__type, __value) \ argument
347 #define ptrauth_strip(__value, __key) ({ (void)__key; __value; }) argument
351 #define ptrauth_sign_constant(__value, __key, __data) ({ (void)__key; (void)__data; __value; }) argument
352 #define ptrauth_sign_unauthenticated(__value, __key, __data) ({ (void)__key; (void)__data; __value;… argument
358 __value; })
359 #define ptrauth_auth_function(__value, __old_key, __old_data) ({ (void)__old_key; (void)__old_data;… argument
360 #define ptrauth_nop_cast(__type, __value) ((__type)__value) argument
361 #define ptrauth_auth_data(__value, __old_key, __old_data) ({ (void)__old_key; (void)__old_data; __v… argument
[all …]
/xnu-11215/osfmk/kern/
H A Dzalloc.h879 const typeof((elem)->field) *__value = (value); \
881 __value, sizeof((elem)->field)); \
983 const typeof((elem)->field) __value = (value); \
984 static_assert(sizeof(__value) == (op & 0xf)); \
986 elem, offsetof(typeof(*(elem)), field), op, (uint64_t)__value); \
/xnu-11215/osfmk/arm/
H A Dmachine_routines.h1294 #define ptrauth_sign_volatile(__value, __suffix, __data) \ argument
1296 void *__ret = __value; \