Home
last modified time | relevance | path

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

/linux/drivers/misc/habanalabs/include/hw_ip/mmu/
A Dmmu_general.h14 #define PAGE_SIZE_4KB (_AC(1, UL) << PAGE_SHIFT_4KB) macro
37 #define HOP_TABLE_SIZE PAGE_SIZE_4KB
/linux/arch/hexagon/
A DKconfig124 default PAGE_SIZE_4KB
128 config PAGE_SIZE_4KB config in Machine selection""choiceb88f1c370204
/linux/arch/sh/mm/
A DKconfig156 default PAGE_SIZE_4KB
158 config PAGE_SIZE_4KB config in Memory management options""choice543422b10104
/linux/drivers/misc/habanalabs/goya/
A Dgoya.c437 prop->pmmu.page_size = PAGE_SIZE_4KB; in goya_set_fixed_properties()
5097 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu()
5101 PAGE_SIZE_4KB, true); in goya_mmu_add_mappings_for_device_cpu()
5105 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu()
5124 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu()
5127 PAGE_SIZE_4KB, true)) in goya_mmu_add_mappings_for_device_cpu()
5165 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings()
5168 PAGE_SIZE_4KB, in goya_mmu_remove_device_cpu_mappings()
5169 (cpu_off + PAGE_SIZE_4KB) >= SZ_2M)) in goya_mmu_remove_device_cpu_mappings()
/linux/arch/mips/
A DKconfig1768 depends on !PAGE_SIZE_4KB
2121 default PAGE_SIZE_4KB
2123 config PAGE_SIZE_4KB config in Kernel type""choice2b3763260504
3099 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
/linux/arch/sh/
A DKconfig723 default "0x00001000" if PAGE_SIZE_4KB
/linux/drivers/misc/habanalabs/gaudi/
A Dgaudi.c614 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_set_fixed_properties()

Completed in 42 milliseconds