Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dvdso.c206 u32 use_syscall = strcmp(tk->tkr_mono.clock->name, "arch_sys_counter"); in update_vsyscall() local
212 vdso_data->use_syscall = use_syscall; in update_vsyscall()
218 if (!use_syscall) { in update_vsyscall()
Dasm-offsets.c106 DEFINE(VDSO_USE_SYSCALL, offsetof(struct vdso_data, use_syscall)); in main()
/arch/arm64/include/asm/
Dvdso_datapage.h40 __u32 use_syscall; member