Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dfbt.h33 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-8792.41.9/bsd/dev/arm64/
H A Dfbt_arm.c201 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-8792.41.9/bsd/dev/i386/
H A Dfbt_x86.c257 …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-8792.41.9/bsd/dev/dtrace/
H A Dfbt.c342 …fbt_provide_probe(ctl, modname, name, (machine_inst_t*)(uintptr_t)symbol->dtsym_addr, (machine_ins… in fbt_provide_module_user_syms()
394 …fbt_provide_probe(ctl, ctl->mod_modname, name, (machine_inst_t*)sym[i].n_value, (machine_inst_t*)l… in fbt_provide_kernel_section()