Home
last modified time | relevance | path

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

/optee_os/ldelf/
A Dftrace.h14 void ftrace_copy_buf(void *pctx, void (*copy_func)(void *pctx, void *b,
A Dftrace.c88 void ftrace_copy_buf(void *pctx, void (*copy_func)(void *pctx, void *b, in ftrace_copy_buf() argument
110 copy_func(pctx, hstart, fbuf->buf_off - fbuf->head_off); in ftrace_copy_buf()
113 copy_func(pctx, ccurr, end - ccurr); in ftrace_copy_buf()
116 copy_func(pctx, cstart, ccurr - cstart); in ftrace_copy_buf()
A Dmain.c26 static void __printf(2, 0) print_to_console(void *pctx __unused, in print_to_console()
67 static void __printf(2, 0) print_to_pbuf(void *pctx, const char *fmt, in print_to_pbuf() argument
70 struct print_buf_ctx *pbuf = pctx; in print_to_pbuf()
86 static void copy_to_pbuf(void *pctx, void *b, size_t bl) in copy_to_pbuf() argument
88 struct print_buf_ctx *pbuf = pctx; in copy_to_pbuf()
A Dta_elf.h117 typedef void (*print_func_t)(void *pctx, const char *fmt, va_list ap)
130 void ta_elf_print_mappings(void *pctx, print_func_t print_func,
A Dta_elf.c1362 static void __printf(3, 4) print_wrapper(void *pctx, print_func_t print_func, in print_wrapper() argument
1368 print_func(pctx, fmt, ap); in print_wrapper()
1372 static void print_seg(void *pctx, print_func_t print_func, in print_seg() argument
1409 print_wrapper(pctx, print_func, in print_seg()
1461 void ta_elf_print_mappings(void *pctx, print_func_t print_func, in ta_elf_print_mappings() argument
1521 print_seg(pctx, print_func, idx, -1, in ta_elf_print_mappings()
1540 print_seg(pctx, print_func, idx, elf_idx, va, pa, sz, flags); in ta_elf_print_mappings()
1549 print_wrapper(pctx, print_func, in ta_elf_print_mappings()
/optee_os/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 15 milliseconds