Home
last modified time | relevance | path

Searched refs:page_map (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/tools/codereview/
H A Dlwlp.c193 static long *page_map; /* offset of first byte of each page */ variable
433 page_map = malloc((size_t)(MAXPAGES * sizeof (long *))); in main()
434 if (page_map == NULL) { in main()
803 page_map[0] = 0L; in printfile()
1077 page_map[current.page_count] = current.offset; in flushpage()
1095 copypage(outfile, page_map[i], page_map[i+1]); in reversepages()
/titanic_50/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.h115 ddi_put32(devc->pt_acch, devc->page_map + e, ((v) << 1) | (e));
398 uint32_t *page_map; /* up to 8k ptrs to 4k pages */ member
H A Daudioemu10k.c2052 devc->page_map = (void *)devc->pt_kaddr; in emu10k_attach()