cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

foundation-v8-spin-table.dtsi (403B)


      1/*
      2 * ARM Ltd.
      3 *
      4 * ARMv8 Foundation model DTS (spin table configuration)
      5 */
      6
      7&cpu0 {
      8	enable-method = "spin-table";
      9	cpu-release-addr = <0x0 0x8000fff8>;
     10};
     11
     12&cpu1 {
     13	enable-method = "spin-table";
     14	cpu-release-addr = <0x0 0x8000fff8>;
     15};
     16
     17&cpu2 {
     18	enable-method = "spin-table";
     19	cpu-release-addr = <0x0 0x8000fff8>;
     20};
     21
     22&cpu3 {
     23	enable-method = "spin-table";
     24	cpu-release-addr = <0x0 0x8000fff8>;
     25};