Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c1546 uint64_t temp_plru = lowest_gen_bitmap & asid_bitmap[plru_index]; in alloc_asid() local
1547 if (temp_plru) { in alloc_asid()
1548 vasid = (plru_index << 6) + lsb_first(temp_plru); in alloc_asid()