Home
last modified time | relevance | path

Searched refs:PAGE_SIZE_4KB (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/include/hw_ip/mmu/
H A Dmmu_general.h14 #define PAGE_SIZE_4KB (_AC(1, UL) << PAGE_SHIFT_4KB) macro
37 #define HOP_TABLE_SIZE PAGE_SIZE_4KB
/OK3568_Linux_fs/kernel/arch/hexagon/
H A DKconfig127 default PAGE_SIZE_4KB
131 config PAGE_SIZE_4KB config in Machine selection""Kernel page size
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A DKconfig164 default PAGE_SIZE_4KB
166 config PAGE_SIZE_4KB config in Memory management options""Kernel page size
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/goya/
H A Dgoya.c435 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()
/OK3568_Linux_fs/kernel/arch/mips/
H A DKconfig1846 depends on !PAGE_SIZE_4KB
2222 default PAGE_SIZE_4KB
2224 config PAGE_SIZE_4KB config in Kernel type""Kernel page size
3195 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
/OK3568_Linux_fs/kernel/arch/sh/
H A DKconfig729 default "0x00001000" if PAGE_SIZE_4KB
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/gaudi/
H A Dgaudi.c443 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_get_fixed_properties()