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

/freebsd-10-stable/sys/sys/
H A Dpcpu.h50 #define DPCPU_SETNAME "set_pcpu" macro
83 #define DPCPU_DEFINE(t, n) t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
/freebsd-10-stable/lib/libkvm/
H A Dkvm_pcpu.c221 { .n_name = "___start_" DPCPU_SETNAME },
223 { .n_name = "___stop_" DPCPU_SETNAME },
/freebsd-10-stable/sys/kern/
H A Dlink_elf_obj.c351 !strcmp(ef->progtab[pb].name, DPCPU_SETNAME)) {
780 !strcmp(ef->progtab[pb].name, DPCPU_SETNAME))
816 !strcmp(ef->progtab[pb].name, DPCPU_SETNAME))
952 if (!strcmp(ef->progtab[i].name, DPCPU_SETNAME))

Completed in 93 milliseconds