Searched refs:GEN7_L3LOG_SIZE (Results 1 – 3 of 3) sorted by relevance
56 if (offset >= GEN7_L3LOG_SIZE) in l3_access_valid()77 count = min_t(size_t, GEN7_L3LOG_SIZE - offset, count); in i915_l3_read()109 remap_info = kzalloc(GEN7_L3LOG_SIZE, GFP_KERNEL); in i915_l3_write()143 .size = GEN7_L3LOG_SIZE,152 .size = GEN7_L3LOG_SIZE,
807 #define L3LOG_DW (GEN7_L3LOG_SIZE / sizeof(u32)) in remap_l3_slice()
1002 #define GEN7_L3LOG_SIZE 0x80 macro
Completed in 14 milliseconds