/linux/arch/powerpc/mm/ptdump/ |
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() 371 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start) in walk_pte() 405 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start) in walk_pmd() 419 static void walk_pud(struct pg_state *st, p4d_t *p4d, unsigned long start) in walk_pud() 433 static void walk_p4d(struct pg_state *st, pgd_t *pgd, unsigned long start) in walk_p4d() 447 static void walk_pagetables(struct pg_state *st) in walk_pagetables() 466 static void walk_linearmapping(struct pg_state *st) in walk_linearmapping() 481 static void walk_vmemmap(struct pg_state *st) in walk_vmemmap() [all …]
|
A D | ptdump.c | 57 struct pg_state { struct 137 static void dump_flag_info(struct pg_state *st, const struct flag_info in dump_flag_info() 169 static void dump_addr(struct pg_state *st, unsigned long addr) in dump_addr() 182 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx() 198 static void note_page_update_state(struct pg_state *st, unsigned long addr, int level, u64 val) in note_page_update_state() 217 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 301 struct pg_state st = { in ptdump_show() 331 struct pg_state st = { in ptdump_check_wx()
|
/linux/arch/arm64/mm/ |
A D | ptdump.c | 77 struct pg_state { struct 206 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot() 224 static void note_prot_uxn(struct pg_state *st, unsigned long addr) in note_prot_uxn() 238 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx() 256 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 313 struct pg_state st; in ptdump_walk() 318 st = (struct pg_state){ in ptdump_walk() 352 struct pg_state st = { in ptdump_check_wx()
|
/linux/arch/arm/mm/ |
A D | dump.c | 48 struct pg_state { struct 224 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, size_t num) in dump_prot() 241 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx() 258 static void note_page(struct pg_state *st, unsigned long addr, in note_page() 306 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start, in walk_pte() 338 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start) in walk_pmd() 362 static void walk_pud(struct pg_state *st, p4d_t *p4d, unsigned long start) in walk_pud() 378 static void walk_p4d(struct pg_state *st, pgd_t *pgd, unsigned long start) in walk_p4d() 394 static void walk_pgd(struct pg_state *st, struct mm_struct *mm, in walk_pgd() 413 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() 228 static void dump_addr(struct pg_state *st, unsigned long addr) in dump_addr() 249 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx() 267 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page() 308 struct pg_state st = { in ptdump_walk() 326 struct pg_state st = { in ptdump_check_wx()
|
/linux/arch/s390/mm/ |
A D | dump_pagetables.c | 68 struct pg_state { struct 109 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx() 140 struct pg_state *st; in note_page() 144 st = container_of(pt_st, struct pg_state, ptdump); in note_page() 186 struct pg_state st = { in ptdump_check_wx() 221 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 | 257 hw->pg_state = MEI_PG_OFF; in mei_me_hw_config() 261 hw->pg_state = MEI_PG_ON; in mei_me_hw_config() 279 return hw->pg_state; in mei_me_pg_state() 722 hw->pg_state = MEI_PG_ON; in mei_me_pg_legacy_enter_sync() 775 hw->pg_state = MEI_PG_OFF; in mei_me_pg_legacy_exit_sync() 936 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter_sync() 967 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter() 1019 hw->pg_state = MEI_PG_OFF; in mei_me_d0i3_exit_sync() 1041 hw->pg_state = MEI_PG_OFF; in mei_me_pg_legacy_intr() 1060 hw->pg_state = MEI_PG_OFF; in mei_me_d0i3_intr() [all …]
|
A D | hw-me.h | 59 enum mei_pg_state pg_state; member
|
A D | mei_dev.h | 333 enum mei_pg_state (*pg_state)(struct mei_device *dev); member 676 return dev->ops->pg_state(dev); in mei_pg_state()
|
A D | hw-txe.c | 1164 .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>] ";"
|