Home
last modified time | relevance | path

Searched defs:host_flags (Results 1 – 3 of 3) sorted by relevance

/qemu/target/m68k/
H A Dfpu_helper.c214 int host_flags = get_float_exception_flags(&env->fp_status); in cpu_m68k_get_fpsr() local
229 int host_flags = cpu_m68k_exceptbits_to_host((int) env->fpsr); in cpu_m68k_set_fpsr() local
/qemu/linux-user/
H A Dsyscall.c3452 int host_flags; in do_accept4() local
5959 int host_flags; in do_mmap() local
7973 int host_flags; in do_signalfd4() local
9651 int host_flags; in _syscall2() local
9948 int host_flags; in _syscall2() local
13051 int host_flags; in _syscall2() local
13263 int host_flags = arg2 & (~(TARGET_O_NONBLOCK_MASK | TARGET_O_CLOEXEC)); in _syscall2() local
/qemu/semihosting/
H A Dsyscalls.c264 int ret, host_flags = O_BINARY; in host_open() local