Searched refs:DPCPU_STOP (Results 1 – 2 of 2) sorted by relevance
72 #define DPCPU_STOP ((uintptr_t)&__stop_set_pcpu) macro73 #define DPCPU_BYTES (DPCPU_STOP - DPCPU_START)
247 if (value < DPCPU_START || value >= DPCPU_STOP) in db_value_of_name_pcpu()