blob: 24d856d5d57f8fc3069a2e5ebd01013aeebea5d2 (
plain) (
blame)
1
2
3
4
5
|
The issue revolves around `probe_access()` behaving inconsistently between full-system and linux-user modes when the flag is set to `TLB_MMIO`. This affects memory operations and callback injections, leading to differing behaviors such as those observed in RISC-V's `cbo.zero` implementation.
The problem occurs during runtime execution, specifically related to how memory accesses are handled under different QEMU modes. Therefore, it falls under the **runtime** category.
Runtime
|