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

/linux-master/arch/powerpc/mm/ptdump/
H A Dhashpagetable.c25 struct pg_state { struct
141 static int calculate_pagesize(struct pg_state *st, int ps, char s[])
154 static void dump_flag_info(struct pg_state *st, const struct flag_info
183 static void dump_hpte_info(struct pg_state *st, unsigned long ea, u64 v, u64 r,
325 static unsigned long hpte_find(struct pg_state *st, unsigned long ea, int psize)
374 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start)
408 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start)
422 static void walk_pud(struct pg_state *st, p4d_t *p4d, unsigned long start)
436 static void walk_p4d(struct pg_state *st, pgd_t *pgd, unsigned long start)
450 static void walk_pagetables(struct pg_state *s
[all...]
H A Dptdump.c51 * description. It uses pg_state to track the range information while
58 struct pg_state { struct
138 static void dump_flag_info(struct pg_state *st, const struct flag_info
170 static void dump_addr(struct pg_state *st, unsigned long addr)
183 static void note_prot_wx(struct pg_state *st, unsigned long addr)
200 static void note_page_update_state(struct pg_state *st, unsigned long addr, int level, u64 val)
219 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump);
303 struct pg_state st = {
332 struct pg_state s
[all...]
/linux-master/arch/arm64/mm/
H A Dptdump.c43 * description. It uses pg_state to track the range information while
47 struct pg_state { struct
177 static void dump_prot(struct pg_state *st, const struct prot_bits *bits,
195 static void note_prot_uxn(struct pg_state *st, unsigned long addr)
209 static void note_prot_wx(struct pg_state *st, unsigned long addr)
227 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump);
289 struct pg_state st;
294 st = (struct pg_state){
327 struct pg_state s
[all...]
/linux-master/arch/arm/mm/
H A Ddump.c48 struct pg_state { struct
227 static void dump_prot(struct pg_state *st, const struct prot_bits *bits, size_t num)
244 static void note_prot_wx(struct pg_state *st, unsigned long addr)
261 static void note_page(struct pg_state *st, unsigned long addr,
310 static void walk_pte(struct pg_state *st, pmd_t *pmd, unsigned long start,
342 static void walk_pmd(struct pg_state *st, pud_t *pud, unsigned long start)
366 static void walk_pud(struct pg_state *st, p4d_t *p4d, unsigned long start)
382 static void walk_p4d(struct pg_state *st, pgd_t *pgd, unsigned long start)
398 static void walk_pgd(struct pg_state *st, struct mm_struct *mm,
417 struct pg_state s
[all...]
/linux-master/arch/riscv/mm/
H A Dptdump.c29 * description. It uses pg_state to track the range information while
33 struct pg_state { struct
205 static void dump_prot(struct pg_state *st)
242 static void dump_addr(struct pg_state *st, unsigned long addr)
263 static void note_prot_wx(struct pg_state *st, unsigned long addr)
281 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump);
322 struct pg_state st = {
340 struct pg_state st = {
/linux-master/arch/s390/mm/
H A Ddump_pagetables.c81 struct pg_state { struct
122 static void note_prot_wx(struct pg_state *st, unsigned long addr)
152 struct pg_state *st;
156 st = container_of(pt_st, struct pg_state, ptdump);
197 struct pg_state st = {
236 struct pg_state st = {
/linux-master/drivers/misc/mei/
H A Dhw-me.h50 * @pg_state: power gating state
62 enum mei_pg_state pg_state; member in struct:mei_me_hw
H A Dhw-me.c258 hw->pg_state = MEI_PG_OFF;
262 hw->pg_state = MEI_PG_ON;
280 return hw->pg_state;
812 hw->pg_state = MEI_PG_ON;
866 hw->pg_state = MEI_PG_OFF;
1027 hw->pg_state = MEI_PG_ON;
1058 hw->pg_state = MEI_PG_ON;
1110 hw->pg_state = MEI_PG_OFF;
1132 hw->pg_state = MEI_PG_OFF;
1150 if (hw->pg_state
[all...]
H A Dgsc-me.c221 hw->pg_state = MEI_PG_ON;
244 hw->pg_state = MEI_PG_OFF;
H A Dmei_dev.h340 * @pg_state : power gating state of the device
372 enum mei_pg_state (*pg_state)(struct mei_device *dev); member in struct:mei_hw_ops
749 return dev->ops->pg_state(dev);
H A Dplatform-vsc.c266 .pg_state = mei_vsc_pg_state,
H A Dhw-txe.c1160 .pg_state = mei_txe_pg_state,
/linux-master/arch/x86/mm/
H A Ddump_pagetables.c28 struct pg_state { struct
227 static void note_wx(struct pg_state *st, unsigned long addr)
253 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump);
277 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump);
379 struct pg_state st = {

Completed in 211 milliseconds