Home
last modified time | relevance | path

Searched refs:MM_CONTEXT_HAS_VSYSCALL (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/x86/include/asm/
Dmmu.h14 #define MM_CONTEXT_HAS_VSYSCALL BIT(1) macro
/linux-6.1.9/arch/x86/entry/vsyscall/
Dvsyscall_64.c320 if (!mm || !(mm->context.flags & MM_CONTEXT_HAS_VSYSCALL)) in get_gate_vma()
/linux-6.1.9/arch/x86/kernel/
Dprocess_64.c674 current->mm->context.flags = MM_CONTEXT_HAS_VSYSCALL; in set_personality_64bit()