Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/habanalabs/include/hw_ip/mmu/
Dmmu_general.h14 #define PAGE_SIZE_4KB (_AC(1, UL) << PAGE_SHIFT_4KB) macro
37 #define HOP_TABLE_SIZE PAGE_SIZE_4KB
/Linux-v5.10/arch/hexagon/
DKconfig126 default PAGE_SIZE_4KB
130 config PAGE_SIZE_4KB config in Machine selection""choicee0cfb20d0204
/Linux-v5.10/arch/sh/mm/
DKconfig164 default PAGE_SIZE_4KB
166 config PAGE_SIZE_4KB config in Memory management options""choice92894b070104
/Linux-v5.10/drivers/misc/habanalabs/goya/
Dgoya.c435 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()
/Linux-v5.10/arch/mips/
DKconfig1839 depends on !PAGE_SIZE_4KB
2211 default PAGE_SIZE_4KB
2213 config PAGE_SIZE_4KB config in Kernel type""choiceb8bdd8bc0504
3184 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
/Linux-v5.10/arch/sh/
DKconfig730 default "0x00001000" if PAGE_SIZE_4KB
/Linux-v5.10/drivers/misc/habanalabs/gaudi/
Dgaudi.c443 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_get_fixed_properties()