| /linux/arch/powerpc/mm/ptdump/ |
| A D | ptdump.c | 58 struct pg_state { struct 138 static void dump_flag_info(struct pg_state *st, const struct flag_info in dump_flag_info() 170 static void dump_addr(struct pg_state *st, unsigned long addr) in dump_addr() 183 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx() 200 static void note_page_update_state(struct pg_state *st, unsigned long addr, int level, u64 val) in note_page_update_state() 219 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 303 struct pg_state st = { in ptdump_show() 332 struct pg_state st = { in ptdump_check_wx()
|
| A D | hashpagetable.c | 25 struct pg_state { struct 141 static int calculate_pagesize(struct pg_state *st, int ps, char s[]) in calculate_pagesize() 154 static void dump_flag_info(struct pg_state *st, const struct flag_info in dump_flag_info() 374 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start) in walk_pte() 408 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start) in walk_pmd() 422 static void walk_pud(struct pg_state *st, p4d_t *p4d, unsigned long start) in walk_pud() 436 static void walk_p4d(struct pg_state *st, pgd_t *pgd, unsigned long start) in walk_p4d() 450 static void walk_pagetables(struct pg_state *st) in walk_pagetables() 469 static void walk_linearmapping(struct pg_state *st) in walk_linearmapping() 484 static void walk_vmemmap(struct pg_state *st) in walk_vmemmap() [all …]
|
| /linux/arch/arm/mm/ |
| A D | dump.c | 48 struct pg_state { struct 227 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, size_t num) in dump_prot() 244 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx() 261 static void note_page(struct pg_state *st, unsigned long addr, in note_page() 310 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start, in walk_pte() 342 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start) in walk_pmd() 366 static void walk_pud(struct pg_state *st, p4d_t *p4d, unsigned long start) in walk_pud() 382 static void walk_p4d(struct pg_state *st, pgd_t *pgd, unsigned long start) in walk_p4d() 398 static void walk_pgd(struct pg_state *st, struct mm_struct *mm, in walk_pgd() 417 struct pg_state st = { in ptdump_walk_pgd() [all …]
|
| /linux/arch/riscv/mm/ |
| A D | ptdump.c | 34 struct pg_state { struct 206 static void dump_prot(struct pg_state *st) in dump_prot() 243 static void dump_addr(struct pg_state *st, unsigned long addr) in dump_addr() 264 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx() 282 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 323 struct pg_state st = { in ptdump_walk() 341 struct pg_state st = { in ptdump_check_wx()
|
| /linux/arch/s390/mm/ |
| A D | dump_pagetables.c | 28 struct pg_state { struct 69 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx() 93 static void note_page_update_state(struct pg_state *st, unsigned long addr, unsigned int prot, int … in note_page_update_state() 113 struct pg_state *st; in note_page() 117 st = container_of(pt_st, struct pg_state, ptdump); in note_page() 150 struct pg_state st = { in ptdump_check_wx() 189 struct pg_state st = { in ptdump_show()
|
| /linux/arch/x86/mm/ |
| A D | dump_pagetables.c | 28 struct pg_state { struct 227 static void note_wx(struct pg_state *st, unsigned long addr) in note_wx() 253 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in effective_prot() 277 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 379 struct pg_state st = { in ptdump_walk_pgd_level_core()
|
| /linux/drivers/misc/mei/ |
| A D | hw-me.c | 258 hw->pg_state = MEI_PG_OFF; in mei_me_hw_config() 262 hw->pg_state = MEI_PG_ON; in mei_me_hw_config() 280 return hw->pg_state; in mei_me_pg_state() 812 hw->pg_state = MEI_PG_ON; in mei_me_pg_legacy_enter_sync() 866 hw->pg_state = MEI_PG_OFF; in mei_me_pg_legacy_exit_sync() 1027 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter_sync() 1058 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter() 1110 hw->pg_state = MEI_PG_OFF; in mei_me_d0i3_exit_sync() 1132 hw->pg_state = MEI_PG_OFF; in mei_me_pg_legacy_intr() 1151 hw->pg_state = MEI_PG_OFF; in mei_me_d0i3_intr() [all …]
|
| A D | gsc-me.c | 221 hw->pg_state = MEI_PG_ON; in mei_gsc_pm_runtime_suspend() 244 hw->pg_state = MEI_PG_OFF; in mei_gsc_pm_runtime_resume()
|
| A D | hw-me.h | 62 enum mei_pg_state pg_state; member
|
| A D | mei_dev.h | 372 enum mei_pg_state (*pg_state)(struct mei_device *dev); member 749 return dev->ops->pg_state(dev); in mei_pg_state()
|
| A D | platform-vsc.c | 266 .pg_state = mei_vsc_pg_state,
|
| A D | hw-txe.c | 1160 .pg_state = mei_txe_pg_state,
|
| /linux/Documentation/admin-guide/device-mapper/ |
| A D | dm-ima.rst | 534 ["," <pg_state> "," <priority_groups> "," <priority_group_paths>] ";"
|