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

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 267 #define NOSPACE(sz, fl) __INVALID(sz, fl, assert_pin_enospc, ENOSPC)
287 NOSPACE(ggtt->mappable_end + 4096, PIN_GLOBAL | PIN_MAPPABLE),
290 NOSPACE(ggtt->vm.total + 4096, PIN_GLOBAL),
291 NOSPACE(round_down(U64_MAX, PAGE_SIZE), PIN_GLOBAL),
304 NOSPACE(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | ggtt->mappable_end),
305 NOSPACE(0, PIN_GLOBAL | PIN_OFFSET_BIAS | ggtt->vm.total),
306 NOSPACE(8192, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)),
307 NOSPACE(8192, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->vm.total - 4096)),
310 #undef NOSPACE
  /src/external/bsd/file/dist/src/
file.h 232 #define NOSPACE 0x10 /* suppress space character before output */

Completed in 27 milliseconds