Searched defs:thread_specific_data (Results 1 – 1 of 1) sorted by relevance
31 struct thread_specific_data { struct33 struct ts_ctx *ctx;35 uint32_t rpc_target_info;37 uint32_t abort_type;38 uint32_t abort_descr;39 vaddr_t abort_va;40 unsigned int abort_core;41 struct thread_abort_regs abort_regs;43 bool stackcheck_recursion;45 unsigned int syscall_recursion;[all …]