Searched refs:offset_hi (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dsys_ia32.c113 unsigned int, offset_hi, size_t, len, int, advice)
115 return ksys_fadvise64_64(fd, ((u64)offset_hi << 32) | offset_lo,
120 unsigned int, offset_lo, unsigned int, offset_hi,
123 return ksys_fallocate(fd, mode, ((u64)offset_hi << 32) | offset_lo,
/linux-master/include/uapi/linux/
H A Dvirtio_pci.h134 __le32 offset_hi; /* Most sig 32 bits of offset */ member in struct:virtio_pci_cap64
/linux-master/drivers/virtio/
H A Dvirtio_pci_modern.c689 offset_hi), &tmp32);

Completed in 116 milliseconds