Home
last modified time | relevance | path

Searched refs:npt (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/sparc64/
H A Dtrace-events20 …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 Dsparc64.c93 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 Dhelper.c63 if (timer->npt && mem_idx < MMU_KERNEL_IDX) { in helper_tick_get_count()
H A Dmachine.c16 VMSTATE_UINT32(npt, CPUTimer),
H A Dcpu.h376 uint32_t npt; member