Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/mm/ptdump/
Dptdump.c58 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()
199 static void note_page_update_state(struct pg_state *st, unsigned long addr, int level, u64 val) in note_page_update_state()
218 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
302 struct pg_state st = { in ptdump_show()
332 struct pg_state st = { in ptdump_check_wx()
Dhashpagetable.c25 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()
183 static void dump_hpte_info(struct pg_state *st, unsigned long ea, u64 v, u64 r, in dump_hpte_info()
325 static unsigned long hpte_find(struct pg_state *st, unsigned long ea, int psize) in hpte_find()
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()
[all …]
/linux-6.1.9/arch/arm64/mm/
Dptdump.c75 struct pg_state { struct
204 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, in dump_prot()
222 static void note_prot_uxn(struct pg_state *st, unsigned long addr) in note_prot_uxn()
236 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx()
254 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
311 struct pg_state st; in ptdump_walk()
316 st = (struct pg_state){ in ptdump_walk()
350 struct pg_state st = { in ptdump_check_wx()
/linux-6.1.9/arch/arm/mm/
Ddump.c48 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-6.1.9/arch/riscv/mm/
Dptdump.c34 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-6.1.9/arch/s390/mm/
Ddump_pagetables.c82 struct pg_state { struct
123 static void note_prot_wx(struct pg_state *st, unsigned long addr) in note_prot_wx()
154 struct pg_state *st; in note_page()
158 st = container_of(pt_st, struct pg_state, ptdump); in note_page()
200 struct pg_state st = { in ptdump_check_wx()
235 struct pg_state st = { in ptdump_show()
/linux-6.1.9/arch/x86/mm/
Ddump_pagetables.c28 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-6.1.9/drivers/misc/mei/
Dhw-me.c258 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()
757 hw->pg_state = MEI_PG_ON; in mei_me_pg_legacy_enter_sync()
811 hw->pg_state = MEI_PG_OFF; in mei_me_pg_legacy_exit_sync()
972 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter_sync()
1003 hw->pg_state = MEI_PG_ON; in mei_me_d0i3_enter()
1055 hw->pg_state = MEI_PG_OFF; in mei_me_d0i3_exit_sync()
1077 hw->pg_state = MEI_PG_OFF; in mei_me_pg_legacy_intr()
1095 if (hw->pg_state == MEI_PG_ON) { in mei_me_d0i3_intr()
[all …]
Dgsc-me.c235 hw->pg_state = MEI_PG_ON; in mei_gsc_pm_runtime_suspend()
261 hw->pg_state = MEI_PG_OFF; in mei_gsc_pm_runtime_resume()
Dhw-me.h62 enum mei_pg_state pg_state; member
Dmei_dev.h348 enum mei_pg_state (*pg_state)(struct mei_device *dev); member
709 return dev->ops->pg_state(dev); in mei_pg_state()
Dhw-txe.c1160 .pg_state = mei_txe_pg_state,
/linux-6.1.9/Documentation/admin-guide/device-mapper/
Ddm-ima.rst534 ["," <pg_state> "," <priority_groups> "," <priority_group_paths>] ";"