Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_helper.c1234 int levels, ptidxbits, ptesize, vm, widened; in get_physical_address() local
1254 widened = 0; in get_physical_address()
1263 widened = 2; in get_physical_address()
1284 int va_bits = PGSHIFT + levels * ptidxbits + widened; in get_physical_address()
1328 ((1 << (ptidxbits + widened)) - 1); in get_physical_address()
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c379 const unsigned widened = (pass && !sc[pass].step) ? 2 : 0; in riscv_iommu_spa_fetch() local
380 const unsigned va_bits = widened + sc[pass].ptidxbits; in riscv_iommu_spa_fetch()