Home
last modified time | relevance | path

Searched refs:pctx (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/ldelf/
A Dftrace.h14 void ftrace_copy_buf(void *pctx, void (*copy_func)(void *pctx, void *b,
A Dmain.c25 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 Dftrace.c68 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 Dta_elf.h116 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 Dta_elf.c1344 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 Dhace_ast2600.c336 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