Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accel/habanalabs/include/hw_ip/mmu/
Dmmu_general.h17 #define PAGE_SIZE_4KB _BITUL(PAGE_SHIFT_4KB) macro
/Linux-v6.6/arch/hexagon/
DKconfig125 default PAGE_SIZE_4KB
129 config PAGE_SIZE_4KB config in Machine selection""choice7b09cf030204
/Linux-v6.6/arch/sh/mm/
DKconfig152 default PAGE_SIZE_4KB
154 config PAGE_SIZE_4KB config in Memory management options""choice228bb27d0104
/Linux-v6.6/arch/loongarch/
DKconfig223 config PAGE_SIZE_4KB config
281 select PAGE_SIZE_4KB
289 select PAGE_SIZE_4KB
/Linux-v6.6/drivers/accel/habanalabs/goya/
Dgoya.c445 prop->pmmu.page_size = PAGE_SIZE_4KB; in goya_set_fixed_properties()
4933 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu()
4937 PAGE_SIZE_4KB, true); in goya_mmu_add_mappings_for_device_cpu()
4941 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu()
4960 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu()
4963 PAGE_SIZE_4KB, true)) in goya_mmu_add_mappings_for_device_cpu()
5001 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings()
5004 PAGE_SIZE_4KB, in goya_mmu_remove_device_cpu_mappings()
5005 (cpu_off + PAGE_SIZE_4KB) >= SZ_2M)) in goya_mmu_remove_device_cpu_mappings()
/Linux-v6.6/arch/sh/
DKconfig698 default "0x00001000" if PAGE_SIZE_4KB
/Linux-v6.6/arch/mips/
DKconfig1701 depends on !PAGE_SIZE_4KB
2054 default PAGE_SIZE_4KB
2056 config PAGE_SIZE_4KB config in Kernel type""choice29b629720504
3009 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
/Linux-v6.6/arch/powerpc/
DKconfig833 config PAGE_SIZE_4KB config
/Linux-v6.6/drivers/accel/habanalabs/gaudi/
Dgaudi.c632 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_set_fixed_properties()
/Linux-v6.6/drivers/accel/habanalabs/gaudi2/
Dgaudi2.c2410 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi2_set_fixed_properties()