Searched refs:TABLE_SIZE (Results 1 – 4 of 4) sorted by relevance
22 #define TABLE_SIZE (sizeof(uint32_t) * GPUMMU_VA_RANGE / GPUMMU_PAGE_SIZE) macro75 dma_free_attrs(mmu->dev, TABLE_SIZE, gpummu->table, gpummu->pt_base, in msm_gpummu_destroy()96 gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base, in msm_gpummu_new()115 *tran_error = base + TABLE_SIZE; /* 32-byte aligned */ in msm_gpummu_params()
157 #define TABLE_SIZE (TABLE_COUNT_MAX * sizeof(__le64)) in ipa_cmd_validate_build() macro159 BUILD_BUG_ON(TABLE_SIZE > field_max(IP_FLTRT_FLAGS_HASH_SIZE_FMASK)); in ipa_cmd_validate_build()160 BUILD_BUG_ON(TABLE_SIZE > field_max(IP_FLTRT_FLAGS_NHASH_SIZE_FMASK)); in ipa_cmd_validate_build()162 #undef TABLE_SIZE in ipa_cmd_validate_build()
114 #define TABLE_SIZE 128 macro
498 if (!VERITY_AVAILABLE_PAR(&gptBuf[j * TABLE_SIZE])) { in OsGPTPartitionRecognition()503 if (!VERITY_PAR_VALID(&gptBuf[j * TABLE_SIZE])) { in OsGPTPartitionRecognition()507 partitionStart = LD_QWORD_DISK(&gptBuf[(j * TABLE_SIZE) + GPT_PAR_START_OFFSET]); in OsGPTPartitionRecognition()508 partitionEnd = LD_QWORD_DISK(&gptBuf[(j * TABLE_SIZE) + GPT_PAR_END_OFFSET]); in OsGPTPartitionRecognition()