/kernel/linux/linux-5.10/arch/arm/mach-sa1100/ |
H A D | nanoengine.c | 36 .size = 0x00010000, /* 32K */ 41 .size = 0x002f0000, 46 .size = 0x00100000,
|
H A D | shannon.c | 36 .size = 0x20000 41 .size = 0xe0000 46 .size = MTDPART_SIZ_FULL
|
H A D | pleb.c | 82 .size = 0x00020000, 86 .size = 0x000e0000, 90 .size = 0x00300000,
|
/kernel/linux/linux-5.10/arch/x86/pci/ |
H A D | mmconfig_64.c | 102 u64 start, size; in mcfg_ioremap() local 107 size = PCI_MMCFG_BUS_OFFSET(num_buses); in mcfg_ioremap() 108 addr = ioremap(start, size); in mcfg_ioremap()
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | asmmacro.h | 20 * __loopi ar, at, size, inc 23 * size size immediate value 28 * as register initialized with the size 46 * loop for given size as immediate 49 .macro __loopi ar, at, size, incr variable 52 movi \at, ((\size + \incr - 1) / (\incr)) 55 addi \at, \ar, \size 62 * loop for given size in register
|
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/ |
H A D | wnr854t-setup.c | 60 .size = 0x00100000, 64 .size = 0x00660000, 68 .size = 0x00040000,
|
/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | kgdb.c | 51 dbg_reg_def[regno].size); in dbg_get_reg() 53 memset(mem, 0, dbg_reg_def[regno].size); in dbg_get_reg() 74 dbg_reg_def[regno].size); in dbg_set_reg()
|
/kernel/linux/linux-5.10/arch/ia64/mm/ |
H A D | contig.c | 85 size_t size = PERCPU_PAGE_SIZE * num_possible_cpus(); in alloc_per_cpu_data() local 87 cpu_data = memblock_alloc_from(size, PERCPU_PAGE_SIZE, in alloc_per_cpu_data() 91 __func__, size, PERCPU_PAGE_SIZE, __pa(MAX_DMA_ADDRESS)); in alloc_per_cpu_data()
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/ |
H A D | pm.c | 38 static void davinci_sram_push(void *dest, void *src, unsigned int size) in davinci_sram_push() argument 40 memcpy(dest, src, size); in davinci_sram_push() 41 flush_icache_range((unsigned long)dest, (unsigned long)(dest + size)); in davinci_sram_push()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
H A D | flash_setup.c | 98 flash_map.size = 0x1fc00000 - flash_map.phys; in octeon_flash_probe() 101 flash_map.virt = ioremap(flash_map.phys, flash_map.size); in octeon_flash_probe() 103 "0x%08llx\n", flash_map.size >> 20, flash_map.phys); in octeon_flash_probe()
|
/kernel/linux/linux-5.10/arch/hexagon/mm/ |
H A D | init.c | 123 * Pick out the memory size. We look for mem=size, 124 * where size is "size[KkMm]" 128 unsigned long size; in early_mem() local 131 size = memparse(p, &endp); in early_mem() 133 bootmem_lastpg = PFN_DOWN(size); in early_mem() 154 /* Prior to this, bootmem_lastpg is actually mem size */ in setup_arch_memory() 157 /* Memory size needs to be a multiple of 16M */ in setup_arch_memory()
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | kgdb.c | 78 dbg_reg_def[regno].size); in dbg_get_reg() 80 memset(mem, 0, dbg_reg_def[regno].size); in dbg_get_reg() 92 dbg_reg_def[regno].size); in dbg_set_reg()
|
H A D | module.c | 30 void *module_alloc(unsigned long size) in module_alloc() argument 32 if (size == 0) in module_alloc() 34 return kmalloc(size, GFP_KERNEL); in module_alloc()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | 44x.c | 204 u64 size; in setup_initial_memory_limit() local 214 size = (min_t(u64, first_memblock_size, PPC_PIN_SIZE)); in setup_initial_memory_limit() 215 memblock_set_current_limit(first_memblock_base + size); in setup_initial_memory_limit()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
H A D | mmu_decl.h | 98 unsigned int size, pgprot_t prot); 150 void kaslr_early_init(void *dt_ptr, phys_addr_t size); 153 static inline void kaslr_early_init(void *dt_ptr, phys_addr_t size) {} in kaslr_early_init() argument
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | treeboot-akebono.c | 97 int node, size; in platform_init() local 151 timebase = fdt_getprop(_dtb_start, node, "timebase-frequency", &size); in platform_init() 152 if (timebase && (size == 4)) in platform_init()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
H A D | bats.c | 21 u32 size = (bl + 1) << 17; in bat_show_603() local 29 seq_printf(m, "0x%08x-0x%08x ", bepi, bepi + size - 1); in bat_show_603() 35 pt_dump_size(m, size); in bat_show_603()
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | fsl_85xx_l2ctlr.c | 24 unsigned int size; in get_cache_sram_params() local 26 if (!sram_size || (kstrtouint(sram_size, 0, &size) < 0)) in get_cache_sram_params() 33 sram_params->sram_size = size; in get_cache_sram_params() 56 __setup("cache-sram-size=", get_size_from_cmdline); 73 prop = of_get_property(dev->dev.of_node, "cache-size", NULL); in mpc85xx_l2ctlr_of_probe() 75 dev_err(&dev->dev, "Missing L2 cache-size\n"); in mpc85xx_l2ctlr_of_probe() 86 dev_err(&dev->dev, "Illegal cache-sram-size in command line\n"); in mpc85xx_l2ctlr_of_probe()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | kexec.h | 88 extern int overlaps_crashkernel(unsigned long start, unsigned long size); 129 int delete_fdt_mem_rsv(void *fdt, unsigned long start, unsigned long size); 150 static inline int overlaps_crashkernel(unsigned long start, unsigned long size) in overlaps_crashkernel() argument
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7343/ |
H A D | setup.c | 33 .size = 128 * 1024, 38 .size = 31 * 1024 * 1024, 43 .size = MTDPART_SIZ_FULL,
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | oplib_64.h | 150 int prom_retain(const char *name, unsigned long size, 175 int prom_map(int mode, unsigned long size, 177 void prom_unmap(unsigned long size, unsigned long vaddr);
|
/kernel/linux/linux-5.10/arch/s390/hypfs/ |
H A D | hypfs_sprp.c | 49 static int hypfs_sprp_create(void **data_ptr, void **free_ptr, size_t *size) in hypfs_sprp_create() argument 60 *size = 0; in hypfs_sprp_create() 65 *size = PAGE_SIZE; in hypfs_sprp_create()
|
/kernel/linux/linux-5.10/arch/sh/drivers/pci/ |
H A D | common.c | 33 #define EARLY_PCI_OP(rw, size, type) \ 34 int __init early_##rw##_config_##size(struct pci_channel *hose, \ 37 return pci_##rw##_config_##size( \
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | event.c | 100 int size; in acpi_bus_generate_netlink_event() local 103 size = nla_total_size(sizeof(struct acpi_genl_event)) + in acpi_bus_generate_netlink_event() 106 skb = genlmsg_new(size, GFP_ATOMIC); in acpi_bus_generate_netlink_event()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | utalloc.c | 22 * PARAMETERS: size - Size of the allocation 31 void *acpi_os_allocate_zeroed(acpi_size size) in acpi_os_allocate_zeroed() argument 37 allocation = acpi_os_allocate(size); in acpi_os_allocate_zeroed() 42 memset(allocation, 0, size); in acpi_os_allocate_zeroed() 339 /* Existing buffer: Validate the size of the buffer */ in acpi_ut_initialize_buffer()
|