Searched refs:tmrptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/amd64/vmm/io/
H A Dvlapic.c269 uint32_t *irrptr, *tmrptr, mask; local
302 tmrptr = &lapic->tmr0;
303 if ((tmrptr[idx] & mask) != (level ? mask : 0)) {
305 "interrupt is %s-triggered", idx / 4, tmrptr[idx],
571 uint32_t *isrptr, *tmrptr; local
575 tmrptr = &lapic->tmr0;
591 if ((tmrptr[idx] & (1 << bitpos)) != 0) {
1745 uint32_t *tmrptr, mask; local
1749 tmrptr = &lapic->tmr0;
1753 tmrptr[id
[all...]

Completed in 151 milliseconds