Searched refs:PAGE_SIZE_2MB (Results 1 – 4 of 4) sorted by relevance
19 #define PAGE_SIZE_2MB _BITUL(PAGE_SHIFT_2MB) macro
415 prop->dram_page_size = PAGE_SIZE_2MB; in goya_set_fixed_properties()431 prop->dmmu.page_size = PAGE_SIZE_2MB; in goya_set_fixed_properties()451 prop->pmmu_huge.page_size = PAGE_SIZE_2MB; in goya_set_fixed_properties()4896 for (off = 0 ; off < CPU_FW_IMAGE_SIZE ; off += PAGE_SIZE_2MB) { in goya_mmu_add_mappings_for_device_cpu()4899 prop->dram_base_address + off, PAGE_SIZE_2MB, in goya_mmu_add_mappings_for_device_cpu()4900 (off + PAGE_SIZE_2MB) == CPU_FW_IMAGE_SIZE); in goya_mmu_add_mappings_for_device_cpu()4908 if (!(hdev->cpu_accessible_dma_address & (PAGE_SIZE_2MB - 1))) { in goya_mmu_add_mappings_for_device_cpu()4912 PAGE_SIZE_2MB, true); in goya_mmu_add_mappings_for_device_cpu()4917 off -= PAGE_SIZE_2MB; in goya_mmu_add_mappings_for_device_cpu()4956 for (; off >= 0 ; off -= PAGE_SIZE_2MB) in goya_mmu_add_mappings_for_device_cpu()[all …]
616 prop->dram_page_size = PAGE_SIZE_2MB; in gaudi_set_fixed_properties()642 prop->pmmu_huge.page_size = PAGE_SIZE_2MB; in gaudi_set_fixed_properties()648 prop->dmmu.page_size = PAGE_SIZE_2MB; in gaudi_set_fixed_properties()
2902 prop->pmmu_huge.page_size = PAGE_SIZE_2MB; in gaudi2_set_fixed_properties()