Searched refs:host_flags (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/semihosting/ |
| H A D | syscalls.c | 264 int ret, host_flags = O_BINARY; in host_open() local 273 host_flags |= O_WRONLY; in host_open() 275 host_flags |= O_RDWR; in host_open() 277 host_flags |= O_RDONLY; in host_open() 280 host_flags |= O_CREAT; in host_open() 283 host_flags |= O_TRUNC; in host_open() 286 host_flags |= O_EXCL; in host_open() 289 ret = open(p, host_flags, mode); in host_open()
|
| /openbmc/u-boot/include/ |
| H A D | ahci.h | 167 u32 host_flags; member
|
| /openbmc/qemu/target/m68k/ |
| H A D | fpu_helper.c | 214 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 D | syscall.c | 3456 int host_flags; in do_accept4() local 3462 host_flags = 0; in do_accept4() 3464 host_flags |= SOCK_NONBLOCK; in do_accept4() 3467 host_flags |= SOCK_CLOEXEC; in do_accept4() 3471 return get_errno(safe_accept4(fd, NULL, NULL, host_flags)); in do_accept4() 3489 ret = get_errno(safe_accept4(fd, addr, &ret_addrlen, host_flags)); in do_accept4() 5966 int host_flags; in do_mmap() local 5970 host_flags = MAP_PRIVATE; in do_mmap() 5973 host_flags = MAP_SHARED; in do_mmap() 5983 host_flags = MAP_SHARED_VALIDATE; in do_mmap() [all …]
|
| /openbmc/u-boot/drivers/ata/ |
| H A D | ahci.c | 449 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 D | dwc_ahsata.c | 859 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()
|