Searched refs:tmp_pgsz (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_mmu.c245 * The tmp_pgsz array comes into this routine in sorted order, as it is
256 mmu_fixup_large_pages(struct hat *hat, uint64_t *ttecnt, uint8_t *tmp_pgsz) argument
258 uint_t pgsz0 = tmp_pgsz[0];
259 uint_t pgsz1 = tmp_pgsz[1];
313 tmp_pgsz[0] = pgsz0;
314 tmp_pgsz[1] = pgsz1;
322 mmu_setup_page_sizes(struct hat *hat, uint64_t *ttecnt, uint8_t *tmp_pgsz) argument
375 if ((tmp_pgsz[1] == TTE512K) || (tmp_pgsz[1] == TTE4M)) {
376 if ((tmp_pgsz[
476 uint8_t tmp_pgsz[MMU_PAGE_SIZES]; local
[all...]
H A Dopl_olympus.c869 mmu_setup_page_sizes(struct hat *hat, uint64_t *ttecnt, uint8_t *tmp_pgsz) argument
894 pgsz0 = (uint8_t)MIN(tmp_pgsz[0], tmp_pgsz[1]);
895 pgsz1 = (uint8_t)MAX(tmp_pgsz[0], tmp_pgsz[1]);
905 tmp_pgsz[0] = pgsz0;
906 tmp_pgsz[1] = pgsz1;
975 uint8_t tmp_pgsz[MMU_PAGE_SIZES]; local
994 tmp_pgsz[j] = max;
1000 mmu_setup_page_sizes(sfmmup, ttecnt, tmp_pgsz);
[all...]
/opensolaris-onvv-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c10241 sfmmu_reprog_pgsz_arr(sfmmu_t *sfmmup, uint8_t *tmp_pgsz) argument
10248 if (tmp_pgsz) {
10250 sfmmup->sfmmu_pgsz[i] = tmp_pgsz[i];

Completed in 181 milliseconds