Searched refs:table_size (Results 1 – 11 of 11) sorted by relevance
/arch/powerpc/mm/ |
D | init-common.c | 56 unsigned long table_size = sizeof(void *) << shift; in pgtable_cache_add() local 57 unsigned long align = table_size; in pgtable_cache_add() 81 new = kmem_cache_create(name, table_size, align, 0, ctor); in pgtable_cache_add()
|
D | hash_native_64.c | 795 unsigned long table_size) in native_register_proc_table() argument 800 patb1 |= table_size; in native_register_proc_table()
|
D | pgtable-radix.c | 38 unsigned long table_size) in native_register_process_table() argument 43 patb1 = base | table_size | PATB_GR; in native_register_process_table()
|
/arch/arm/plat-samsung/include/plat/ |
D | cpu-freq-core.h | 182 size_t table_size); 273 int index, size_t table_size, in s3c_cpufreq_addfreq() argument 280 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 | 756 u64 table_size; in pci_sun4v_atu_alloc_iotsb() local 769 table_size = (atu->size / IO_PAGE_SIZE) * 8; in pci_sun4v_atu_alloc_iotsb() 770 order = get_order(table_size); in pci_sun4v_atu_alloc_iotsb() 780 iotsb->table_size = table_size; in pci_sun4v_atu_alloc_iotsb() 786 iotsb->table_size, in pci_sun4v_atu_alloc_iotsb()
|
/arch/arc/include/asm/ |
D | unwind.h | 116 unsigned long table_size);
|
/arch/arc/kernel/ |
D | unwind.c | 191 const void *table_start, unsigned long table_size, in init_unwind_table() argument 202 table->size = table_size; in init_unwind_table() 377 unsigned long table_size) in unwind_add_table() argument 381 if (table_size <= 0) in unwind_add_table() 391 table_start, table_size, in unwind_add_table()
|
/arch/powerpc/platforms/pseries/ |
D | lpar.c | 735 unsigned long page_size, unsigned long table_size) in pseries_lpar_register_process_table() argument 740 if (table_size) in pseries_lpar_register_process_table() 748 page_size, table_size); in pseries_lpar_register_process_table()
|
/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 1775 u64 window_size, table_size, tce_count, addr; in pnv_pci_ioda_dma_64bit_bypass() local 1787 table_size = tce_count << 3; in pnv_pci_ioda_dma_64bit_bypass() 1789 if (table_size < PAGE_SIZE) in pnv_pci_ioda_dma_64bit_bypass() 1790 table_size = PAGE_SIZE; in pnv_pci_ioda_dma_64bit_bypass() 1793 get_order(table_size)); in pnv_pci_ioda_dma_64bit_bypass() 1801 memset(tces, 0, table_size); in pnv_pci_ioda_dma_64bit_bypass() 1814 table_size, in pnv_pci_ioda_dma_64bit_bypass()
|