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

/freebsd-10.3-release/sys/amd64/vmm/io/
H A Dvlapic_priv.h181 * - to maintain a coherent snapshot of the register (e.g. lvt_last)
184 uint32_t lvt_last[VLAPIC_MAXLVT_INDEX + 1]; member in struct:vlapic
H A Dvlapic.c368 val = atomic_load_acq_32(&vlapic->lvt_last[idx]);
403 atomic_store_rel_32(&vlapic->lvt_last[idx], val);

Completed in 106 milliseconds