Home
last modified time | relevance | path

Searched refs:pg_state (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/arm64/mm/
Ddump.c76 struct pg_state { struct
182 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
200 static void note_page(struct pg_state *st, unsigned long addr, unsigned level, in note_page()
249 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start) in walk_pte()
261 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start) in walk_pmd()
278 static void walk_pud(struct pg_state *st, pgd_t *pgd, unsigned long start) in walk_pud()
295 static void walk_pgd(struct pg_state *st, struct mm_struct *mm, unsigned long start) in walk_pgd()
314 struct pg_state st = { in ptdump_show()
/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
110 static void walk_pte_level(struct seq_file *m, struct pg_state *st, in walk_pte_level()
126 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, in walk_pmd_level()
148 static void walk_pud_level(struct seq_file *m, struct pg_state *st, in walk_pud_level()
173 struct pg_state st; in walk_pgd_level()
/linux-4.4.14/arch/arm/mm/
Ddump.c39 struct pg_state { struct
201 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, size_t num) in dump_prot()
218 static void note_page(struct pg_state *st, unsigned long addr, unsigned level, u64 val) in note_page()
257 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start) in walk_pte()
269 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start) in walk_pmd()
287 static void walk_pud(struct pg_state *st, pgd_t *pgd, unsigned long start) in walk_pud()
306 struct pg_state st; in walk_pgd()
/linux-4.4.14/drivers/misc/mei/
Dhw-me.c221 hw->pg_state = MEI_PG_OFF; in mei_me_hw_config()
225 hw->pg_state = MEI_PG_ON; in mei_me_hw_config()
241 return hw->pg_state; in mei_me_pg_state()
626 hw->pg_state = MEI_PG_ON; in mei_me_pg_legacy_enter_sync()
679 hw->pg_state = MEI_PG_OFF; in mei_me_pg_legacy_exit_sync()
840 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter_sync()
871 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter()
923 hw->pg_state = MEI_PG_OFF; in mei_me_d0i3_exit_sync()
945 hw->pg_state = MEI_PG_OFF; in mei_me_pg_legacy_intr()
962 if (hw->pg_state == MEI_PG_ON) { in mei_me_d0i3_intr()
[all …]
Dhw-me.h62 enum mei_pg_state pg_state; member
Dmei_dev.h319 enum mei_pg_state (*pg_state)(struct mei_device *dev); member
690 return dev->ops->pg_state(dev); in mei_pg_state()
Dhw-txe.c1146 .pg_state = mei_txe_pg_state,
/linux-4.4.14/arch/x86/mm/
Ddump_pagetables.c27 struct pg_state { struct
192 static void note_page(struct seq_file *m, struct pg_state *st, in note_page()
279 static void walk_pte_level(struct seq_file *m, struct pg_state *st, pmd_t addr, in walk_pte_level()
297 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, pud_t addr, in walk_pmd_level()
329 static void walk_pud_level(struct seq_file *m, struct pg_state *st, pgd_t addr, in walk_pud_level()
386 struct pg_state st = {}; in ptdump_walk_pgd_level_core()