Searched refs:DW_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
31 #define DW_PER_PAGE (PAGE_SIZE / sizeof(u32)) macro470 for (m = 0; m < DW_PER_PAGE; m++) in cpu_fill()514 for (; m < DW_PER_PAGE; m++) { in cpu_check()565 size = min(vm->total / 2, 1024ull * DW_PER_PAGE * PAGE_SIZE); in create_test_object()566 size = round_down(size, DW_PER_PAGE * PAGE_SIZE); in create_test_object()568 obj = huge_gem_object(vm->i915, DW_PER_PAGE * PAGE_SIZE, size); in create_test_object()592 GEM_BUG_ON(!IS_ALIGNED(npages, DW_PER_PAGE)); in max_dwords()593 return npages / DW_PER_PAGE; in max_dwords()