Home
last modified time | relevance | path

Searched defs:newpg (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/regress/sys/uvm/pdsim/
H A Dnbsd.hs130 newpg i = Pg {pgid = i, referenced = True} function
/netbsd-src/sys/uvm/
H A Duvm_loan.c1163 struct vm_page *newpg, *oldpg; in uvm_loanbreak_anon() local
H A Duvm_bio.c263 struct vm_page *newpg; in ubc_fault_page() local
H A Duvm_page.c1320 uvm_pagereplace(struct vm_page *oldpg, struct vm_page *newpg) in uvm_pagereplace()