Searched refs:npt (Results 1 – 5 of 5) sorted by relevance
/qemu/hw/sparc64/ |
H A D | trace-events | 20 …const char *name, uint64_t real_count, const char *npt, void *p) "%s set_count count=0x%"PRIx64" (… 21 …const char *name, uint64_t real_count, const char *npt, void *p) "%s get_count count=0x%"PRIx64" (…
|
H A D | sparc64.c | 93 timer->npt = 1; in cpu_timer_create() 206 timer->npt ? "disabled" : "enabled", in cpu_tick_set_count() 209 timer->npt = npt_bit ? 1 : 0; in cpu_tick_set_count() 220 timer->npt ? "disabled" : "enabled", in cpu_tick_get_count() 223 if (timer->npt) { in cpu_tick_get_count()
|
/qemu/target/sparc/ |
H A D | helper.c | 63 if (timer->npt && mem_idx < MMU_KERNEL_IDX) { in helper_tick_get_count()
|
H A D | machine.c | 16 VMSTATE_UINT32(npt, CPUTimer),
|
H A D | cpu.h | 376 uint32_t npt; member
|