Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/ptdump/ !
Dptdump.c58 struct pg_state { struct
59 struct ptdump_state ptdump;
60 struct seq_file *seq;
61 const struct addr_marker *marker;
62 unsigned long start_address;
63 unsigned long start_pa;
64 int level;
65 u64 current_flags;
66 bool check_wx;
67 unsigned long wx_pages;
Dhashpagetable.c25 struct pg_state { struct
26 struct seq_file *seq;
27 const struct addr_marker *marker;
28 unsigned long start_address;
29 unsigned int level;
30 u64 current_flags;
/linux-6.1.9/arch/x86/mm/ !
Ddump_pagetables.c28 struct pg_state { struct
29 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 …]
/linux-6.1.9/arch/arm64/mm/ !
Dptdump.c75 struct pg_state { struct
76 struct ptdump_state ptdump;
77 struct seq_file *seq;
78 const struct addr_marker *marker;
79 unsigned long start_address;
80 int level;
81 u64 current_prot;
82 bool check_wx;
83 unsigned long wx_pages;
84 unsigned long uxn_pages;
/linux-6.1.9/arch/riscv/mm/ !
Dptdump.c34 struct pg_state { struct
35 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 …]
/linux-6.1.9/arch/s390/mm/ !
Ddump_pagetables.c82 struct pg_state { struct
83 struct ptdump_state ptdump;
84 struct seq_file *seq;
85 int level;
86 unsigned int current_prot;
87 bool check_wx;
88 unsigned long wx_pages;
89 unsigned long start_address;
90 const struct addr_marker *marker;
/linux-6.1.9/arch/arm/mm/ !
Ddump.c48 struct pg_state { struct
49 struct seq_file *seq;
50 const struct addr_marker *marker;
51 unsigned long start_address;
52 unsigned level;
53 u64 current_prot;
54 bool check_wx;
55 unsigned long wx_pages;
56 const char *current_domain;
/linux-6.1.9/drivers/misc/mei/ !
Dhw-me.h62 enum mei_pg_state pg_state; member
Dmei_dev.h348 enum mei_pg_state (*pg_state)(struct mei_device *dev); member