Searched refs:fslot (Results 1 – 2 of 2) sorted by relevance
858 u64 fslot, tslot, nat; in copy_reg() local860 fslot = ((unsigned long)fr >> 3) & 63; in copy_reg()863 nat = (fnat >> fslot) & 1; in copy_reg()
42701 + struct codec_mm_slot *fslot, *slot;42706 + fslot = smgt->slot_list_map[sid];42707 + if (!fslot) {42712 + slot = fslot;42727 + if (slot == fslot) {44348 + struct codec_mm_slot *slot, *fslot;44357 + fslot = smgt->slot_list_map[i];44358 + if (fslot) {44359 + codec_mm_dump_slot(fslot, NULL, 0);44361 + total_pages += fslot->page_num;[all …]