Searched refs:PAGE_SIZE_4KB (Results 1 – 7 of 7) sorted by relevance
14 #define PAGE_SIZE_4KB (_AC(1, UL) << PAGE_SHIFT_4KB) macro38 #define HOP_TABLE_SIZE PAGE_SIZE_4KB
125 default PAGE_SIZE_4KB129 config PAGE_SIZE_4KB config in Machine selection""choicec6c7c2e00204
683 } else if ((page_size % PAGE_SIZE_4KB) == 0) { in hl_mmu_unmap()684 real_page_size = PAGE_SIZE_4KB; in hl_mmu_unmap()906 } else if ((page_size % PAGE_SIZE_4KB) == 0) { in hl_mmu_map()907 real_page_size = PAGE_SIZE_4KB; in hl_mmu_map()
166 default PAGE_SIZE_4KB168 config PAGE_SIZE_4KB config in Memory management options""choice17910b1a0104
4735 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu()4739 PAGE_SIZE_4KB); in goya_mmu_add_mappings_for_device_cpu()4743 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu()4762 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu()4765 PAGE_SIZE_4KB)) in goya_mmu_add_mappings_for_device_cpu()4801 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings()4804 PAGE_SIZE_4KB)) in goya_mmu_remove_device_cpu_mappings()
1802 depends on !PAGE_SIZE_4KB2161 default PAGE_SIZE_4KB2163 config PAGE_SIZE_4KB config in Kernel type""choice76f4626f05043055 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
791 default "0x00001000" if PAGE_SIZE_4KB