Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/include/host/aarch64/
H A Dhost-signal.h31 static inline struct _aarch64_ctx *next_ctx(struct _aarch64_ctx *hdr) in next_ctx() function
57 for (hdr = first_ctx(uc); hdr->magic; hdr = next_ctx(hdr)) { in host_signal_write()