Searched refs:__p (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.121.6/tests/ |
| H A D | os_unaligned.c | 9 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"); \
|
| H A D | arm_matrix_sme.c | 473 memcpy(p, p_state.__p[i], p_elem_size); in sme_thread_get_state() 523 memcpy(p_state.__p[i], p, p_elem_size); in sme_thread_set_state()
|
| /xnu-11417.121.6/osfmk/vm/ |
| H A D | vm_protos.h | 455 struct proc *__p = NULL; \ 463 __p = current_proc(); \ 464 if (__p != NULL) { \ 465 __pname = proc_best_name(__p); \ 472 if (__p == NULL) { \ 473 __p = current_proc(); \ 474 if (__p != NULL) { \ 475 __pname = proc_best_name(__p); \ 481 __p ? proc_pid(__p) : 0, \
|
| H A D | vm_page.h | 583 #define __DEBUG_CHECK_BUDDIES(__prev, __p, field) \ argument 586 assert(__p == (vm_page_t)VM_PAGE_UNPACK_PTR(__prev->next)); \ 587 assert(__prev == (vm_page_queue_entry_t)VM_PAGE_UNPACK_PTR(__p->field.prev)); \ 607 #define __DEBUG_CHECK_BUDDIES(__prev, __p, field) argument
|
| /xnu-11417.121.6/osfmk/mach/arm/ |
| H A D | _structs.h | 365 void *__p = (void*)(uintptr_t)(ptr); __tsp->__opaque_sp = \ 366 (__p && !(__tsp->__opaque_flags & \ 368 ptrauth_sign_unauthenticated(__p, \ 370 ptrauth_string_discriminator("sp")) : __p); }) 382 void *__p = (void*)(uintptr_t)(ptr); __tsp->__opaque_fp = \ 383 (__p && !(__tsp->__opaque_flags & \ 385 ptrauth_sign_unauthenticated(__p, \ 387 ptrauth_string_discriminator("fp")) : __p); }) 665 char __p[16][256 / 8]; variable
|
| /xnu-11417.121.6/bsd/sys/ |
| H A D | filedesc.h | 443 struct proc *__p = (p); \ 444 falloc_withinit(__p, current_cached_proc_cred(__p), \
|
| /xnu-11417.121.6/doc/arm/ |
| H A D | sme.md | 338 memcpy(p[i], p_state.__p[i], p_element_size);
|