DIR:/usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/source/include/linux/ |
Current File : //usr/lib/modules/5.14.0-503.34.1.el9_5.x86_64/source/include/linux/pti.h |
// SPDX-License-Identifier: GPL-2.0 #ifndef _INCLUDE_PTI_H #define _INCLUDE_PTI_H #ifdef CONFIG_MITIGATION_PAGE_TABLE_ISOLATION #include <asm/pti.h> #else static inline void pti_init(void) { } static inline void pti_finalize(void) { } #endif #endif |