Searched refs:memblock (Results 76 - 100 of 437) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-keystone/
H A Dkeystone.c15 #include <linux/memblock.h>
/linux-master/arch/mips/mm/
H A Dpgtable-32.c10 #include <linux/memblock.h>
/linux-master/arch/mips/ralink/
H A Dof.c16 #include <linux/memblock.h>
/linux-master/tools/testing/memblock/tests/
H A Dcommon.h9 #include <linux/memblock.h>
108 * Available memory registered with memblock needs to be valid for allocs
110 * dummy_physical_memory_init() that is later registered with memblock
/linux-master/lib/
H A Dcpumask.c7 #include <linux/memblock.h>
/linux-master/arch/csky/kernel/
H A Dsetup.c5 #include <linux/memblock.h>
/linux-master/arch/powerpc/mm/
H A Dinit_32.c27 #include <linux/memblock.h>
/linux-master/arch/arm64/include/asm/
H A Dkvm_pkvm.h10 #include <linux/memblock.h>
/linux-master/arch/loongarch/kernel/
H A Denv.c11 #include <linux/memblock.h>
/linux-master/arch/mips/alchemy/common/
H A Dprom.c38 #include <linux/memblock.h>
/linux-master/arch/arm64/mm/
H A Dmmap.c9 #include <linux/memblock.h>
/linux-master/arch/powerpc/mm/kasan/
H A Dinit_book3s_64.c19 #include <linux/memblock.h>
/linux-master/arch/mips/bcm47xx/
H A Dprom.c30 #include <linux/memblock.h>
/linux-master/arch/riscv/kernel/
H A Dsetup.c15 #include <linux/memblock.h>
145 /* + 1 as memblock_alloc() might increase memblock.reserved.cnt */
146 num_resources = memblock.memory.cnt + memblock.reserved.cnt + 1;
/linux-master/arch/x86/mm/
H A Dnuma.c9 #include <linux/memblock.h>
251 if (!memblock_overlaps_region(&memblock.memory,
453 * Mark all currently memblock-reserved physical memory (which covers the
463 * We have to do some preprocessing of memblock regions, to
466 * At this time, all memory regions reserved by memblock are
472 * and use those ranges to set the nid in memblock.reserved.
473 * This will split up the memblock regions along node
480 ret = memblock_set_node(mb->start, mb->end - mb->start, &memblock.reserved, mb->nid);
485 * Now go over all reserved memblock regions, to construct a
489 * numa_meminfo might not include all memblock
[all...]
H A Dkaslr.c26 #include <linux/memblock.h>
/linux-master/arch/x86/kernel/
H A Dcheck.c9 #include <linux/memblock.h>
H A Dpvclock.c12 #include <linux/memblock.h>
H A Dpci-dma.c7 #include <linux/memblock.h>
/linux-master/arch/arm/mach-mediatek/
H A Dplatsmp.c10 #include <linux/memblock.h>
/linux-master/arch/mips/sgi-ip22/
H A Dip22-mc.c14 #include <linux/memblock.h>
/linux-master/arch/sh/mm/
H A Dioremap_fixed.c17 #include <linux/memblock.h>
/linux-master/arch/mips/fw/sni/
H A Dsniprom.c14 #include <linux/memblock.h>
/linux-master/drivers/firmware/efi/
H A Dmemattr.c11 #include <linux/memblock.h>
/linux-master/arch/x86/kernel/acpi/
H A Dsleep.c10 #include <linux/memblock.h>

Completed in 176 milliseconds

1234567891011>>