Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpcpu.h58 extern uintptr_t *__start_set_pcpu;
59 __GLOBL(__start_set_pcpu);
71 #define DPCPU_START ((uintptr_t)&__start_set_pcpu)
/freebsd/lib/libprocstat/
H A Dzfs_defs.c80 uintptr_t *__start_set_pcpu; variable