Searched refs:PAGE_SIZE_4KB (Results 1 – 10 of 10) sorted by relevance
17 #define PAGE_SIZE_4KB _BITUL(PAGE_SHIFT_4KB) macro
123 default PAGE_SIZE_4KB127 config PAGE_SIZE_4KB config in Machine selection""choice0a7b52f40204
156 default PAGE_SIZE_4KB158 config PAGE_SIZE_4KB config in Memory management options""choicecf39862e0104
207 config PAGE_SIZE_4KB config253 select PAGE_SIZE_4KB261 select PAGE_SIZE_4KB
445 prop->pmmu.page_size = PAGE_SIZE_4KB; in goya_set_fixed_properties()4928 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu()4932 PAGE_SIZE_4KB, true); in goya_mmu_add_mappings_for_device_cpu()4936 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu()4955 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu()4958 PAGE_SIZE_4KB, true)) in goya_mmu_add_mappings_for_device_cpu()4996 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings()4999 PAGE_SIZE_4KB, in goya_mmu_remove_device_cpu_mappings()5000 (cpu_off + PAGE_SIZE_4KB) >= SZ_2M)) in goya_mmu_remove_device_cpu_mappings()
1726 depends on !PAGE_SIZE_4KB2087 default PAGE_SIZE_4KB2089 config PAGE_SIZE_4KB config in Kernel type""choice272fcb0305043099 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
722 default "0x00001000" if PAGE_SIZE_4KB
829 config PAGE_SIZE_4KB config
639 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_set_fixed_properties()
2078 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi2_set_fixed_properties()
Completed in 70 milliseconds