Searched refs:baseval (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/amd64/vmm/io/ |
H A D | vpmtmr.c | 55 uint32_t baseval; member 68 vpmtmr->baseval = 0; in vpmtmr_init() 102 *val = vpmtmr->baseval + delta / vpmtmr->freq_sbt; in vpmtmr_handler() 113 SNAPSHOT_VAR_OR_LEAVE(vpmtmr->baseval, meta, ret, done); in vpmtmr_snapshot()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_cc.c | 1293 int64_t baseval, limitval; in dt_compile_agg() local 1300 baseval = (int64_t)arg1->dn_value; in dt_compile_agg() 1302 if (baseval < INT32_MIN || baseval > INT32_MAX) { in dt_compile_agg() 1319 if (limitval < baseval) { in dt_compile_agg() 1338 nlevels = (limitval - baseval) / step; in dt_compile_agg() 1354 ((baseval << DTRACE_LQUANTIZE_BASESHIFT) & in dt_compile_agg() 1379 if (obaseval != baseval) { in dt_compile_agg() 1383 obaseval, (int)baseval); in dt_compile_agg() 1391 (int)baseval + (int)nlevels * (int)step); in dt_compile_agg()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 3594 uint32_t baseval; in vmx_setcap() local 3609 baseval = *pptr; in vmx_setcap() 3618 baseval = *pptr; in vmx_setcap() 3627 baseval = *pptr; in vmx_setcap() 3647 baseval = *pptr; in vmx_setcap() 3656 baseval = *pptr; in vmx_setcap() 3667 baseval = *pptr; in vmx_setcap() 3690 baseval |= flag; in vmx_setcap() 3692 baseval &= ~flag; in vmx_setcap() 3695 error = vmwrite(reg, baseval); in vmx_setcap() [all …]
|
/freebsd/contrib/ntp/scripts/monitoring/ |
H A D | loopwatch.config.SAMPLE | 39 # freqbase: dynamic/<baseval>
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 10744 uint32_t cur_rttp, fval, newval, baseval; in bbr_check_probe_rtt_limits() local 10747 baseval = (bbr_get_rtt(bbr, BBR_RTT_PROP) * (BBR_SUBSTATE_COUNT + 1)); in bbr_check_probe_rtt_limits() 10748 cur_rttp = roundup(baseval, USECS_IN_SECOND); in bbr_check_probe_rtt_limits()
|