Home
last modified time | relevance | path

Searched refs:tlb_ibase (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/pci-host/
H A Dastro.c311 if ((s->tlb_ibase & 1) == 0) { in astro_translate_iommu()
315 ibase = s->tlb_ibase & ~1ULL; in astro_translate_iommu()
650 put_val_in_int64(&s->tlb_ibase, addr, size, val); in astro_chip_write_with_attrs()
726 VMSTATE_UINT64(tlb_ibase, AstroState),
761 s->tlb_ibase = 0; in astro_reset()
/qemu/include/hw/pci-host/
H A Dastro.h77 uint64_t tlb_ibase; member