Home
last modified time | relevance | path

Searched refs:next_base (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Dsimple_alloc.c27 static unsigned long next_base; variable
48 p->base = next_base; in simple_malloc()
51 next_base += size; in simple_malloc()
143 next_base = heap_base; in simple_alloc_init()
/openbmc/qemu/hw/i386/
H A Dacpi-build.c1864 uint64_t mem_len, mem_base, next_base; in build_srat() local
1915 next_base = 0; in build_srat()
1919 mem_base = next_base; in build_srat()
1921 next_base = mem_base + mem_len; in build_srat()
1925 next_base > HOLE_640K_START) { in build_srat()
1926 mem_len -= next_base - HOLE_640K_START; in build_srat()
1933 if (next_base <= HOLE_640K_END) { in build_srat()
1934 next_base = HOLE_640K_END; in build_srat()
1938 mem_len = next_base - HOLE_640K_END; in build_srat()
1943 next_base > x86ms->below_4g_mem_size) { in build_srat()
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c297 unsigned long next_base, in load_seg_legacy() argument
305 if (next_base == 0) { in load_seg_legacy()
333 next_base); in load_seg_legacy()
/openbmc/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst62 kernel-patches/bpf's bpf-next_base or bpf_base branch, respectively
68 Note furthermore that both base branches (bpf-next_base and bpf_base) will be