Searched refs:getrandom_syscall (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/s390/include/asm/vdso/ |
| H A D | getrandom.h | 21 static __always_inline ssize_t getrandom_syscall(void *buffer, size_t len, unsigned int flags) in getrandom_syscall() function
|
| /linux-6.15/arch/x86/include/asm/vdso/ |
| H A D | getrandom.h | 19 static __always_inline ssize_t getrandom_syscall(void *buffer, size_t len, unsigned int flags) in getrandom_syscall() function
|
| /linux-6.15/arch/arm64/include/asm/vdso/ |
| H A D | getrandom.h | 19 static __always_inline ssize_t getrandom_syscall(void *_buffer, size_t _len, unsigned int _flags) in getrandom_syscall() function
|
| /linux-6.15/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-6.15/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-6.15/arch/s390/kernel/vdso64/ |
| H A D | vgetrandom.c | 13 return getrandom_syscall(buffer, len, flags); in __kernel_getrandom()
|
| /linux-6.15/arch/arm64/kernel/vdso/ |
| H A D | vgetrandom.c | 14 return getrandom_syscall(buffer, len, flags); in __kernel_getrandom()
|
| /linux-6.15/arch/powerpc/include/asm/vdso/ |
| H A D | getrandom.h | 40 static __always_inline ssize_t getrandom_syscall(void *buffer, size_t len, unsigned int flags) in getrandom_syscall() function
|