Home
last modified time | relevance | path

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

/xnu-8792.61.2/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-8792.61.2/osfmk/vm/
H A Dvm_protos.h788 struct proc *__p = NULL; \
796 __p = current_proc(); \
797 if (__p != NULL) { \
798 __pname = proc_best_name(__p); \
805 if (__p == NULL) { \
806 __p = current_proc(); \
807 if (__p != NULL) { \
808 __pname = proc_best_name(__p); \
814 __p ? proc_pid(__p) : 0, \
H A Dvm_page.h633 #define __DEBUG_CHECK_BUDDIES(__prev, __p, field) \ argument
636 assert(__p == (vm_page_t)VM_PAGE_UNPACK_PTR(__prev->next)); \
637 assert(__prev == (vm_page_queue_entry_t)VM_PAGE_UNPACK_PTR(__p->field.prev)); \
657 #define __DEBUG_CHECK_BUDDIES(__prev, __p, field) argument
/xnu-8792.61.2/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); })