HomeSort by: relevance | last modified time | path
    Searched refs:thmap_setroot (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
thmap.h 40 #define THMAP_SETROOT 0x02
57 int thmap_setroot(thmap_t *, uintptr_t);
  /src/sys/kern/
subr_thmap.c 1032 if ((thmap->flags & THMAP_SETROOT) == 0) {
1049 thmap_setroot(thmap_t *thmap, uintptr_t root_off) function
1073 if ((thmap->flags & THMAP_SETROOT) == 0) {

Completed in 28 milliseconds