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
127 default PAGE_SIZE_4KB131 config PAGE_SIZE_4KB config in Machine selection""Kernel page size
164 default PAGE_SIZE_4KB166 config PAGE_SIZE_4KB config in Memory management options""Kernel page size
435 prop->pmmu.page_size = PAGE_SIZE_4KB; in goya_get_fixed_properties()4904 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu()4908 PAGE_SIZE_4KB, true); in goya_mmu_add_mappings_for_device_cpu()4912 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu()4931 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu()4934 PAGE_SIZE_4KB, true)) in goya_mmu_add_mappings_for_device_cpu()4971 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings()4974 PAGE_SIZE_4KB, in goya_mmu_remove_device_cpu_mappings()4975 (cpu_off + PAGE_SIZE_4KB) >= SZ_2M)) in goya_mmu_remove_device_cpu_mappings()
1846 depends on !PAGE_SIZE_4KB2222 default PAGE_SIZE_4KB2224 config PAGE_SIZE_4KB config in Kernel type""Kernel page size3195 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
729 default "0x00001000" if PAGE_SIZE_4KB
443 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_get_fixed_properties()