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