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

/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c226 static int pat_index[PAT_INDEX_SIZE]; /* cache mode to PAT index conversion */ variable
595 pat_index[i] = pat_table[i];
661 pat_index[i] = pat_table[i];
934 if (mode < 0 || mode >= PAT_INDEX_SIZE || pat_index[mode] < 0)
941 pat_idx = pat_index[mode];
/freebsd-11-stable/sys/amd64/amd64/
H A Dpmap.c365 static int pat_index[PAT_INDEX_SIZE]; /* cache mode to PAT index conversion */ variable
1207 pat_index[i] = pat_table[i];
1484 if (mode < 0 || mode >= PAT_INDEX_SIZE || pat_index[mode] < 0)
1494 pat_idx = pat_index[mode];

Completed in 154 milliseconds