HomeSort by: relevance | last modified time | path
    Searched defs:ptpg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
pmap.c 1774 struct vm_page *pg, *opg, *ptpg; local in function:pmap_enter
1897 ptpg = PHYS_TO_VM_PAGE(ptp);
1898 if (ptpg) {
1899 ptpg->offset = (uint64_t)va & (0xfffffLL << 23);
1900 TAILQ_INSERT_TAIL(&pm->pm_ptps, ptpg, pageq.queue);
1909 ptpg = PHYS_TO_VM_PAGE(ptp);
1910 if (ptpg) {
1911 ptpg->offset = (((uint64_t)va >> 43) & 0x3ffLL) << 13;
1912 TAILQ_INSERT_TAIL(&pm->pm_ptps, ptpg, pageq.queue);
pmap.c 1774 struct vm_page *pg, *opg, *ptpg; local in function:pmap_enter
1897 ptpg = PHYS_TO_VM_PAGE(ptp);
1898 if (ptpg) {
1899 ptpg->offset = (uint64_t)va & (0xfffffLL << 23);
1900 TAILQ_INSERT_TAIL(&pm->pm_ptps, ptpg, pageq.queue);
1909 ptpg = PHYS_TO_VM_PAGE(ptp);
1910 if (ptpg) {
1911 ptpg->offset = (((uint64_t)va >> 43) & 0x3ffLL) << 13;
1912 TAILQ_INSERT_TAIL(&pm->pm_ptps, ptpg, pageq.queue);

Completed in 25 milliseconds