Home
last modified time | relevance | path

Searched refs:offset1 (Results 1 – 4 of 4) sorted by relevance

/qemu/bsd-user/
H A Dmmap.c614 unsigned long offset1; in target_mmap() local
616 offset1 = 0; in target_mmap()
618 offset1 = offset + real_start - start; in target_mmap()
620 prot, flags, fd, offset1); in target_mmap()
/qemu/target/i386/hvf/
H A Dx86.h175 uint64_t offset1:16; member
180 return (uint32_t)((gate->offset1 << 16) | gate->offset0); in x86_call_gate_offset()
/qemu/contrib/elf2dmp/
H A Dmain.c27 uint16_t offset1; /* offset bits 0..15 */ member
38 return (uint64_t)desc.offset1 | ((uint64_t)desc.offset2 << 16) | in idt_desc_addr()
/qemu/tests/qtest/
H A Dahci-test.c1437 int offset1 = 0; in test_reset_pending_callback() local
1471 ahci_guest_io(ahci, port, CMD_WRITE_DMA_EXT, ptr1, bufsize, offset1); in test_reset_pending_callback()
1494 ahci_guest_io(ahci, port, CMD_READ_DMA_EXT, ptr1, bufsize, offset1); in test_reset_pending_callback()