Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/misc/habanalabs/include/hw_ip/mmu/
H A Dmmu_general.h14 #define PAGE_SIZE_4KB (_AC(1, UL) << PAGE_SHIFT_4KB) macro
37 #define HOP_TABLE_SIZE PAGE_SIZE_4KB
/kernel/linux/linux-6.6/drivers/accel/habanalabs/include/hw_ip/mmu/
H A Dmmu_general.h17 #define PAGE_SIZE_4KB _BITUL(PAGE_SHIFT_4KB) macro
/kernel/linux/linux-5.10/drivers/misc/habanalabs/goya/
H A Dgoya.c435 prop->pmmu.page_size = PAGE_SIZE_4KB; in goya_get_fixed_properties()
4904 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu()
4908 PAGE_SIZE_4KB, true); in goya_mmu_add_mappings_for_device_cpu()
4912 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu()
4931 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu()
4934 PAGE_SIZE_4KB, true)) in goya_mmu_add_mappings_for_device_cpu()
4971 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings()
4974 PAGE_SIZE_4KB, in goya_mmu_remove_device_cpu_mappings()
4975 (cpu_off + PAGE_SIZE_4KB) >= SZ_2M)) in goya_mmu_remove_device_cpu_mappings()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/gaudi/
H A Dgaudi.c443 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_get_fixed_properties()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c632 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_set_fixed_properties()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c2410 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi2_set_fixed_properties()

Completed in 47 milliseconds