Searched refs:iexec_stack (Results 1 – 2 of 2) sorted by relevance
27 #define esfile (iexec_stack.current_file)28 #define esfile_clear_cache() estack_clear_cache(&iexec_stack)29 #define esfile_set_cache(pref) estack_set_cache(&iexec_stack, pref)30 #define esfile_check_cache() estack_check_cache(&iexec_stack)33 #define iexec_stack (i_ctx_p->exec_stack) macro34 #define e_stack (iexec_stack.stack)
220 estack_clear_cache(&iexec_stack); in context_state_load()