Home
last modified time | relevance | path

Searched refs:__p (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/tests/
H A Dos_unaligned.c9 T *__p; \
10 T_QUIET; T_EXPECT_EQ_ULONG(__alignof__(*__p), sizeof(*__p), #T " native alignment"); \
11 T_ASSERT_EQ_ULONG(__alignof__(os_unaligned_deref(__p)), 1UL, #T " alignment"); \
/xnu-10002.1.13/osfmk/vm/
H A Dvm_protos.h824 struct proc *__p = NULL; \
832 __p = current_proc(); \
833 if (__p != NULL) { \
834 __pname = proc_best_name(__p); \
841 if (__p == NULL) { \
842 __p = current_proc(); \
843 if (__p != NULL) { \
844 __pname = proc_best_name(__p); \
850 __p ? proc_pid(__p) : 0, \
H A Dvm_page.h638 #define __DEBUG_CHECK_BUDDIES(__prev, __p, field) \ argument
641 assert(__p == (vm_page_t)VM_PAGE_UNPACK_PTR(__prev->next)); \
642 assert(__prev == (vm_page_queue_entry_t)VM_PAGE_UNPACK_PTR(__p->field.prev)); \
662 #define __DEBUG_CHECK_BUDDIES(__prev, __p, field) argument
/xnu-10002.1.13/osfmk/mach/arm/
H A D_structs.h341 void *__p = (void*)(uintptr_t)(ptr); __tsp->__opaque_sp = \
342 (__p && !(__tsp->__opaque_flags & \
344 ptrauth_sign_unauthenticated(__p, \
346 ptrauth_string_discriminator("sp")) : __p); })
358 void *__p = (void*)(uintptr_t)(ptr); __tsp->__opaque_fp = \
359 (__p && !(__tsp->__opaque_flags & \
361 ptrauth_sign_unauthenticated(__p, \
363 ptrauth_string_discriminator("fp")) : __p); })