Home
last modified time | relevance | path

Searched refs:max_map_size (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/spi/
H A Dspi-npcm-fiu.c200 u32 max_map_size; member
211 .max_map_size = MAP_SIZE_128MB, .max_cs = 2},
213 .max_map_size = MAP_SIZE_128MB, .max_cs = 4},
215 .max_map_size = MAP_SIZE_16MB, .max_cs = 2} };
224 .max_map_size = MAP_SIZE_128MB, .max_cs = 2},
226 .max_map_size = MAP_SIZE_128MB, .max_cs = 4},
228 .max_map_size = MAP_SIZE_16MB, .max_cs = 2},
230 .max_map_size = MAP_SIZE_16MB, .max_cs = 4} };
622 (fiu->info->max_map_size * in npcm_fiu_dirmap_create()
/linux-6.15/arch/arm64/kvm/
H A Dmmu.c1577 unsigned long max_map_size; in user_mem_abort() local
1579 max_map_size = force_pte ? PAGE_SIZE : PUD_SIZE; in user_mem_abort()
1588 max_map_size = min(kvm_s2_trans_size(nested), max_map_size); in user_mem_abort()
1594 if (max_map_size >= PMD_SIZE && max_map_size < PUD_SIZE) in user_mem_abort()
1595 max_map_size = PMD_SIZE; in user_mem_abort()
1596 else if (max_map_size >= PAGE_SIZE && max_map_size < PMD_SIZE) in user_mem_abort()
1597 max_map_size = PAGE_SIZE; in user_mem_abort()
1599 force_pte = (max_map_size == PAGE_SIZE); in user_mem_abort()
1600 vma_pagesize = min(vma_pagesize, (long)max_map_size); in user_mem_abort()