Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dpmap.c318 int asid_next; member
330 SYSCTL_INT(_vm_pmap_asid, OID_AUTO, next, CTLFLAG_RD, &asids.asid_next, 0,
338 SYSCTL_INT(_vm_pmap_vmid, OID_AUTO, next, CTLFLAG_RD, &vmids.asid_next, 0,
1069 set->asid_next = ASID_FIRST_AVAILABLE; in pmap_init_asids()
6573 bit_ffc_at(set->asid_set, set->asid_next, set->asid_set_size, in pmap_alloc_asid()
6577 set->asid_next, &new_asid); in pmap_alloc_asid()
6586 set->asid_next = new_asid + 1; in pmap_alloc_asid()