Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dlink_elf.c115 Elf_Addr pcpu_stop; /* Pre-relocation pcpu set stop. */ member
623 ef->pcpu_stop = 0; in parse_dpcpu()
625 (void ***)&ef->pcpu_stop, NULL); in parse_dpcpu()
629 size = (uintptr_t)ef->pcpu_stop - (uintptr_t)ef->pcpu_start; in parse_dpcpu()
647 elf_set_add(&set_pcpu_list, ef->pcpu_start, ef->pcpu_stop, in parse_dpcpu()
1220 if (x >= ef->pcpu_start && x < ef->pcpu_stop) in elf_relocaddr()
1237 ef->pcpu_stop - ef->pcpu_start); in link_elf_unload_file()