Searched refs:__arch_get_k_vdso_data (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/powerpc/include/asm/vdso/
H A Dvsyscall.h14 struct vdso_data *__arch_get_k_vdso_data(void) function
18 #define __arch_get_k_vdso_data __arch_get_k_vdso_data macro
/linux-master/include/asm-generic/vdso/
H A Dvsyscall.h7 #ifndef __arch_get_k_vdso_data
8 static __always_inline struct vdso_data *__arch_get_k_vdso_data(void) function
12 #endif /* __arch_get_k_vdso_data */
/linux-master/arch/csky/include/asm/vdso/
H A Dvsyscall.h16 #define __arch_get_k_vdso_data __csky_get_k_vdso_data macro
/linux-master/arch/x86/include/asm/vdso/
H A Dvsyscall.h22 #define __arch_get_k_vdso_data __x86_get_k_vdso_data macro
/linux-master/arch/mips/include/asm/vdso/
H A Dvsyscall.h20 #define __arch_get_k_vdso_data __mips_get_k_vdso_data macro
/linux-master/arch/riscv/include/asm/vdso/
H A Dvsyscall.h20 #define __arch_get_k_vdso_data __riscv_get_k_vdso_data macro
/linux-master/arch/s390/include/asm/vdso/
H A Dvsyscall.h19 #define __arch_get_k_vdso_data __s390_get_k_vdso_data macro
/linux-master/arch/loongarch/include/asm/vdso/
H A Dvsyscall.h20 #define __arch_get_k_vdso_data __loongarch_get_k_vdso_data macro
/linux-master/arch/arm/include/asm/vdso/
H A Dvsyscall.h22 #define __arch_get_k_vdso_data __arm_get_k_vdso_data macro
/linux-master/arch/arm64/include/asm/vdso/
H A Dvsyscall.h22 #define __arch_get_k_vdso_data __arm64_get_k_vdso_data macro
/linux-master/kernel/time/
H A Dvsyscall.c74 struct vdso_data *vdata = __arch_get_k_vdso_data();
125 struct vdso_data *vdata = __arch_get_k_vdso_data();
147 struct vdso_data *vdata = __arch_get_k_vdso_data();
165 struct vdso_data *vdata = __arch_get_k_vdso_data();
/linux-master/arch/riscv/kernel/
H A Dsys_hwprobe.c378 struct vdso_data *vd = __arch_get_k_vdso_data();

Completed in 242 milliseconds