Home
last modified time | relevance | path

Searched refs:PAT_MAX_RANGES (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dinventory.c301 #define PAT_MAX_RANGES (4 * MAX_PHYSMEM_RANGES) macro
306 struct pdc_pat_pd_addr_map_entry mem_table[PAT_MAX_RANGES+1]; in pat_memconfig()
314 length = (PAT_MAX_RANGES + 1) * sizeof(struct pdc_pat_pd_addr_map_entry); in pat_memconfig()
334 if (entries > PAT_MAX_RANGES) { in pat_memconfig()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dinventory.c301 #define PAT_MAX_RANGES (4 * MAX_PHYSMEM_RANGES) macro
306 struct pdc_pat_pd_addr_map_entry mem_table[PAT_MAX_RANGES+1]; in pat_memconfig()
314 length = (PAT_MAX_RANGES + 1) * sizeof(struct pdc_pat_pd_addr_map_entry); in pat_memconfig()
334 if (entries > PAT_MAX_RANGES) { in pat_memconfig()

Completed in 2 milliseconds