Searched refs:fbtp_patchpoint (Results 1 – 2 of 2) sorted by relevance
56 uint8_t *fbtp_patchpoint; member84 if ((uintptr_t)fbt->fbtp_patchpoint == addr) { in fbt_invop()302 fbt->fbtp_patchpoint = instr; in fbt_provide_module()382 fbt->fbtp_patchpoint = instr; in fbt_provide_module()424 ndx = FBT_ADDR2NDX(fbt->fbtp_patchpoint); in fbt_destroy()482 *fbt->fbtp_patchpoint = fbt->fbtp_patchval; in fbt_enable()501 *fbt->fbtp_patchpoint = fbt->fbtp_savedval; in fbt_disable()517 *fbt->fbtp_patchpoint = fbt->fbtp_savedval; in fbt_suspend()533 *fbt->fbtp_patchpoint = fbt->fbtp_patchval; in fbt_resume()
321 uint32_t *fbtp_patchpoint; member1375 fbt->fbtp_patchpoint = in fbt_provide_module()1428 fbt->fbtp_patchpoint = (uint32_t *)((uintptr_t)mp->textwin + in fbt_provide_module()1495 if (f->fbtp_patchpoint == NULL) { in fbt_enable()1540 *fbt->fbtp_patchpoint = fbt->fbtp_patchval; in fbt_enable()1556 if (f->fbtp_patchpoint == NULL) in fbt_disable()1565 *fbt->fbtp_patchpoint = fbt->fbtp_savedval; in fbt_disable()1584 *fbt->fbtp_patchpoint = fbt->fbtp_savedval; in fbt_suspend()1603 *fbt->fbtp_patchpoint = fbt->fbtp_patchval; in fbt_resume()