Current Path : /usr/src/kernels/4.18.0-553.52.1.el8_10.x86_64/include/linux/ |
Current File : //usr/src/kernels/4.18.0-553.52.1.el8_10.x86_64/include/linux/pti.h |
// SPDX-License-Identifier: GPL-2.0 #ifndef _INCLUDE_PTI_H #define _INCLUDE_PTI_H #ifdef CONFIG_PAGE_TABLE_ISOLATION #include <asm/pti.h> #else static inline void pti_init(void) { } #endif #endif