mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o Introduce pmap_page_is_mapped(). Its purpose is to obsolete
the PG_MAPPED flag.
This commit is contained in:
parent
2d70161756
commit
dde5f1949f
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ struct md_page {
|
|||
extern struct pmap kernel_pmap_store;
|
||||
#define kernel_pmap (&kernel_pmap_store)
|
||||
|
||||
#define pmap_page_is_mapped(m) (!LIST_EMPTY(&(m)->md.mdpg_pvoh))
|
||||
#define pmap_resident_count(pm) (pm->pm_stats.resident_count)
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
|
|
|||
Loading…
Reference in a new issue