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

  /src/sys/arch/sun2/sun2/
pmap.c 471 #define is_pmeg_wired(pmegp) (pmegp->pmeg_wired != 0) macro
2487 if (is_pmeg_wired(pmegp)) {
3397 if (is_pmeg_wired(pmegp)) {
3510 if (is_pmeg_wired(pmegp)) {
  /src/sys/arch/sun3/sun3/
pmap.c 480 #define is_pmeg_wired(pmegp) (pmegp->pmeg_wired != 0) macro
2507 if (is_pmeg_wired(pmegp)) {
3356 if (is_pmeg_wired(pmegp)) {
3455 if (is_pmeg_wired(pmegp)) {

Completed in 15 milliseconds