Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/habanalabs/include/hw_ip/mmu/
Dmmu_general.h14 #define PAGE_SIZE_4KB (_AC(1, UL) << PAGE_SHIFT_4KB) macro
38 #define HOP_TABLE_SIZE PAGE_SIZE_4KB
/Linux-v5.4/arch/hexagon/
DKconfig125 default PAGE_SIZE_4KB
129 config PAGE_SIZE_4KB config in Machine selection""choicec6c7c2e00204
/Linux-v5.4/drivers/misc/habanalabs/
Dmmu.c683 } else if ((page_size % PAGE_SIZE_4KB) == 0) { in hl_mmu_unmap()
684 real_page_size = PAGE_SIZE_4KB; in hl_mmu_unmap()
906 } else if ((page_size % PAGE_SIZE_4KB) == 0) { in hl_mmu_map()
907 real_page_size = PAGE_SIZE_4KB; in hl_mmu_map()
/Linux-v5.4/arch/sh/mm/
DKconfig166 default PAGE_SIZE_4KB
168 config PAGE_SIZE_4KB config in Memory management options""choice17910b1a0104
/Linux-v5.4/drivers/misc/habanalabs/goya/
Dgoya.c4735 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) { in goya_mmu_add_mappings_for_device_cpu()
4739 PAGE_SIZE_4KB); in goya_mmu_add_mappings_for_device_cpu()
4743 cpu_off -= PAGE_SIZE_4KB; in goya_mmu_add_mappings_for_device_cpu()
4762 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB) in goya_mmu_add_mappings_for_device_cpu()
4765 PAGE_SIZE_4KB)) in goya_mmu_add_mappings_for_device_cpu()
4801 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) in goya_mmu_remove_device_cpu_mappings()
4804 PAGE_SIZE_4KB)) in goya_mmu_remove_device_cpu_mappings()
/Linux-v5.4/arch/mips/
DKconfig1802 depends on !PAGE_SIZE_4KB
2161 default PAGE_SIZE_4KB
2163 config PAGE_SIZE_4KB config in Kernel type""choice76f4626f0504
3055 default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48
/Linux-v5.4/arch/sh/
DKconfig791 default "0x00001000" if PAGE_SIZE_4KB