/* * The page dumper groups page table entries of the same type into a single * description. It uses pg_state to track the range information while * iterating over the pte entries. When the continuity is broken it then * dumps out a description of the range.
*/ struct ptdump_pg_state { struct ptdump_state ptdump; struct ptdump_pg_level *pg_level; struct seq_file *seq; conststruct addr_marker *marker; conststruct mm_struct *mm; unsignedlong start_address; int level;
ptdesc_t current_prot; bool check_wx; unsignedlong wx_pages; unsignedlong uxn_pages;
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.