Lines Matching defs:t

148  * processors that don't have optimal tlb support for the 1g page size.
401 * won't look at its pagetables anymore.
835 * part of the address range. From this point on we can't use any new
992 * set up this information first, so we don't miss any cross calls
1028 struct mmuext_op t[2];
1032 t[0].cmd = MMUEXT_NEW_BASEPTR;
1033 t[0].arg1.mfn = mmu_btop(pa_to_ma(newcr3));
1040 t[1].cmd = MMUEXT_NEW_USER_BASEPTR;
1042 t[1].arg1.mfn = mmu_btop(pa_to_ma(newcr3));
1044 t[1].arg1.mfn = pfn_to_mfn(hat->hat_user_ptable);
1047 if (HYPERVISOR_mmuext_op(t, opcnt, &retcnt, DOMID_SELF) < 0)
1115 * This function really isn't used anymore.
1151 * We can't just call hat_unload(hat, 0, _userlimit...) here, because
1152 * seg_spt and shared pagetables can't be swapped out.
1271 * hat_page_demote() can't decrease
1350 * If the mapping didn't change there is nothing more to do.
1403 * We don't create any mapping list entries on a remap, so release
1677 * hat_page_demote() can't change p_szc because
1810 * to override that. If we don't have a page_t then make sure
1878 * kernel entries are always locked, we don't track lock counts
1931 * If the target hat isn't the kernel and this CPU isn't operating
2057 * entire set of user TLBs, since we don't know what addresses
2066 * if not running with multiple CPUs, don't use cross calls
2169 * hat_kmap_unload() OR from hat_steal() code. This routine doesn't
2224 * If the page hadn't changed we've unmapped it and can proceed
2242 * If the old mapping wasn't valid, there's nothing more to do
2973 * Can't ever share top table.
3160 * couldn't share pagetables.
3294 * We don't have assert to avoid tripping some existing third party
3338 * unmap's don't release the htable until after removing any
3524 * VM layer via page_szc_lock() but we don't rely on it and use our
3546 /* p_szc of a locked non free page can't increase */
3788 * hat_softlock isn't supported anymore
3866 * the htable can't disappear. We also hat_devload() the page table into
3894 * increment ht_valid_cnt so that the pagetable can't disappear
4093 * currently installed PTE doesn't match the value we expect to find,
4133 * hat_page_demote() can't decrease
4195 * passed-in page is locked). We don't actually care about most of these
4404 * X86 platforms don't need per-page meta data to support kpm.