Searched refs:MTRR_TYPE_UNCACHEABLE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmtrr.h43 MTRR_TYPE_UNCACHEABLE = 0, enumerator in enum:__anon738
H A Dmtrr.c418 if ((type != MTRR_TYPE_UNCACHEABLE) &&
581 else if ( v_type == MTRR_TYPE_UNCACHEABLE &&
582 type == MTRR_TYPE_UNCACHEABLE ) {
585 else if ((v_type == MTRR_TYPE_UNCACHEABLE &&
588 type == MTRR_TYPE_UNCACHEABLE)) {

Completed in 21 milliseconds