Searched refs:kmsan_unpoison_entry_regs (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dkmsan.h223 * kmsan_unpoison_entry_regs() - Handle pt_regs in low-level entry code.
228 * kmsan_unpoison_entry_regs() can be called from the regions where
231 void kmsan_unpoison_entry_regs(const struct pt_regs *regs);
328 static inline void kmsan_unpoison_entry_regs(const struct pt_regs *regs) function
H A Dentry-common.h115 kmsan_unpoison_entry_regs(regs);
/linux-master/kernel/entry/
H A Dcommon.c279 kmsan_unpoison_entry_regs(regs);
295 kmsan_unpoison_entry_regs(regs);
381 kmsan_unpoison_entry_regs(regs);
/linux-master/mm/kmsan/
H A Dhooks.c402 void kmsan_unpoison_entry_regs(const struct pt_regs *regs) function
/linux-master/arch/x86/kernel/
H A Dtraps.c225 kmsan_unpoison_entry_regs(regs);

Completed in 282 milliseconds