Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dpmap.c319 int asid_epoch; member
332 SYSCTL_INT(_vm_pmap_asid, OID_AUTO, epoch, CTLFLAG_RD, &asids.asid_epoch, 0,
340 SYSCTL_INT(_vm_pmap_vmid, OID_AUTO, epoch, CTLFLAG_RD, &vmids.asid_epoch, 0,
2125 if (COOKIE_TO_EPOCH(pmap->pm_cookie) == set->asid_epoch) { in pmap_release()
6513 epoch = set->asid_epoch + 1; in pmap_reset_asid_set()
6516 set->asid_epoch = epoch; in pmap_reset_asid_set()
6570 if (COOKIE_TO_EPOCH(pmap->pm_cookie) == set->asid_epoch) in pmap_alloc_asid()
6587 pmap->pm_cookie = COOKIE_FROM(new_asid, set->asid_epoch); in pmap_alloc_asid()
6640 if (epoch >= 0 && epoch != set->asid_epoch) in pmap_activate_int()