Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Ddump_pagetables.c27 struct pg_state { struct
28 int level;
29 pgprot_t current_prot;
30 unsigned long start_address;
31 unsigned long current_address;
32 const struct addr_marker *marker;
33 unsigned long lines;
34 bool to_dmesg;
35 bool check_wx;
36 unsigned long wx_pages;
/linux-4.4.14/arch/s390/mm/
Ddump_pagetables.c34 struct pg_state { struct
56 static void note_page(struct seq_file *m, struct pg_state *st, in note_page() argument
/linux-4.4.14/arch/arm/mm/
Ddump.c39 struct pg_state { struct
40 struct seq_file *seq;
41 const struct addr_marker *marker;
42 unsigned long start_address;
43 unsigned level;
44 u64 current_prot;
/linux-4.4.14/arch/arm64/mm/
Ddump.c76 struct pg_state { struct
77 struct seq_file *seq;
78 const struct addr_marker *marker;
79 unsigned long start_address;
80 unsigned level;
81 u64 current_prot;
/linux-4.4.14/drivers/misc/mei/
Dhw-me.h62 enum mei_pg_state pg_state; member
Dmei_dev.h319 enum mei_pg_state (*pg_state)(struct mei_device *dev); member