HomeSort by: relevance | last modified time | path
    Searched defs:pmap_update (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/sun3/include/
pmap.h 44 #define pmap_update(pmap) __nothing /* nothing (yet) */ macro
  /src/sys/rump/include/machine/
pmap.h 35 #define pmap_update(v) macro
  /src/sys/rump/librump/rumpkern/arch/x86/
rump_x86_pmap.c 86 pmap_update(pmap_t pmap) function in typeref:typename:void
  /src/sys/arch/sh3/include/
pmap.h 58 #define pmap_update(pmap) ((void)0) macro
  /src/sys/arch/sun2/include/
pmap.h 67 #define pmap_update(pmap) __nothing /* nothing (yet) */ macro
  /src/sys/arch/hppa/include/
pmap.h 144 #define pmap_update(p) macro
  /src/sys/arch/vax/include/
pmap.h 236 #define pmap_update(pmap) /* nothing (yet) */ macro
  /src/sys/arch/powerpc/oea/
pmap_kernel.c 102 void pmap_update(pmap_t) __stub;
186 pmap_update(pmap_t pm) function in typeref:typename:void
pmap.c 156 #define pmap_update PMAPNAME(update) macro
208 STATIC void pmap_update(pmap_t);
253 .pmapop_update = pmap_update,
1276 pmap_update(struct pmap *pmap) function in typeref:typename:void
  /src/sys/arch/m68k/include/
pmap_motorola.h 212 #define pmap_update(pmap) __nothing /* nothing (yet) */ macro
  /src/sys/arch/sparc/include/
pmap.h 266 #define pmap_update(pmap) __USE(pmap) macro
  /src/sys/arch/alpha/include/
pmap.h 213 #define pmap_update(pmap) /* nothing (yet) */ macro
  /src/sys/arch/usermode/usermode/
pmap.c 1166 pmap_update(pmap_t pmap) function in typeref:typename:void
1168 thunk_printf_debug("pmap_update (dummy)\n");
  /src/sys/arch/aarch64/include/
pmap.h 372 #define pmap_update(pmap) ((void)0) macro
  /src/sys/arch/powerpc/ibm4xx/
pmap.c 669 pmap_update(struct pmap *pmap) function in typeref:typename:void
1673 pmap_update(pmap_kernel());
1726 pmap_update(pmap_kernel());
1753 pmap_update(pmap_kernel());
1763 pmap_update(pmap_kernel());
1790 pmap_update(pmap_kernel());
1826 pmap_update(pmap_kernel());
1863 pmap_update(pmap_kernel());
1873 pmap_update(pmap_kernel());
  /src/sys/uvm/pmap/
pmap.c 1068 pmap_update(struct pmap *pmap) function in typeref:typename:void
1230 pmap_update(pmap);
1939 pmap_update(pmap);
  /src/sys/arch/ia64/ia64/
pmap.c 2155 * pmap_update: [ INTERFACE ]
2158 * mapping updates, pmap_update() has no operation.
2161 pmap_update(pmap_t pmap) function in typeref:typename:void
2741 pmap_update(pmap_kernel());
2808 pmap_update(pmap_kernel());
2823 pmap_update(pmap_kernel());
2833 pmap_update(pmap_kernel());
2848 pmap_update(pmap_kernel());
2873 pmap_update(pmap_kernel());
2897 pmap_update(pmap_kernel())
    [all...]
  /src/sys/arch/sparc64/sparc64/
pmap.c 3580 pmap_update(pmap_kernel());
3641 pmap_update(pmap_kernel());
3656 pmap_update(pmap_kernel());
3666 pmap_update(pmap_kernel());
3681 pmap_update(pmap_kernel());
3706 pmap_update(pmap_kernel());
3730 pmap_update(pmap_kernel());
3748 pmap_update(pmap_kernel());
3754 pmap_update(struct pmap *pmap) function in typeref:typename:void
  /src/sys/arch/arm/arm32/
pmap.c 1748 pmap_update(pm);
3017 * would need a subsequent call to pmap_update() to ensure
3488 * all invalidations until pmap_update(), since pmap_remove_all() has
3664 * pmap_update() is called.
5251 pmap_update(pmap_t pm) function in typeref:typename:void
5340 * Until pmap_update() is called, UVM will only make calls
5342 * the cache now, and deferring TLB invalidation to pmap_update().
5417 pmap_update(pm);
  /src/sys/arch/x86/x86/
pmap.c 247 * to pmap_remove() and the following call to pmap_update(), so that a
1106 * => must be followed by call to pmap_update() before reuse of page
2477 * Enqueue the PTP to be freed by pmap_update(). We can't remove
2784 pmap_update(pmap_kernel());
3051 pmap_update(pmap);
3241 * entries (the same lock hold covers both pmap_remove() and pmap_update()).
3275 /* It's dead: pmap_update() will expunge. */
3302 pmap_update(pmap);
3717 * the CPU before it has a chance to call pmap_update(), e.g. due
5913 * pmap_update: process deferred invalidations and frees
5916 pmap_update(struct pmap *pmap) function in typeref:typename:void
    [all...]

Completed in 103 milliseconds