We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was wondering where these values are coming from:
LOWEST_VADDR_CURR_PRIV: Lowest virtual address in current privilege. HIGHEST_VADDR_CURR_PRIV: Highest virtual address in current privilege.
Are these values 0 and 2^64-1 or something else? If something else, how does the core get them?
Jan.
The text was updated successfully, but these errors were encountered:
Sorry for being late on this.
Since memory tagging is 64 bit only feature. Planning to make a dependency of Svatag on Svukte (riscv/riscv-isa-manual#1564)
Svatag
Svukte
Svukte makes it implicit that user and supervisor are split half evenly.
Sorry, something went wrong.
No branches or pull requests
I was wondering where these values are coming from:
LOWEST_VADDR_CURR_PRIV: Lowest virtual address in current privilege.
HIGHEST_VADDR_CURR_PRIV: Highest virtual address in current privilege.
Are these values 0 and 2^64-1 or something else? If something else, how does the core get them?
Jan.
The text was updated successfully, but these errors were encountered: