Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dvdso.c223 u32 use_syscall = !tk->tkr_mono.clock->archdata.vdso_direct; in update_vsyscall() local
228 vdso_data->use_syscall = use_syscall; in update_vsyscall()
235 if (!use_syscall) { in update_vsyscall()
Dasm-offsets.c123 DEFINE(VDSO_USE_SYSCALL, offsetof(struct vdso_data, use_syscall)); in main()
/Linux-v4.19/arch/arm64/include/asm/
Dvdso_datapage.h40 __u32 use_syscall; member