Searched refs:pctx (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/ldelf/ |
A D | ftrace.h | 14 void ftrace_copy_buf(void *pctx, void (*copy_func)(void *pctx, void *b,
|
A D | main.c | 25 static void __printf(2, 0) print_to_console(void *pctx __unused, in print_to_console() 59 static void __printf(2, 0) print_to_pbuf(void *pctx, const char *fmt, in print_to_pbuf() argument 62 struct print_buf_ctx *pbuf = pctx; in print_to_pbuf() 78 static void copy_to_pbuf(void *pctx, void *b, size_t bl) in copy_to_pbuf() argument 80 struct print_buf_ctx *pbuf = pctx; in copy_to_pbuf()
|
A D | ftrace.c | 68 void ftrace_copy_buf(void *pctx, void (*copy_func)(void *pctx, void *b, in ftrace_copy_buf() argument 77 copy_func(pctx, (char *)fbuf + fbuf->head_off, dump_size); in ftrace_copy_buf()
|
A D | ta_elf.h | 116 typedef void (*print_func_t)(void *pctx, const char *fmt, va_list ap) 129 void ta_elf_print_mappings(void *pctx, print_func_t print_func,
|
A D | ta_elf.c | 1344 static void __printf(3, 4) print_wrapper(void *pctx, print_func_t print_func, in print_wrapper() argument 1350 print_func(pctx, fmt, ap); in print_wrapper() 1354 static void print_seg(void *pctx, print_func_t print_func, in print_seg() argument 1391 print_wrapper(pctx, print_func, in print_seg() 1443 void ta_elf_print_mappings(void *pctx, print_func_t print_func, in ta_elf_print_mappings() argument 1502 print_seg(pctx, print_func, idx, -1, in ta_elf_print_mappings() 1522 print_seg(pctx, print_func, idx, elf_idx, va, offs, sz, flags); in ta_elf_print_mappings() 1531 print_wrapper(pctx, print_func, in ta_elf_print_mappings()
|
/optee_os-3.20.0/core/drivers/crypto/aspeed/ |
A D | hace_ast2600.c | 336 static TEE_Result ast2600_hace_alloc(struct crypto_hash_ctx **pctx, in ast2600_hace_alloc() argument 385 *pctx = &hctx->hash_ctx; in ast2600_hace_alloc()
|
Completed in 9 milliseconds