Home
last modified time | relevance | path

Searched refs:tb_start (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/tools/testing/selftests/powerpc/benchmarks/
Dnull_syscall.c132 unsigned long tb_start, tb_now; in main() local
139 tb_start = mftb(); in main()
148 elapsed_tb = tb_now - tb_start; in main()
/linux-6.14.4/arch/powerpc/platforms/pseries/
DhvCall_inst.c24 unsigned long tb_start; member
94 h->tb_start = mftb(); in probe_hcall_entry()
108 h->tb_total += mftb() - h->tb_start; in probe_hcall_exit()
/linux-6.14.4/drivers/thunderbolt/
Dtb.c2950 static int tb_start(struct tb *tb, bool reset) in tb_start() function
3245 .start = tb_start,