Home
last modified time | relevance | path

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

/linux-6.15/drivers/accel/habanalabs/include/hw_ip/mmu/
H A Dmmu_general.h17 #define PAGE_SIZE_4KB _BITUL(PAGE_SHIFT_4KB) macro
/linux-6.15/drivers/hv/
H A DKconfig66 depends on PAGE_SIZE_4KB
/linux-6.15/drivers/accel/habanalabs/goya/
H A Dgoya.c443 prop->pmmu.page_size = PAGE_SIZE_4KB; in goya_set_fixed_properties()
4922 for (cpu_off = 0 ; cpu_off < SZ_2M ; 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()
4930 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu()
4949 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu()
4952 PAGE_SIZE_4KB, true)) in goya_mmu_add_mappings_for_device_cpu()
4990 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings()
4993 PAGE_SIZE_4KB, in goya_mmu_remove_device_cpu_mappings()
4994 (cpu_off + PAGE_SIZE_4KB) >= SZ_2M)) in goya_mmu_remove_device_cpu_mappings()
/linux-6.15/arch/sh/
H A DKconfig697 default "0x00001000" if PAGE_SIZE_4KB
/linux-6.15/arch/
H A DKconfig1214 config PAGE_SIZE_4KB config in General architecture-dependent options""choice2e872f3f0204
1287 default 12 if PAGE_SIZE_4KB
/linux-6.15/arch/mips/
H A DKconfig1748 depends on !PAGE_SIZE_4KB
3006 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
/linux-6.15/arch/arm64/
H A DKconfig1384 depends on PAGE_SIZE_4KB
/linux-6.15/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c634 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_set_fixed_properties()
/linux-6.15/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c2550 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi2_set_fixed_properties()