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

  /src/sys/arch/x86/include/
pmap_private.h 259 bool pmap_is_curpmap(struct pmap *);
  /src/sys/arch/x86/x86/
pmap.c 671 * pmap_is_curpmap: is this pmap the one currently loaded [in %cr3]?
675 pmap_is_curpmap(struct pmap *pmap) function in typeref:typename:bool
4143 if (pmap_is_curpmap(pmap)) {

Completed in 15 milliseconds