Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/entry/vsyscall/
Dvsyscall_64.c45 static enum { EMULATE, NONE } vsyscall_mode = variable
56 vsyscall_mode = EMULATE; in vsyscall_setup()
58 vsyscall_mode = NONE; in vsyscall_setup()
139 if (vsyscall_mode == NONE) { in emulate_vsyscall()
308 if (vsyscall_mode == NONE) in get_gate_vma()
330 return vsyscall_mode != NONE && (addr & PAGE_MASK) == VSYSCALL_ADDR; in in_gate_area_no_mm()
367 if (vsyscall_mode != NONE) { in map_vsyscall()