Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 11 of 11) sorted by relevance

/arch/powerpc/mm/
Dinit-common.c56 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()
Dhash_native_64.c795 unsigned long table_size) in native_register_proc_table() argument
800 patb1 |= table_size; in native_register_proc_table()
Dpgtable-radix.c38 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/
Dcpu-freq-core.h182 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/
Diommu_64.h36 u64 table_size; /* IOTSB table size */ member
/arch/sparc/kernel/
Dpci_sun4v.h96 unsigned long table_size,
Dpci_sun4v.c756 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/
Dunwind.h116 unsigned long table_size);
/arch/arc/kernel/
Dunwind.c191 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/
Dlpar.c735 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/
Dpci-ioda.c1775 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()