• The worst comment ever?
    Just running through some code written by someone no longer involved in the project and came across this: JobInProgress = true; // Obviously! Undoubtedly, comment style and reasoning can vary...
  • The worst comment ever?
    Just running through some code written by someone no longer involved in the project and came across this: JobInProgress = true; // Obviously! Undoubtedly, comment style and reasoning can vary...
  • 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...
  • ETM trace, can the contents of memory accesses be seen
    Hi, our verification activities forbid code instrumentation or execution control, we only test production code. ETM tracing looks good but it is instruction trace. Our testing needs to watch memory or...