Searched refs:taddr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_identify_machine.c178 unsigned int PE_init_taproot(vm_offset_t *taddr) argument
191 *taddr = io_map_spec(tappdata[0], tappdata[1], VM_WIMG_IO); /* Map it in and return the address */
192 tappdata[0] = *taddr; /* Also change property */
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dpexpert.h69 unsigned int PE_init_taproot(vm_offset_t *taddr);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c787 uintptr_t taddr, tsize; local
791 taddr = dtrace_toxrange[i].dtt_base;
792 tsize = dtrace_toxrange[i].dtt_limit - taddr;
794 if (kaddr - taddr < tsize) {
800 if (taddr - kaddr < size) {
802 cpu_core[CPU->cpu_id].cpuc_dtrace_illval = taddr;
11581 uintptr_t taddr = daddr + ts->dofs_offset + r->dofr_offset;
11593 if (!IS_P2ALIGNED(taddr, sizeof (uint64_t))) {
11598 *(uint64_t *)taddr += ubase;

Completed in 54 milliseconds