Home
last modified time | relevance | path

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

/linux/drivers/spi/
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} };
627 (fiu->info->max_map_size * in npcm_fiu_dirmap_create()
/linux/arch/arm64/kvm/
A Dmmu.c1518 unsigned long max_map_size; in user_mem_abort() local
1520 max_map_size = force_pte ? PAGE_SIZE : PUD_SIZE; in user_mem_abort()
1529 max_map_size = min(kvm_s2_trans_size(nested), max_map_size); in user_mem_abort()
1535 if (max_map_size >= PMD_SIZE && max_map_size < PUD_SIZE) in user_mem_abort()
1536 max_map_size = PMD_SIZE; in user_mem_abort()
1537 else if (max_map_size >= PAGE_SIZE && max_map_size < PMD_SIZE) in user_mem_abort()
1538 max_map_size = PAGE_SIZE; in user_mem_abort()
1540 force_pte = (max_map_size == PAGE_SIZE); in user_mem_abort()
1541 vma_pagesize = min(vma_pagesize, (long)max_map_size); in user_mem_abort()

Completed in 11 milliseconds