Searched refs:dofhp_dof (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c8722 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
8819 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
8852 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
8880 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
15165 dof = (dof_hdr_t *)(uintptr_t)hprov->dthp_prov.dofhp_dof;
15501 dhp->dofhp_dof = (uint64_t)(uintptr_t)dof;
15625 uint64_t generation = (existing_dofs) ? existing_dofs->dofiod_helpers[existing_dofs_count - 1].dofhp_dof + 1 : 1;
15628 * We rely on these being the same so we can overwrite dofhp_dof and not lose info.
15630 ASSERT(incoming_dofs->dofiod_helpers[i].dofhp_dof == incoming_dofs->dofiod_helpers[i].dofhp_addr);
15631 incoming_dofs->dofiod_helpers[i].dofhp_dof
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h1471 uint64_t dofhp_dof; /* address of helper DOF */ member in struct:dof_helper

Completed in 32 milliseconds