/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | null_syscall.c | 132 unsigned long tb_start, tb_now; in main() local 139 tb_start = mftb(); in main() 148 elapsed_tb = tb_now - tb_start; in main()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | hvCall_inst.c | 24 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()
|
/openbmc/qemu/accel/tcg/ |
H A D | tb-maint.c | 1118 tb_page_addr_t tb_start, tb_last; in tb_invalidate_phys_page_range__locked() local 1121 tb_start = tb_page_addr0(tb); in tb_invalidate_phys_page_range__locked() 1122 tb_last = tb_start + tb->size - 1; in tb_invalidate_phys_page_range__locked() 1124 tb_last = MIN(tb_last, tb_start | ~TARGET_PAGE_MASK); in tb_invalidate_phys_page_range__locked() 1126 tb_start = tb_page_addr1(tb); in tb_invalidate_phys_page_range__locked() 1127 tb_last = tb_start + (tb_last & ~TARGET_PAGE_MASK); in tb_invalidate_phys_page_range__locked() 1129 if (!(tb_last < start || tb_start > last)) { in tb_invalidate_phys_page_range__locked()
|
H A D | translator.c | 144 ops->tb_start(db, cpu); in translator_loop()
|
/openbmc/qemu/include/exec/ |
H A D | translator.h | 132 void (*tb_start)(DisasContextBase *db, CPUState *cpu); member
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | translate.c | 330 .tb_start = loongarch_tr_tb_start,
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb.c | 2658 static int tb_start(struct tb *tb, bool reset) in tb_start() function 2948 .start = tb_start,
|
/openbmc/qemu/target/hexagon/ |
H A D | translate.c | 1080 .tb_start = hexagon_tr_tb_start,
|
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 1342 .tb_start = riscv_tr_tb_start,
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 1642 .tb_start = openrisc_tr_tb_start,
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 1775 .tb_start = mb_tr_tb_start,
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 2791 .tb_start = avr_tr_tb_start,
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 2314 .tb_start = sh4_tr_tb_start,
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 2254 .tb_start = rx_tr_tb_start,
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 2951 .tb_start = alpha_tr_tb_start,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 8082 .tb_start = arm_tr_tb_start, 8090 .tb_start = arm_tr_tb_start,
|
H A D | translate-a64.c | 11954 .tb_start = aarch64_tr_tb_start,
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 3810 .tb_start = i386_tr_tb_start,
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 4862 .tb_start = hppa_tr_tb_start,
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 6114 .tb_start = m68k_tr_tb_start,
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 5805 .tb_start = sparc_tr_tb_start,
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 6665 .tb_start = ppc_tr_tb_start,
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1224 .tb_start = xtensa_tr_tb_start,
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 6476 .tb_start = s390x_tr_tb_start,
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 8456 .tb_start = tricore_tr_tb_start,
|