Searched refs:pt_st (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | ptdump.h | 61 void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, 71 static inline void note_page(struct ptdump_state *pt_st, unsigned long addr, in note_page() argument
|
| /linux-6.15/arch/x86/mm/ |
| H A D | dump_pagetables.c | 251 static void effective_prot(struct ptdump_state *pt_st, int level, u64 val) in effective_prot() argument 253 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in effective_prot() 274 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, in note_page() argument 277 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | ptdump.c | 66 struct ptdump_state *pt_st = &st->ptdump; in kvm_ptdump_visitor() local 68 note_page(pt_st, ctx->addr, ctx->level, ctx->old); in kvm_ptdump_visitor()
|
| /linux-6.15/arch/powerpc/mm/ptdump/ |
| H A D | ptdump.c | 216 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() argument 219 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | ptdump.c | 191 void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, in note_page() argument 194 struct ptdump_pg_state *st = container_of(pt_st, struct ptdump_pg_state, ptdump); in note_page()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | dump_pagetables.c | 109 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() argument 119 st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|
| /linux-6.15/arch/riscv/mm/ |
| H A D | ptdump.c | 279 static void note_page(struct ptdump_state *pt_st, unsigned long addr, in note_page() argument 282 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|