• The worst wrong error code I have seen
    FYI: It took a while to catch that one by mistake, I had this line in two .asm modules in the same library. NAME SACACODE The error resulting is Undefined external for what is in one of the modules...
  • The worst wrong error code I have seen
    FYI: It took a while to catch that one by mistake, I had this line in two .asm modules in the same library. NAME SACACODE The error resulting is Undefined external for what is in one of the modules...
  • VMSAv8-64 -- worst-case effects of misprogramming of the Contiguous bit
    I would like to precisely understand the implications of misprogramming the Contiguous bit in VMSAv8-64 translation tables. I have a hypervisor running at EL2 in the AArch64 execution state, using two...
  • VMSAv8-64 -- worst-case effects of misprogramming of the Contiguous bit
    I would like to precisely understand the implications of misprogramming the Contiguous bit in VMSAv8-64 translation tables. I have a hypervisor running at EL2 in the AArch64 execution state, using two...
  • A tool for computing worst case execution time statically
    Hi, I am looking for a freely available tool to compute the worst-case execution time of a binary compiled for ARM M4F. A program such as an aiT ( https://www.absint.com/ait/ ) would be perfect, but...