Current Path : /proc/2442902/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/include/linux/ |
Current File : //proc/2442902/root/usr/src/kernels/4.18.0-553.51.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