Home
last modified time | relevance | path

Searched refs:reserve_region_with_split (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dioport.h115 extern void reserve_region_with_split(struct resource *root,
/openbmc/linux/arch/arm64/kernel/
H A Dsetup.c278 reserve_region_with_split(mem, start, end, "reserved"); in reserve_memblock_reserved_regions()
/openbmc/linux/include/linux/
H A Dioport.h199 extern void reserve_region_with_split(struct resource *root,
/openbmc/linux/arch/loongarch/kernel/
H A Dsetup.c579 reserve_region_with_split(mem, start, end, "Reserved"); in reserve_memblock_reserved_regions()
/openbmc/linux/arch/x86/kernel/
H A De820.c1255 reserve_region_with_split(&iomem_resource, start, end, "RAM buffer"); in e820__reserve_resources_late()
/openbmc/linux/kernel/
H A Dresource.c1050 reserve_region_with_split(struct resource *root, resource_size_t start, in reserve_region_with_split() function