as_alloc_mask      76 drivers/gpu/drm/panfrost/panfrost_device.h 	unsigned long as_alloc_mask;
as_alloc_mask     166 drivers/gpu/drm/panfrost/panfrost_mmu.c 	as = ffz(pfdev->as_alloc_mask);
as_alloc_mask     185 drivers/gpu/drm/panfrost/panfrost_mmu.c 	set_bit(as, &pfdev->as_alloc_mask);
as_alloc_mask     189 drivers/gpu/drm/panfrost/panfrost_mmu.c 	dev_dbg(pfdev->dev, "Assigned AS%d to mmu %p, alloc_mask=%lx", as, mmu, pfdev->as_alloc_mask);
as_alloc_mask     210 drivers/gpu/drm/panfrost/panfrost_mmu.c 	pfdev->as_alloc_mask = 0;
as_alloc_mask     398 drivers/gpu/drm/panfrost/panfrost_mmu.c 		clear_bit(mmu->as, &pfdev->as_alloc_mask);