Home
last modified time | relevance | path

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

/openbmc/qemu/semihosting/
H A Dsyscalls.c263 int ret, host_flags = O_BINARY; in host_open()
272 host_flags |= O_WRONLY; in host_open()
274 host_flags |= O_RDWR; in host_open()
276 host_flags |= O_RDONLY; in host_open()
279 host_flags |= O_CREAT; in host_open()
282 host_flags |= O_TRUNC; in host_open()
285 host_flags |= O_EXCL; in host_open()
288 ret = open(p, host_flags, mode); in host_open()
264 int ret, host_flags = O_BINARY; host_open() local
/openbmc/u-boot/include/
H A Dahci.h167 u32 host_flags; member
/openbmc/qemu/target/m68k/
H A Dfpu_helper.c214 int host_flags = get_float_exception_flags(&env->fp_status); in cpu_m68k_get_fpsr() local
215 int target_flags = cpu_m68k_exceptbits_from_host(host_flags); in cpu_m68k_get_fpsr()
229 int host_flags = cpu_m68k_exceptbits_to_host((int) env->fpsr); in cpu_m68k_set_fpsr() local
230 set_float_exception_flags(host_flags, &env->fp_status); in cpu_m68k_set_fpsr()
/openbmc/qemu/linux-user/
H A Dsyscall.c3454 int host_flags; in do_accept4()
3460 host_flags = 0; in do_accept4()
3462 host_flags |= SOCK_NONBLOCK; in do_accept4()
3465 host_flags |= SOCK_CLOEXEC; in do_accept4()
3469 return get_errno(safe_accept4(fd, NULL, NULL, host_flags)); in do_accept4()
3487 ret = get_errno(safe_accept4(fd, addr, &ret_addrlen, host_flags)); in do_accept4()
5964 int host_flags; in do_mmap()
5968 host_flags = MAP_PRIVATE; in do_mmap()
5971 host_flags = MAP_SHARED; in do_mmap()
5981 host_flags in do_mmap()
3456 int host_flags; do_accept4() local
5966 int host_flags; do_mmap() local
7979 int host_flags; do_signalfd4() local
9657 int host_flags; _syscall2() local
9954 int host_flags; _syscall2() local
13070 int host_flags; _syscall2() local
13282 int host_flags = arg2 & (~(TARGET_O_NONBLOCK_MASK | TARGET_O_CLOEXEC)); _syscall2() local
[all...]
/openbmc/u-boot/drivers/ata/
H A Dahci.c449 uc_priv->host_flags = ATA_FLAG_SATA in ahci_init_one()
1051 uc_priv->host_flags = ATA_FLAG_SATA in ahci_init_common()
H A Ddwc_ahsata.c859 uc_priv->host_flags = ATA_FLAG_SATA in ahci_init_one()
1031 uc_priv->host_flags = ATA_FLAG_SATA | ATA_FLAG_NO_LEGACY | in dwc_ahsata_probe()