Home
last modified time | relevance | path

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

/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.c3470 int host_flags; in do_accept4() local
3476 host_flags = 0; in do_accept4()
3478 host_flags |= SOCK_NONBLOCK; in do_accept4()
3481 host_flags |= SOCK_CLOEXEC; in do_accept4()
3485 return get_errno(safe_accept4(fd, NULL, NULL, host_flags)); in do_accept4()
3503 ret = get_errno(safe_accept4(fd, addr, &ret_addrlen, host_flags)); in do_accept4()
6106 int host_flags; in do_mmap() local
6110 host_flags = MAP_PRIVATE; in do_mmap()
6113 host_flags = MAP_SHARED; in do_mmap()
6123 host_flags = MAP_SHARED_VALIDATE; in do_mmap()
[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()