Searched refs:PAGE_SIZE_4KB (Results 1 – 7 of 7) sorted by relevance
14 #define PAGE_SIZE_4KB (_AC(1, UL) << PAGE_SHIFT_4KB) macro37 #define HOP_TABLE_SIZE PAGE_SIZE_4KB
126 default PAGE_SIZE_4KB130 config PAGE_SIZE_4KB config in Machine selection""choicee0cfb20d0204
164 default PAGE_SIZE_4KB166 config PAGE_SIZE_4KB config in Memory management options""choice92894b070104
435 prop->pmmu.page_size = PAGE_SIZE_4KB; in goya_get_fixed_properties()4896 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu()4900 PAGE_SIZE_4KB, true); in goya_mmu_add_mappings_for_device_cpu()4904 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu()4923 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu()4926 PAGE_SIZE_4KB, true)) in goya_mmu_add_mappings_for_device_cpu()4963 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings()4966 PAGE_SIZE_4KB, in goya_mmu_remove_device_cpu_mappings()4967 (cpu_off + PAGE_SIZE_4KB) >= SZ_2M)) in goya_mmu_remove_device_cpu_mappings()
1839 depends on !PAGE_SIZE_4KB2211 default PAGE_SIZE_4KB2213 config PAGE_SIZE_4KB config in Kernel type""choiceb8bdd8bc05043184 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
730 default "0x00001000" if PAGE_SIZE_4KB
443 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_get_fixed_properties()