Searched refs:pt_st (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | dump_pagetables.c | 119 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, u64 val) in note_page() argument 129 st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|
| /OK3568_Linux_fs/kernel/arch/riscv/mm/ |
| H A D | ptdump.c | 237 static void note_page(struct ptdump_state *pt_st, unsigned long addr, in note_page() argument 240 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | ptdump.c | 257 static void note_page(struct ptdump_state *pt_st, unsigned long addr, int level, in note_page() argument 260 struct pg_state *st = container_of(pt_st, struct pg_state, ptdump); in note_page()
|