Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #ifndef _INCLUDE_PTI_H
0003 #define _INCLUDE_PTI_H
0004 
0005 #ifdef CONFIG_PAGE_TABLE_ISOLATION
0006 #include <asm/pti.h>
0007 #else
0008 static inline void pti_init(void) { }
0009 static inline void pti_finalize(void) { }
0010 #endif
0011 
0012 #endif