Searched refs:machine_inst_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | fbt.h | 33 typedef uint8_t machine_inst_t; typedef 35 typedef uint16_t machine_inst_t; typedef 37 typedef uint32_t machine_inst_t; typedef 46 machine_inst_t *fbtp_patchpoint; 48 machine_inst_t fbtp_patchval; 49 machine_inst_t fbtp_savedval; 50 machine_inst_t fbtp_currentval; 73 …truct modctl *ctl, const char *modname, const char *name, machine_inst_t *instr, machine_inst_t *l…
|
| /xnu-8020.140.41/bsd/dev/arm/ |
| H A D | fbt_arm.c | 237 machine_inst_t emul = 0; in fbt_perfCallback() 286 machine_inst_t mask = 0x0001; in fbt_perfCallback() 330 …ctl *ctl, const char *modname, const char* symbolName, machine_inst_t* symbolStart, machine_inst_t… in fbt_provide_probe() 337 machine_inst_t *instr, *pushinstr = NULL, *limit, theInstr; in fbt_provide_probe() 353 limit = (machine_inst_t *)instrHigh; in fbt_provide_probe() 489 machine_inst_t *ptr = *(machine_inst_t **)(void *)instr; in fbt_provide_probe() 491 if (ptr >= (machine_inst_t *)symbolStart && ptr < limit) { in fbt_provide_probe() 517 limit = (machine_inst_t*) newlimit; in fbt_provide_probe() 523 limit = (machine_inst_t*) newlimit; in fbt_provide_probe()
|
| /xnu-8020.140.41/bsd/dev/arm64/ |
| H A D | fbt_arm.c | 201 machine_inst_t emul = 0; in fbt_perfCallback() 277 …ctl *ctl, const char *modname, const char* symbolName, machine_inst_t* symbolStart, machine_inst_t… in fbt_provide_probe() 283 machine_inst_t *instr, *pushinstr = NULL, *limit, theInstr; in fbt_provide_probe() 299 limit = (machine_inst_t *)instrHigh; in fbt_provide_probe() 464 machine_inst_t *dest = instr + FBT_GET_ARM64_B_IMM(theInstr); in fbt_provide_probe()
|
| /xnu-8020.140.41/bsd/dev/i386/ |
| H A D | fbt_x86.c | 257 …ctl *ctl, const char *modname, const char* symbolName, machine_inst_t* symbolStart, machine_inst_t… in fbt_provide_probe() 264 machine_inst_t *instr, *limit, theInstr, i1, i2, i3; in fbt_provide_probe() 294 limit = (machine_inst_t *)instrHigh; in fbt_provide_probe() 472 machine_inst_t *patch_instr = instr; in fbt_provide_probe()
|
| /xnu-8020.140.41/bsd/dev/dtrace/ |
| H A D | fbt.c | 342 …fbt_provide_probe(ctl, modname, name, (machine_inst_t*)(uintptr_t)symbol->dtsym_addr, (machine_ins… in fbt_provide_module_user_syms() 401 …fbt_provide_probe(ctl, ctl->mod_modname, name, (machine_inst_t*)sym[i].n_value, (machine_inst_t*)l… in fbt_provide_kernel_section()
|