Searched defs:pg_state (Results 1 – 7 of 7) sorted by relevance
34 struct pg_state { struct35 struct ptdump_state ptdump;36 struct seq_file *seq;37 const struct addr_marker *marker;38 unsigned long start_address;39 unsigned long start_pa;40 unsigned long last_pa;41 int level;42 u64 current_prot;43 bool check_wx;[all …]
77 struct pg_state { struct78 struct ptdump_state ptdump;79 struct seq_file *seq;80 const struct addr_marker *marker;81 unsigned long start_address;82 int level;83 u64 current_prot;84 bool check_wx;85 unsigned long wx_pages;86 unsigned long uxn_pages;
58 struct pg_state { struct59 struct ptdump_state ptdump;60 struct seq_file *seq;61 int level;62 unsigned int current_prot;63 bool check_wx;64 unsigned long wx_pages;65 unsigned long start_address;66 const struct addr_marker *marker;
28 struct pg_state { struct29 struct ptdump_state ptdump;30 int level;31 pgprotval_t current_prot;32 pgprotval_t effective_prot;33 pgprotval_t prot_levels[5];34 unsigned long start_address;35 const struct addr_marker *marker;36 unsigned long lines;37 bool to_dmesg;[all …]
56 struct pg_state { struct57 struct seq_file *seq;58 const struct addr_marker *marker;59 unsigned long start_address;60 unsigned long start_pa;61 unsigned long last_pa;62 unsigned long page_size;63 unsigned int level;64 u64 current_flags;65 bool check_wx;[all …]
25 struct pg_state { struct26 struct seq_file *seq;27 const struct addr_marker *marker;28 unsigned long start_address;29 unsigned int level;30 u64 current_flags;
44 struct pg_state { struct45 struct seq_file *seq;46 const struct addr_marker *marker;47 unsigned long start_address;48 unsigned level;49 u64 current_prot;50 bool check_wx;51 unsigned long wx_pages;52 const char *current_domain;