Home
last modified time | relevance | path

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

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