Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/include/hw_ip/mmu/
H A Dmmu_general.h17 #define PAGE_SIZE_4KB _BITUL(PAGE_SHIFT_4KB) macro
/openbmc/linux/arch/hexagon/
H A DKconfig125 default PAGE_SIZE_4KB
129 config PAGE_SIZE_4KB config in Machine selection""choice2fec3a980204
/openbmc/linux/arch/sh/mm/
H A DKconfig152 default PAGE_SIZE_4KB
154 config PAGE_SIZE_4KB config in Memory management options""choicec74434d20104
/openbmc/linux/arch/loongarch/
H A DKconfig225 config PAGE_SIZE_4KB config
283 select PAGE_SIZE_4KB
291 select PAGE_SIZE_4KB
/openbmc/linux/drivers/accel/habanalabs/goya/
H A 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()
/openbmc/linux/arch/sh/
H A DKconfig698 default "0x00001000" if PAGE_SIZE_4KB
/openbmc/linux/arch/mips/
H A DKconfig1703 depends on !PAGE_SIZE_4KB
2056 default PAGE_SIZE_4KB
2058 config PAGE_SIZE_4KB config in Kernel type""choice938d35270504
3011 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
/openbmc/linux/arch/powerpc/
H A DKconfig833 config PAGE_SIZE_4KB config
/openbmc/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c632 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_set_fixed_properties()
/openbmc/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c2410 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi2_set_fixed_properties()