Searched refs:next_ctx (Results 1 – 1 of 1) sorted by relevance
31 static inline struct _aarch64_ctx *next_ctx(struct _aarch64_ctx *hdr) in next_ctx() function57 for (hdr = first_ctx(uc); hdr->magic; hdr = next_ctx(hdr)) { in host_signal_write()