Home
last modified time | relevance | path

Searched refs:CNTP_CTL_ISTATUS (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/arm64/vmm/io/
HDvtimer.c61 #define timer_condition_met(ctl) ((ctl) & CNTP_CTL_ISTATUS)
351 *rval = vtimer_cpu->phys_timer.cntx_ctl_el0 | CNTP_CTL_ISTATUS; in vtimer_phys_ctl_read()
353 *rval = vtimer_cpu->phys_timer.cntx_ctl_el0 & ~CNTP_CTL_ISTATUS; in vtimer_phys_ctl_read()
/freebsd-head/sys/arm64/include/
HDarmreg.h259 #define CNTP_CTL_ISTATUS (1 << 2) macro