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

arm-hyp+aarch64 spec+proof: make generic in CONFIG_DISABLE_WFI_WFE_TRAPS #815

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. arm-hyp+aarch64 spec+proof: make generic in CONFIG_DISABLE_WFI_WFE_TRAPS

    The config option CONFIG_DISABLE_WFI_WFE_TRAPS influences the value of
    HCR_VCPU (hcrVCPU in Haskell).
    
    There is not much to make generic -- it is unfolded exactly once to
    compare the value in the spec to the value in C. The main part is
    defining hcrVCPU conditionally based on the config setting.
    
    Signed-off-by: Gerwin Klein <[email protected]>
    lsf37 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b25b9c0 View commit details
    Browse the repository at this point in the history