X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Flinux%2Fptdump.h;h=ac01502763bfe644f72aa313c022830806db5bbc;hb=1494e0c38ee903e83aefb58caf54a9217273d49a;hp=a67065c403c38e0db30c9d929757e8349a108671;hpb=7031ecffab86199c2c688f7a723d03dfa6910fa6;p=thirdparty%2Flinux.git diff --git a/include/linux/ptdump.h b/include/linux/ptdump.h index a67065c403c38..ac01502763bfe 100644 --- a/include/linux/ptdump.h +++ b/include/linux/ptdump.h @@ -14,6 +14,7 @@ struct ptdump_state { /* level is 0:PGD to 4:PTE, or -1 if unknown */ void (*note_page)(struct ptdump_state *st, unsigned long addr, int level, unsigned long val); + void (*effective_prot)(struct ptdump_state *st, int level, u64 val); const struct ptdump_range *range; };