Searched refs:_4GB (Results 1 – 3 of 3) sorted by relevance
70 const uint64_t _4GB = 1ull << 32; in etna_device_new() local72 util_vma_heap_init(&dev->address_space, req.value, _4GB - req.value); in etna_device_new()
292 const uint64_t _4GB = 1ull << 32; in memzone_for_address() local294 if (address >= _4GB) in memzone_for_address()1885 const uint64_t _4GB = 4ull << 30; in brw_bufmgr_create() local1888 const uint64_t _4GB_minus_1 = _4GB - PAGE_SIZE; in brw_bufmgr_create()1890 if (devinfo->ver >= 8 && gtt_size > _4GB) { in brw_bufmgr_create()1905 1 * _4GB, gtt_size - 2 * _4GB); in brw_bufmgr_create()
2275 const uint64_t _4GB = 1ull << 32; in iris_bufmgr_create() local2279 const uint64_t _4GB_minus_1 = _4GB - PAGE_SIZE; in iris_bufmgr_create()2305 (gtt_size - _4GB) - IRIS_MEMZONE_OTHER_START); in iris_bufmgr_create()