Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-DCHERI_UNALIGNED doesn't trap on accesses across cacheline boundaries #69

Open
arichardson opened this issue Mar 21, 2018 · 0 comments

Comments

@arichardson
Copy link
Member

If -DCHERI_UNALIGNED is set QEMU won't do any checking of alignments for loads/stores.
However, to match the hardware it would be good if we could trap for cross-cacheline accesses.
For cld, etc this is easily done by modifying the check in helper_cstore/helper_cload, but this will not fix normal MIPS loads.

trasz pushed a commit that referenced this issue Feb 28, 2020
Fix DETECT_DEADLOCK build after 1a965785f335
trasz pushed a commit that referenced this issue Mar 3, 2020
Fix DETECT_DEADLOCK build after 1a965785f335
kwitaszczyk pushed a commit to kwitaszczyk/qemu that referenced this issue Jan 21, 2021
Fix DETECT_DEADLOCK build after 1a965785f335
kwitaszczyk pushed a commit that referenced this issue Dec 4, 2021
Fix DETECT_DEADLOCK build after 1a965785f335
kwitaszczyk pushed a commit that referenced this issue Jul 12, 2023
Fix DETECT_DEADLOCK build after 1a965785f335
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant