Searched refs:strtab_base (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/hw/arm/ |
| H A D | smmuv3.c | 635 dma_addr_t addr, strtab_base; in smmu_find_ste() local 659 strtab_base = s->strtab_base & SMMU_BASE_ADDR_MASK & in smmu_find_ste() 663 l1ptr = (dma_addr_t)(strtab_base + l1_ste_offset * sizeof(l1std)); in smmu_find_ste() 691 trace_smmuv3_find_ste_2lvl(s->strtab_base, l1ptr, l1_ste_offset, in smmu_find_ste() 703 strtab_base = s->strtab_base & SMMU_BASE_ADDR_MASK & in smmu_find_ste() 705 addr = strtab_base + sid * sizeof(*ste); in smmu_find_ste() 1519 s->strtab_base = data; in smmu_writell() 1596 s->strtab_base = deposit64(s->strtab_base, 0, 32, data); in smmu_writel() 1599 s->strtab_base = deposit64(s->strtab_base, 32, 32, data); in smmu_writel() 1695 *data = s->strtab_base; in smmu_readll() [all …]
|
| H A D | trace-events | 45 …nd_ste_2lvl(uint64_t strtab_base, uint64_t l1ptr, int l1_ste_offset, uint64_t l2ptr, int l2_ste_of…
|
| /openbmc/qemu/include/hw/arm/ |
| H A D | smmuv3.h | 55 uint64_t strtab_base; member
|