Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dsys_ia32.c113 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/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h134 uint32_t offset_hi; /* Most sig 32 bits of offset */ member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_pci.h134 __le32 offset_hi; /* Most sig 32 bits of offset */ member
/openbmc/linux/drivers/virtio/
H A Dvirtio_pci_modern.c444 offset_hi), &tmp32); in virtio_pci_find_shm_cap()
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc369 tcg_target_long val_lo, val_hi, pc_hi, offset_hi;
391 offset_hi = val_hi - pc_hi;
393 tcg_debug_assert(offset_hi == sextreg(offset_hi, 0, 20));
394 tcg_out_opc_pcalau12i(s, rd, offset_hi);
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c1440 cap.offset_hi = cpu_to_le32(offset >> 32); in virtio_pci_add_shm_cap()