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 1022 if ((thmap->flags & THMAP_SETROOT) == 0) {
1039 thmap_setroot(thmap_t *thmap, uintptr_t root_off) function in typeref:typename:int
1063 if ((thmap->flags & THMAP_SETROOT) == 0) {

Completed in 57 milliseconds