Searched refs:NOSPACE (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_vma.c | 263 #define NOSPACE(sz, fl) __INVALID(sz, fl, assert_pin_enospc, ENOSPC) in igt_vma_pin1() macro 283 NOSPACE(ggtt->mappable_end + 4096, PIN_GLOBAL | PIN_MAPPABLE), in igt_vma_pin1() 286 NOSPACE(ggtt->vm.total + 4096, PIN_GLOBAL), in igt_vma_pin1() 287 NOSPACE(round_down(U64_MAX, PAGE_SIZE), PIN_GLOBAL), in igt_vma_pin1() 300 NOSPACE(0, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | ggtt->mappable_end), in igt_vma_pin1() 301 NOSPACE(0, PIN_GLOBAL | PIN_OFFSET_BIAS | ggtt->vm.total), in igt_vma_pin1() 302 NOSPACE(8192, PIN_GLOBAL | PIN_MAPPABLE | PIN_OFFSET_BIAS | (ggtt->mappable_end - 4096)), in igt_vma_pin1() 303 NOSPACE(8192, PIN_GLOBAL | PIN_OFFSET_BIAS | (ggtt->vm.total - 4096)), in igt_vma_pin1() 306 #undef NOSPACE in igt_vma_pin1()
|
/openbmc/u-boot/tools/dtoc/ |
H A D | fdt.py | 206 (libfdt.NOSPACE,)) == -libfdt.NOSPACE: 435 (libfdt.NOSPACE,)) 436 if offset != -libfdt.NOSPACE:
|
/openbmc/u-boot/scripts/dtc/pylibfdt/ |
H A D | libfdt.i_shipped | 36 NOSPACE, 58 QUIET_NOSPACE = (NOSPACE,) 782 -NOSPACE then the FDT will be expanded to have more space, and True will
|