Searched refs:asid_next (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm64/arm64/ |
H A D | pmap.c | 386 int asid_next; member 398 SYSCTL_INT(_vm_pmap_asid, OID_AUTO, next, CTLFLAG_RD, &asids.asid_next, 0, 406 SYSCTL_INT(_vm_pmap_vmid, OID_AUTO, next, CTLFLAG_RD, &vmids.asid_next, 0, 1535 set->asid_next = ASID_FIRST_AVAILABLE; in pmap_init_asids() 8778 bit_ffc_at(set->asid_set, set->asid_next, set->asid_set_size, in pmap_alloc_asid() 8782 set->asid_next, &new_asid); in pmap_alloc_asid() 8791 set->asid_next = new_asid + 1; in pmap_alloc_asid()
|