OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025