Searched refs:target_flags (Results 1 – 3 of 3) sorted by relevance
155 set target_flags $flags160 set target_flags [add_options_for_${target} "$flags"]167 $runtest $testcases $target_flags ${default-extra-flags}
215 int target_flags = cpu_m68k_exceptbits_from_host(host_flags); in cpu_m68k_get_fpsr() local216 int except = (env->fpsr & ~(0xf8)) | target_flags; in cpu_m68k_get_fpsr()
5942 int target_flags, int fd, off_t offset) in do_mmap() argument5968 switch (target_flags & TARGET_MAP_TYPE) { in do_mmap()5980 if (target_flags & ~(TARGET_LEGACY_MAP_MASK | TARGET_MAP_SYNC)) { in do_mmap()5984 if (target_flags & TARGET_MAP_SYNC) { in do_mmap()5991 host_flags |= target_to_host_bitmask(target_flags, mmap_flags_tbl); in do_mmap()