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

  /src/sys/arch/x86/include/
pmap.h 114 void pmap_load(void);
  /src/sys/arch/amd64/amd64/
copy.S 91 call _C_LABEL(pmap_load)
trap.c 542 pmap_load();
  /src/sys/arch/i386/i386/
i386_trap.S 504 call _C_LABEL(pmap_load)
spl.S 354 call _C_LABEL(pmap_load)
copy.S 116 call _C_LABEL(pmap_load)
trap.c 660 pmap_load();
locore.S 1832 call _C_LABEL(pmap_load)
  /src/sys/arch/x86/x86/
x86_machdep.c 508 pmap_load();
513 pmap_load();
517 /* Restore cr2 only after the pmap, as pmap_load can block. */
pmap.c 3475 * actual MMU context switch will be done by pmap_load() later
3561 * pmap_load: perform the actual pmap switch, i.e. fill in %cr3 register
3572 pmap_load(void) function
3637 * pmap_load(). It's critically important that this function does not

Completed in 26 milliseconds