Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/ia64/kernel/
Dmca.c858 u64 fslot, tslot, nat; in copy_reg() local
860 fslot = ((unsigned long)fr >> 3) & 63; in copy_reg()
863 nat = (fnat >> fslot) & 1; in copy_reg()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch42701 + 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 …]