Home
last modified time | relevance | path

Searched refs:cpu_context_switch (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/arm/include/
H A Dcpufunc.h250 #define cpu_context_switch(a) cpufuncs.cf_context_switch(a) macro
/netbsd-src/sys/arch/arm/arm32/
H A Dpmap.c5161 cpu_context_switch(npm->pm_l1->l1_physaddr); in pmap_activate()