Symbol: __init_memblock
arch/xtensa/kernel/setup.c
271
static inline int __init_memblock mem_reserve(unsigned long start,
include/linux/memblock.h
469
static inline __init_memblock void memblock_set_bottom_up(bool enable)
include/linux/memblock.h
479
static inline __init_memblock bool memblock_bottom_up(void)
mm/memblock.c
1008
int __init_memblock __memblock_reserve(phys_addr_t base, phys_addr_t size,
mm/memblock.c
1020
int __init_memblock memblock_physmem_add(phys_addr_t base, phys_addr_t size)
mm/memblock.c
1043
static int __init_memblock memblock_setclr_flag(struct memblock_type *type,
mm/memblock.c
1072
int __init_memblock memblock_mark_hotplug(phys_addr_t base, phys_addr_t size)
mm/memblock.c
1084
int __init_memblock memblock_clear_hotplug(phys_addr_t base, phys_addr_t size)
mm/memblock.c
1096
int __init_memblock memblock_mark_mirror(phys_addr_t base, phys_addr_t size)
mm/memblock.c
1121
int __init_memblock memblock_mark_nomap(phys_addr_t base, phys_addr_t size)
mm/memblock.c
1133
int __init_memblock memblock_clear_nomap(phys_addr_t base, phys_addr_t size)
mm/memblock.c
1157
int __init_memblock memblock_reserved_mark_noinit(phys_addr_t base, phys_addr_t size)
mm/memblock.c
1172
int __init_memblock memblock_reserved_mark_kern(phys_addr_t base, phys_addr_t size)
mm/memblock.c
1366
void __init_memblock __next_mem_range_rev(u64 *idx, int nid,
mm/memblock.c
1447
void __init_memblock __next_mem_pfn_range(int *idx, int nid,
mm/memblock.c
1490
int __init_memblock memblock_set_node(phys_addr_t base, phys_addr_t size,
mm/memblock.c
176
bool __init_memblock memblock_has_mirror(void)
mm/memblock.c
181
static enum memblock_flags __init_memblock choose_memblock_flags(void)
mm/memblock.c
1818
phys_addr_t __init_memblock memblock_phys_mem_size(void)
mm/memblock.c
1823
phys_addr_t __init_memblock memblock_reserved_size(void)
mm/memblock.c
1828
phys_addr_t __init_memblock memblock_reserved_kern_size(phys_addr_t limit, int nid)
mm/memblock.c
1869
phys_addr_t __init_memblock memblock_start_of_DRAM(void)
mm/memblock.c
1874
phys_addr_t __init_memblock memblock_end_of_DRAM(void)
mm/memblock.c
1881
static phys_addr_t __init_memblock __find_max_addr(phys_addr_t limit)
mm/memblock.c
1971
static int __init_memblock memblock_search(struct memblock_type *type, phys_addr_t addr)
mm/memblock.c
1989
bool __init_memblock memblock_is_reserved(phys_addr_t addr)
mm/memblock.c
199
unsigned long __init_memblock
mm/memblock.c
1994
bool __init_memblock memblock_is_memory(phys_addr_t addr)
mm/memblock.c
1999
bool __init_memblock memblock_is_map_memory(phys_addr_t addr)
mm/memblock.c
2008
int __init_memblock memblock_search_pfn_nid(unsigned long pfn,
mm/memblock.c
2033
bool __init_memblock memblock_is_region_memory(phys_addr_t base, phys_addr_t size)
mm/memblock.c
2055
bool __init_memblock memblock_is_region_reserved(phys_addr_t base, phys_addr_t size)
mm/memblock.c
206
bool __init_memblock memblock_overlaps_region(struct memblock_type *type,
mm/memblock.c
2060
void __init_memblock memblock_trim_memory(phys_addr_t align)
mm/memblock.c
2085
void __init_memblock memblock_set_current_limit(phys_addr_t limit)
mm/memblock.c
2090
phys_addr_t __init_memblock memblock_get_current_limit(void)
mm/memblock.c
2095
static void __init_memblock memblock_dump(struct memblock_type *type)
mm/memblock.c
2121
static void __init_memblock __memblock_dump_all(void)
mm/memblock.c
2135
void __init_memblock memblock_dump_all(void)
mm/memblock.c
235
static phys_addr_t __init_memblock
mm/memblock.c
2515
bool __init_memblock memblock_is_kho_scratch_memory(phys_addr_t addr)
mm/memblock.c
270
static phys_addr_t __init_memblock
mm/memblock.c
309
static phys_addr_t __init_memblock memblock_find_in_range_node(phys_addr_t size,
mm/memblock.c
344
static phys_addr_t __init_memblock memblock_find_in_range(phys_addr_t start,
mm/memblock.c
365
static void __init_memblock memblock_remove_region(struct memblock_type *type, unsigned long r)
mm/memblock.c
430
static int __init_memblock memblock_double_array(struct memblock_type *type,
mm/memblock.c
536
static void __init_memblock memblock_merge_regions(struct memblock_type *type,
mm/memblock.c
577
static void __init_memblock memblock_insert_region(struct memblock_type *type,
mm/memblock.c
611
static int __init_memblock memblock_add_range(struct memblock_type *type,
mm/memblock.c
730
int __init_memblock memblock_add_node(phys_addr_t base, phys_addr_t size,
mm/memblock.c
752
int __init_memblock memblock_add(phys_addr_t base, phys_addr_t size)
mm/memblock.c
773
bool __init_memblock memblock_validate_numa_coverage(unsigned long threshold_bytes)
mm/memblock.c
813
static int __init_memblock memblock_isolate_range(struct memblock_type *type,
mm/memblock.c
873
static int __init_memblock memblock_remove_range(struct memblock_type *type,
mm/memblock.c
888
int __init_memblock memblock_remove(phys_addr_t base, phys_addr_t size)
mm/memblock.c
974
void __init_memblock memblock_free(void *ptr, size_t size)
mm/memblock.c
989
int __init_memblock memblock_phys_free(phys_addr_t base, phys_addr_t size)