/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_clflush.c | 19 struct clflush { struct 34 struct clflush *clflush = container_of(base, typeof(*clflush), base); local in function:clflush_work 35 struct drm_i915_gem_object *obj = clflush->obj; 50 struct clflush *clflush = container_of(base, typeof(*clflush), base); local in function:clflush_release 52 i915_gem_object_put(clflush->obj); 56 .name = "clflush", 63 struct clflush *clflush; local in function:clflush_work_create 80 struct clflush *clflush; local in function:i915_gem_clflush_object [all...] |
i915_gem_clflush.c | 19 struct clflush { struct 34 struct clflush *clflush = container_of(base, typeof(*clflush), base); local in function:clflush_work 35 struct drm_i915_gem_object *obj = clflush->obj; 50 struct clflush *clflush = container_of(base, typeof(*clflush), base); local in function:clflush_release 52 i915_gem_object_put(clflush->obj); 56 .name = "clflush", 63 struct clflush *clflush; local in function:clflush_work_create 80 struct clflush *clflush; local in function:i915_gem_clflush_object [all...] |
/src/sys/external/bsd/drm2/include/asm/ |
cpufeature.h | 69 clflush(const void *p) function in typeref:typename:void 71 asm volatile ("clflush %0" : : "m" (*(const char *)p));
|
cpufeature.h | 69 clflush(const void *p) function in typeref:typename:void 71 asm volatile ("clflush %0" : : "m" (*(const char *)p));
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
scheduler.h | 128 unsigned int clflush; member in struct:intel_vgpu_shadow_bb
|
scheduler.h | 128 unsigned int clflush; member in struct:intel_vgpu_shadow_bb
|
scheduler.c | 479 if (bb->clflush & CLFLUSH_AFTER) { 482 bb->clflush &= ~CLFLUSH_AFTER; 501 if (bb->clflush & CLFLUSH_AFTER) { 504 bb->clflush &= ~CLFLUSH_AFTER;
|
scheduler.c | 479 if (bb->clflush & CLFLUSH_AFTER) { 482 bb->clflush &= ~CLFLUSH_AFTER; 501 if (bb->clflush & CLFLUSH_AFTER) { 504 bb->clflush &= ~CLFLUSH_AFTER;
|
cmd_parser.c | 818 /* do not remove this, some platform may need clflush here */ 1873 ret = i915_gem_object_prepare_write(bb->obj, &bb->clflush); 1883 if (bb->clflush & CLFLUSH_BEFORE) { 1885 bb->clflush &= ~CLFLUSH_BEFORE;
|
cmd_parser.c | 818 /* do not remove this, some platform may need clflush here */ 1873 ret = i915_gem_object_prepare_write(bb->obj, &bb->clflush); 1883 if (bb->clflush & CLFLUSH_BEFORE) { 1885 bb->clflush &= ~CLFLUSH_BEFORE;
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_engine.h | 166 clflush(&engine->status_page.addr[reg]); 168 clflush(&engine->status_page.addr[reg]);
|
intel_engine.h | 166 clflush(&engine->status_page.addr[reg]); 168 clflush(&engine->status_page.addr[reg]);
|
intel_lrc.c | 2210 clflush(__UNCONST(first)); 2211 clflush(__UNCONST(last)); 3570 clflush(execlists->csb_write);
|
intel_lrc.c | 2210 clflush(__UNCONST(first)); 2211 clflush(__UNCONST(last)); 3570 clflush(execlists->csb_write);
|