Searched refs:pt_st (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/arch/x86/mm/ |
| 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-v5.15/arch/s390/mm/ |
| D | dump_pagetables.c | 128 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() argument 138 st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|
| /Linux-v5.15/arch/powerpc/mm/ptdump/ |
| D | ptdump.c | 214 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() argument 217 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|
| /Linux-v5.15/arch/riscv/mm/ |
| D | ptdump.c | 264 static void note_page(struct ptdump_state *pt_st, unsigned long addr, in note_page() argument 267 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|
| /Linux-v5.15/arch/arm64/mm/ |
| D | ptdump.c | 253 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, in note_page() argument 256 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|