Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDpcpu.h50 #define DPCPU_SETNAME "set_pcpu" macro
85 struct _hack; t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
104 t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
107 static t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
/freebsd-head/lib/libkvm/
HDkvm_pcpu.c242 { .n_name = "___start_" DPCPU_SETNAME }, in _kvm_dpcpu_init()
244 { .n_name = "___stop_" DPCPU_SETNAME }, in _kvm_dpcpu_init()
/freebsd-head/sys/kern/
HDlink_elf_obj.c277 strcmp(ef->progtab[i].name, DPCPU_SETNAME) == 0)) in link_elf_protect()
515 !strcmp(ef->progtab[pb].name, DPCPU_SETNAME)) { in link_elf_link_preload()
1090 !strcmp(ef->progtab[pb].name, DPCPU_SETNAME)) { in link_elf_load_file()
1143 !strcmp(ef->progtab[pb].name, DPCPU_SETNAME)) in link_elf_load_file()
1294 if (!strcmp(ef->progtab[i].name, DPCPU_SETNAME)) in link_elf_unload_file()