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

  /src/sys/arch/sun2/sun2/
pmap.c 303 #define has_context(pmap) (((pmap)->pm_ctxnum != EMPTY_CONTEXT) == ((pmap) != kernel_pmap)) macro
527 if (has_context(pmap))
1126 else if (has_context(pmap)) {
1225 else if (has_context(pmap)) {
1864 if (has_context(pmap)) {
2172 if (!has_context(pmap)) {
2599 if (!has_context(pmap)) {
2747 if (!has_context(pmap)) {
3040 if (has_context(pmap)) {
3276 if (has_context(pmap))
    [all...]
  /src/sys/arch/sun3/sun3/
pmap.c 311 #define has_context(pmap) ((pmap)->pm_ctxnum != EMPTY_CONTEXT) macro
535 if (has_context(pmap))
1132 else if (has_context(pmap)) {
1229 else if (has_context(pmap)) {
1895 if (has_context(pmap)) {
2200 if (!has_context(pmap)) {
2617 if (!has_context(pmap)) {
3014 if (has_context(pmap)) {
3233 if (has_context(pmap)) {

Completed in 18 milliseconds