Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dfpu_helper.c216 int target_flags = cpu_m68k_exceptbits_from_host(host_flags); in cpu_m68k_get_fpsr() local
217 int except = (env->fpsr & ~(0xf8)) | target_flags; in cpu_m68k_get_fpsr()
/qemu/linux-user/
H A Dsyscall.c5882 int target_flags, int fd, off_t offset) in do_mmap() argument
5908 switch (target_flags & TARGET_MAP_TYPE) { in do_mmap()
5920 if (target_flags & ~(TARGET_LEGACY_MAP_MASK | TARGET_MAP_SYNC)) { in do_mmap()
5924 if (target_flags & TARGET_MAP_SYNC) { in do_mmap()
5931 host_flags |= target_to_host_bitmask(target_flags, mmap_flags_tbl); in do_mmap()