Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dcpu_helper.c924 int levels, ptidxbits, ptesize, vm, widened; in get_physical_address() local
944 widened = 0; in get_physical_address()
953 widened = 2; in get_physical_address()
974 int va_bits = PGSHIFT + levels * ptidxbits + widened; in get_physical_address()
1019 ((1 << (ptidxbits + widened)) - 1); in get_physical_address()
/openbmc/linux/Documentation/filesystems/ext4/
H A Dinodes.rst510 inode fields are widened to 64 bits. Within this “extra” 32-bit field,
514 dtime was not widened. There is also a fifth timestamp to record inode
/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c384 const unsigned widened = (pass && !sc[pass].step) ? 2 : 0; in riscv_iommu_spa_fetch() local
385 const unsigned va_bits = widened + sc[pass].ptidxbits; in riscv_iommu_spa_fetch()