Home
last modified time | relevance | path

Searched refs:pti_init (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpti.h8 static inline void pti_init(void) { } in pti_init() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpti.h7 extern void pti_init(void);
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dpti.c909 static int __init pti_init(void) in pti_init() function
972 module_init(pti_init);
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpti.c618 void __init pti_init(void) in pti_init() function
/OK3568_Linux_fs/kernel/init/
H A Dmain.c837 pti_init(); in mm_init()