Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpcpu.h72 #define DPCPU_STOP ((uintptr_t)&__stop_set_pcpu) macro
73 #define DPCPU_BYTES (DPCPU_STOP - DPCPU_START)
/freebsd/sys/ddb/
H A Ddb_sym.c247 if (value < DPCPU_START || value >= DPCPU_STOP) in db_value_of_name_pcpu()
/freebsd/sys/kern/
H A Dlink_elf.c522 ef->pcpu_stop = DPCPU_STOP; in link_elf_init()