Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/include/hw_ip/mmu/
H A Dmmu_general.h17 #define PAGE_SIZE_4KB _BITUL(PAGE_SHIFT_4KB) macro
/linux/drivers/hv/
H A DKconfig76 depends on PAGE_SIZE_4KB
/linux/drivers/gpu/drm/xe/
H A DKconfig8 depends on PAGE_SIZE_4KB || COMPILE_TEST || BROKEN
/linux/drivers/accel/habanalabs/goya/
H A Dgoya.c442 prop->pmmu.page_size = PAGE_SIZE_4KB; in goya_set_fixed_properties()
4921 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu()
4925 PAGE_SIZE_4KB, true); in goya_mmu_add_mappings_for_device_cpu()
4929 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu()
4948 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu()
4951 PAGE_SIZE_4KB, true)) in goya_mmu_add_mappings_for_device_cpu()
4989 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings()
4992 PAGE_SIZE_4KB, in goya_mmu_remove_device_cpu_mappings()
4993 (cpu_off + PAGE_SIZE_4KB) >= SZ_2M)) in goya_mmu_remove_device_cpu_mappings()
/linux/arch/sh/
H A DKconfig696 default "0x00001000" if PAGE_SIZE_4KB
/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c633 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi_set_fixed_properties()
/linux/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c2898 prop->pmmu.page_size = PAGE_SIZE_4KB; in gaudi2_set_fixed_properties()