| /kernel/linux/linux-5.10/arch/riscv/mm/ |
| D | ptdump.c | 34 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 …]
|
| /kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/ |
| D | ptdump.c | 58 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;
|
| D | hashpagetable.c | 25 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;
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| D | dump_pagetables.c | 28 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 …]
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| D | dump_pagetables.c | 28 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 …]
|
| /kernel/linux/linux-5.10/arch/arm64/mm/ |
| D | ptdump.c | 79 struct pg_state { struct 80 struct ptdump_state ptdump; 81 struct seq_file *seq; 82 const struct addr_marker *marker; 83 unsigned long start_address; 84 int level; 85 u64 current_prot; 86 bool check_wx; 87 unsigned long wx_pages; 88 unsigned long uxn_pages;
|
| /kernel/linux/linux-6.6/arch/arm64/mm/ |
| D | ptdump.c | 75 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;
|
| /kernel/linux/linux-5.10/arch/s390/mm/ |
| D | dump_pagetables.c | 58 struct pg_state { struct 59 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;
|
| /kernel/linux/linux-6.6/arch/riscv/mm/ |
| D | ptdump.c | 34 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 …]
|
| /kernel/linux/linux-6.6/arch/s390/mm/ |
| D | dump_pagetables.c | 82 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;
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/ |
| D | ptdump.c | 56 struct pg_state { struct 57 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 …]
|
| D | hashpagetable.c | 25 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;
|
| /kernel/linux/linux-6.6/arch/arm/mm/ |
| D | dump.c | 48 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;
|
| /kernel/linux/linux-5.10/arch/arm/mm/ |
| D | dump.c | 44 struct pg_state { struct 45 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;
|
| /kernel/linux/linux-5.10/drivers/misc/mei/ |
| D | hw-me.h | 59 enum mei_pg_state pg_state; member
|
| D | mei_dev.h | 317 enum mei_pg_state (*pg_state)(struct mei_device *dev); member
|
| /kernel/linux/linux-6.6/drivers/misc/mei/ |
| D | hw-me.h | 62 enum mei_pg_state pg_state; member
|
| D | mei_dev.h | 359 enum mei_pg_state (*pg_state)(struct mei_device *dev); member
|