Searched refs:table_size (Results 1 – 9 of 9) sorted by relevance
/arch/powerpc/mm/ |
D | init-common.c | 95 unsigned long table_size = sizeof(void *) << shift; in pgtable_cache_add() local 96 unsigned long align = table_size; in pgtable_cache_add() 121 new = kmem_cache_create(name, table_size, align, 0, ctor(shift)); in pgtable_cache_add()
|
/arch/arm/plat-samsung/include/plat/ |
D | cpu-freq-core.h | 178 size_t table_size); 269 int index, size_t table_size, in s3c_cpufreq_addfreq() argument 276 if (index >= table_size) in s3c_cpufreq_addfreq()
|
/arch/sparc/include/asm/ |
D | iommu_64.h | 36 u64 table_size; /* IOTSB table size */ member
|
/arch/sparc/kernel/ |
D | pci_sun4v.h | 96 unsigned long table_size,
|
D | pci_sun4v.c | 746 u64 table_size; in pci_sun4v_atu_alloc_iotsb() local 759 table_size = (atu->size / IO_PAGE_SIZE) * 8; in pci_sun4v_atu_alloc_iotsb() 760 order = get_order(table_size); in pci_sun4v_atu_alloc_iotsb() 770 iotsb->table_size = table_size; in pci_sun4v_atu_alloc_iotsb() 776 iotsb->table_size, in pci_sun4v_atu_alloc_iotsb()
|
/arch/arc/include/asm/ |
D | unwind.h | 113 unsigned long table_size);
|
/arch/arc/kernel/ |
D | unwind.c | 187 const void *table_start, unsigned long table_size, in init_unwind_table() argument 198 table->size = table_size; in init_unwind_table() 373 unsigned long table_size) in unwind_add_table() argument 377 if (table_size <= 0) in unwind_add_table() 387 table_start, table_size, in unwind_add_table()
|
/arch/powerpc/platforms/pseries/ |
D | lpar.c | 1662 unsigned long page_size, unsigned long table_size) in pseries_lpar_register_process_table() argument 1667 if (table_size) in pseries_lpar_register_process_table() 1675 page_size, table_size); in pseries_lpar_register_process_table()
|
/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 1790 u64 window_size, table_size, tce_count, addr; in pnv_pci_ioda_dma_64bit_bypass() local 1802 table_size = tce_count << 3; in pnv_pci_ioda_dma_64bit_bypass() 1804 if (table_size < PAGE_SIZE) in pnv_pci_ioda_dma_64bit_bypass() 1805 table_size = PAGE_SIZE; in pnv_pci_ioda_dma_64bit_bypass() 1808 get_order(table_size)); in pnv_pci_ioda_dma_64bit_bypass() 1816 memset(tces, 0, table_size); in pnv_pci_ioda_dma_64bit_bypass() 1829 table_size, in pnv_pci_ioda_dma_64bit_bypass()
|