Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dpmap.c551 pmap_stats_update(struct pmap *pmap, int resid_diff, int wired_diff) in pmap_stats_update() argument
563 int wired_diff = ((npte & PTE_WIRED) ? 1 : 0) - ((opte & PTE_WIRED) ? 1 : 0); in pmap_stats_update_bypte() local
6108 int wired_diff = ((npte & EPT_WIRED) ? 1 : 0) - ((opte & EPT_WIRED) ? 1 : 0); global() local