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/i386/i386/
spl.S 355 call _C_LABEL(pmap_load)
i386_trap.S 491 call _C_LABEL(pmap_load)
copy.S 116 call _C_LABEL(pmap_load)
trap.c 660 pmap_load();
locore.S 1829 call _C_LABEL(pmap_load)
  /src/sys/arch/amd64/amd64/
copy.S 91 call _C_LABEL(pmap_load)
trap.c 542 pmap_load();
  /src/sys/arch/x86/x86/
x86_machdep.c 452 pmap_load();
457 pmap_load();
461 /* 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 in typeref:typename:void
3637 * pmap_load(). It's critically important that this function does not

Completed in 23 milliseconds