Home
last modified time | relevance | path

Searched defs:target_errno (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dtarget.h24 enum target_errno { enum
/openbmc/qemu/linux-user/
H A Dsyscall.c555 static inline int target_to_host_errno(int target_errno) in target_to_host_errno()