Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dpmap.c1030 uintptr_t nextl; in DB_SHOW_COMMAND() local
1035 nextl = (uintptr_t)atomic_load_ptr(&p->next); in DB_SHOW_COMMAND()
1036 pn = (void *)(nextl & ~PMAP_INVL_GEN_NEXT_INVALID); in DB_SHOW_COMMAND()
1040 (nextl & PMAP_INVL_GEN_NEXT_INVALID) != 0, td, in DB_SHOW_COMMAND()