• How to disable the branch prediction on armv8
    Hello, I am working with ARMV8 Cortex A72 architecture, i want to know can i turn off branch prediction? and how can i do it? best regards,
  • Which ARMv8 register controls cache partitioning
    Hi ARM folks, Which register controls the cache partitioning behavior on ARMv8 chips? My group is working with a Cavium ThunderX, and we're trying to experiment with different cache partitioning...
  • Synchronization of caches on ARMv8
    Hello, I have a question regarding the synchronization of caches on ARMv8 on Multi-Core. Let's assume that we have 2 cores that are running in parallel, and both has L1 Cache with line size = 64 Bytes...
  • DRAM address mapping on a Cortex-A72 ARMv8
    HI Everyone, I need help about DRAM address mapping on a Cortex A-72 especially my question is : given two physical memory addresses how can i know if they are in the same DIMM, Rank and Bank ? is there...
  • ARMV8 multithread
    I want to know if with the ARMV8 architecture in SMP mode I can create thereads and associate each thread with a core. for example I want to create a thread 1 which contains an X function and I want this...