Searched refs:pcpu_start (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/kern/
H A Dlink_elf.c113 Elf_Addr pcpu_start; /* Pre-relocation pcpu set start. */ member in struct:elf_file
582 ef->pcpu_start = 0;
584 error = link_elf_lookup_set(&ef->lf, "pcpu", (void ***)&ef->pcpu_start,
598 memcpy((void *)ef->pcpu_base, (void *)ef->pcpu_start, count);
600 elf_set_add(&set_pcpu_list, ef->pcpu_start, ef->pcpu_stop,
1044 if (x >= ef->pcpu_start && x < ef->pcpu_stop)
1045 return ((x - ef->pcpu_start) + ef->pcpu_base);
1061 ef->pcpu_stop - ef->pcpu_start);
1062 elf_set_delete(&set_pcpu_list, ef->pcpu_start);

Completed in 90 milliseconds