Searched refs:getrandom_syscall (Results 1 – 9 of 9) sorted by relevance
/linux/arch/s390/include/asm/vdso/ |
H A D | getrandom.h | 15 * getrandom_syscall - Invoke the getrandom() syscall. 21 static __always_inline ssize_t getrandom_syscall(void *buffer, size_t len, unsigned int flags) in getrandom_syscall() function
|
/linux/arch/x86/include/asm/vdso/ |
H A D | getrandom.h | 13 * getrandom_syscall - Invoke the getrandom() syscall. 19 static __always_inline ssize_t getrandom_syscall(void *buffer, size_t len, unsigned int flags) in getrandom_syscall() function
|
/linux/arch/riscv/include/asm/vdso/ |
H A D | getrandom.h | 12 static __always_inline ssize_t getrandom_syscall(void *_buffer, size_t _len, unsigned int _flags) in getrandom_syscall() function
|
/linux/arch/loongarch/include/asm/vdso/ |
H A D | getrandom.h | 13 static __always_inline ssize_t getrandom_syscall(void *_buffer, size_t _len, unsigned int _flags) in getrandom_syscall() function
|
/linux/arch/arm64/include/asm/vdso/ |
H A D | getrandom.h | 13 * getrandom_syscall - Invoke the getrandom() syscall. 19 static __always_inline ssize_t getrandom_syscall(void *_buffer, size_t _len, unsigned int _flags) in getrandom_syscall() function
|
/linux/arch/s390/kernel/vdso64/ |
H A D | vgetrandom.c | 13 return getrandom_syscall(buffer, len, flags); in __kernel_getrandom()
|
/linux/lib/vdso/ |
H A D | getrandom.c | 163 if (getrandom_syscall(state->key, sizeof(state->key), 0) != sizeof(state->key)) { in __cvdso_getrandom_data() 256 return getrandom_syscall(orig_buffer, orig_len, flags); in __cvdso_getrandom_data()
|
/linux/arch/arm64/kernel/vdso/ |
H A D | vgetrandom.c | 14 return getrandom_syscall(buffer, len, flags); in __kernel_getrandom()
|
/linux/arch/powerpc/include/asm/vdso/ |
H A D | getrandom.h | 34 * getrandom_syscall - Invoke the getrandom() syscall. 40 static __always_inline ssize_t getrandom_syscall(void *buffer, size_t len, unsigned int flags) in getrandom_syscall() function
|