Home
last modified time | relevance | path

Searched refs:fbtp_hashnext (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/cddl/dev/fbt/arm/
H A Dfbt_isa.c52 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()
129 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
183 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
/freebsd/sys/cddl/dev/fbt/riscv/
H A Dfbt_isa.c54 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()
157 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
205 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
/freebsd/sys/cddl/dev/fbt/aarch64/
H A Dfbt_isa.c50 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()
168 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
215 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
/freebsd/sys/cddl/dev/fbt/x86/
H A Dfbt_isa.c79 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()
246 hash = hash->fbtp_hashnext) { in fbt_provide_module_function()
254 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
361 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
/freebsd/sys/cddl/dev/fbt/powerpc/
H A Dfbt_isa.c55 for (; fbt != NULL; fbt = fbt->fbtp_hashnext) { in fbt_invop()
152 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
230 fbt->fbtp_hashnext = fbt_probetab[FBT_ADDR2NDX(instr)]; in fbt_provide_module_function()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.h45 struct fbt_probe *fbtp_hashnext; /* global hash table linkage */ member
H A Dfbt.c232 hashprev = hash, hash = hash->fbtp_hashnext) { in fbt_destroy_one()
235 next->fbtp_hashnext = hash->fbtp_hashnext; in fbt_destroy_one()
237 next = hash->fbtp_hashnext; in fbt_destroy_one()
239 hashprev->fbtp_hashnext = next; in fbt_destroy_one()
320 hash != NULL; hash = hash->fbtp_hashnext) { in fbt_disable()