Searched refs:byte_count (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/drivers/ |
| H A D | smccc_trng.c | 100 static void read_bytes(unsigned long val, size_t byte_count, uint8_t **buf, in read_bytes() argument 103 size_t count = MIN(byte_count, *rem); in read_bytes() 117 size_t byte_count = 4; in read_samples() local 121 byte_count = 8; in read_samples() 124 read_bytes(args->a3, byte_count, &ptr, &rem); in read_samples() 125 read_bytes(args->a2, byte_count, &ptr, &rem); in read_samples() 126 read_bytes(args->a1, byte_count, &ptr, &rem); in read_samples()
|
| /optee_os/core/kernel/ |
| H A D | ldelf_syscalls.c | 31 size_t byte_count) in unmap_or_panic() argument 33 TEE_Result res = vm_unmap(uctx, va, byte_count); in unmap_or_panic() 37 va, byte_count, res); in unmap_or_panic()
|