Searched refs:temp_plru (Results 1 – 1 of 1) sorted by relevance
1562 uint64_t temp_plru = lowest_gen_bitmap & asid_bitmap[plru_index]; in alloc_asid() local1563 if (temp_plru) { in alloc_asid()1564 vasid = (plru_index << 6) + lsb_first(temp_plru); in alloc_asid()