HomeSort by: relevance | last modified time | path
    Searched refs: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 312 #define has_context(pmap) ((pmap)->pm_ctxnum != EMPTY_CONTEXT) macro
536 if (has_context(pmap))
1133 else if (has_context(pmap)) {
1230 else if (has_context(pmap)) {
1896 if (has_context(pmap)) {
2201 if (!has_context(pmap)) {
2618 if (!has_context(pmap)) {
3015 if (has_context(pmap)) {
3234 if (has_context(pmap)) {

Completed in 82 milliseconds