Searched defs:pg_state (Results 1 – 6 of 6) sorted by relevance
28842 struct pg_state { struct28843 struct ptdump_state ptdump;28844 int level;28845 pgprotval_t current_prot;28846 pgprotval_t effective_prot;28847 pgprotval_t prot_levels[5];28848 long unsigned int start_address;28849 const struct addr_marker *marker;28850 long unsigned int lines;28851 bool to_dmesg;[all …]
14554 struct pg_state { struct14555 struct ptdump_state ptdump;14556 struct seq_file *seq;14557 const struct addr_marker *marker;14558 long unsigned int start_address;14559 long unsigned int start_pa;14560 long unsigned int last_pa;14561 int level;14562 u64 current_prot;14563 bool check_wx;[all …]
103110 struct pg_state { struct103111 struct ptdump_state ptdump;103112 struct seq_file *seq;103113 const struct addr_marker *marker;103114 long unsigned int start_address;103115 int level;103116 u64 current_prot;103117 bool check_wx;103118 long unsigned int wx_pages;103119 long unsigned int uxn_pages;