HomeSort by: relevance | last modified time | path
    Searched defs:cpu_check (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
huge_pages.c 1055 static int cpu_check(struct drm_i915_gem_object *obj, u32 dword, u32 val) function in typeref:typename:int
1102 err = cpu_check(obj, dword, val);
1674 err = cpu_check(obj, n, 0xdeadbeaf);
1835 err = cpu_check(obj, n, 0xdeadbeaf);
i915_gem_context.c 490 static noinline int cpu_check(struct drm_i915_gem_object *obj, function in typeref:typename:noinline int
740 err = cpu_check(obj, ncontexts++, rem);
877 err = cpu_check(obj, ncontexts++, rem);
1455 err = cpu_check(obj, idx++, num_writes);

Completed in 40 milliseconds