/src/sys/arch/powerpc/oea/ |
pmap_kernel.c | 115 void pmap_activate(struct lwp *) __stub; 258 pmap_activate(struct lwp *l) function in typeref:typename:void
|
pmap.c | 169 #define pmap_activate PMAPNAME(activate) macro 222 STATIC void pmap_activate(struct lwp *); 265 .pmapop_activate = pmap_activate, 2400 pmap_activate(struct lwp *l) function in typeref:typename:void 2406 "pmap_activate: lwp %p (curlwp %p)\n", l, curlwp);
|
/src/sys/arch/sh3/sh3/ |
pmap.c | 300 pmap_activate(struct lwp *l) function in typeref:typename:void 537 * to this pmap is already removed by pmap_activate().
|
/src/sys/arch/usermode/usermode/ |
pmap.c | 1172 pmap_activate(struct lwp *l) function in typeref:typename:void 1178 thunk_printf_debug("pmap_activate for lwp %p, pmap = %p\n", l, pmap);
|
/src/sys/arch/hppa/hppa/ |
pmap.c | 1855 * pmap_activate(lwp) 1861 pmap_activate(struct lwp *l) function in typeref:typename:void
|
/src/sys/arch/vax/vax/ |
pmap.c | 1614 pmap_activate(struct lwp *l) function in typeref:typename:void 1619 PMDEBUG(("pmap_activate: l %p\n", l));
|
/src/sys/arch/powerpc/ibm4xx/ |
pmap.c | 1132 pmap_activate(struct lwp *l) function in typeref:typename:void 1141 printf("pmap_activate(%p), pmap=%p\n",l,pmap);
|
/src/sys/uvm/pmap/ |
pmap.c | 870 pmap_activate(struct lwp *l) function in typeref:typename:void
|
/src/sys/arch/alpha/alpha/ |
pmap.c | 256 * pmap_activate(). 309 * pmap_activate() for the first time. 343 * synchronize pmap_activate() and TLB shootdowns. This has a lock 563 * relevant remote CPUs), we acquire the pmap lock in pmap_activate() 567 * in pmap_activate() for the kernel pmap. 573 * also that we can't serialize with pmap_activate() in this case, 1003 * to synchronize against IPIs in pmap_activate(). 2665 * pmap_activate: [ INTERFACE ] 2672 pmap_activate(struct lwp *l) function in typeref:typename:void 2679 printf("pmap_activate(%p)\n", l) [all...] |
/src/sys/arch/m68k/m68k/ |
pmap_motorola.c | 809 * pmap_activate: [ INTERFACE ] 819 pmap_activate(struct lwp *l) function in typeref:typename:void 824 ("pmap_activate(%p)\n", l)); 843 * The comment above pmap_activate() wrt. locking applies here,
|
/src/sys/arch/aarch64/aarch64/ |
pmap.c | 118 PMAP_COUNTER(activate, "pmap_activate call"); 1419 pmap_activate(struct lwp *l) function in typeref:typename:void
|
/src/sys/arch/sun3/sun3x/ |
pmap.c | 3532 DPRINT(("pmap_activate(%p)\n", pmap)); 3540 * Exported version of pmap_activate(). This is called from the 3546 pmap_activate(struct lwp *l) function in typeref:typename:void
|
/src/sys/arch/ia64/ia64/ |
pmap.c | 2167 * pmap_activate: [ INTERFACE ] 2177 pmap_activate(struct lwp *l) function in typeref:typename:void 2205 * pmap_activate(). Like pmap_activate(), pmap_deactivate()
|
/src/sys/arch/sun2/sun2/ |
pmap.c | 2759 * Exported version of pmap_activate(). This is called from the 2765 pmap_activate(struct lwp *l) function in typeref:typename:void
|
/src/sys/arch/sun3/sun3/ |
pmap.c | 2771 * Exported version of pmap_activate(). This is called from the 2777 pmap_activate(struct lwp *l) function in typeref:typename:void
|
/src/sys/arch/sparc64/sparc64/ |
pmap.c | 1574 pmap_activate(struct lwp *l) function in typeref:typename:void
|
/src/sys/arch/sparc/sparc/ |
pmap.c | 7449 pmap_activate(struct lwp *l) function in typeref:typename:void
|
/src/sys/arch/arm/arm32/ |
pmap.c | 5033 pmap_activate(struct lwp *l) function in typeref:typename:void 5209 * If the process is exiting, make sure pmap_activate() does
|
/src/sys/arch/x86/x86/ |
pmap.c | 3471 * pmap_activate: activate a process' pmap 3478 pmap_activate(struct lwp *l) function in typeref:typename:void
|