Searched refs:offset_hi (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | sys_ia32.c | 113 unsigned int, offset_hi, size_t, len, int, advice) in SYSCALL_DEFINE5() argument 115 return ksys_fadvise64_64(fd, ((u64)offset_hi << 32) | offset_lo, in SYSCALL_DEFINE5() 120 unsigned int, offset_lo, unsigned int, offset_hi, in SYSCALL_DEFINE6() argument 123 return ksys_fallocate(fd, mode, ((u64)offset_hi << 32) | offset_lo, in SYSCALL_DEFINE6()
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_pci.h | 134 __le32 offset_hi; /* Most sig 32 bits of offset */ member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_pci.h | 134 uint32_t offset_hi; /* Most sig 32 bits of offset */ member
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_pci_modern.c | 444 offset_hi), &tmp32); in virtio_pci_find_shm_cap()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 1467 cap.offset_hi = cpu_to_le32(offset >> 32); in virtio_pci_add_shm_cap()
|