Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dlink_elf.c115 Elf_Addr pcpu_stop; /* Pre-relocation pcpu set stop. */ member
681 ef->pcpu_stop = 0; in parse_dpcpu()
683 (void ***)&ef->pcpu_stop, NULL); in parse_dpcpu()
687 size = (uintptr_t)ef->pcpu_stop - (uintptr_t)ef->pcpu_start; in parse_dpcpu()
700 pad = *(uint32_t *)((uintptr_t)ef->pcpu_stop - sizeof(pad)); in parse_dpcpu()
725 elf_set_add(&set_pcpu_list, ef->pcpu_start, ef->pcpu_stop, in parse_dpcpu()
1354 if (x >= ef->pcpu_start && x < ef->pcpu_stop) in elf_relocaddr()
1370 ef->pcpu_stop - ef->pcpu_start); in link_elf_unload_file()