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

/darwin-on-arm/xnu/osfmk/i386/
H A Dmtrr.h43 MTRR_TYPE_UNCACHEABLE = 0, enumerator in enum:__anon975
H A Dmtrr.c492 if ((type != MTRR_TYPE_UNCACHEABLE) &&
655 else if ( v_type == MTRR_TYPE_UNCACHEABLE &&
656 type == MTRR_TYPE_UNCACHEABLE ) {
659 else if ((v_type == MTRR_TYPE_UNCACHEABLE &&
662 type == MTRR_TYPE_UNCACHEABLE)) {

Completed in 10 milliseconds