cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

m68k-core.xml (1087B)


      1<?xml version="1.0"?>
      2<!-- Copyright (C) 2008 Free Software Foundation, Inc.
      3
      4     Copying and distribution of this file, with or without modification,
      5     are permitted in any medium without royalty provided the copyright
      6     notice and this notice are preserved.  -->
      7<!DOCTYPE feature SYSTEM "gdb-target.dtd">
      8<feature name="org.gnu.gdb.m68k.core">
      9  <reg name="d0" bitsize="32"/>
     10  <reg name="d1" bitsize="32"/>
     11  <reg name="d2" bitsize="32"/>
     12  <reg name="d3" bitsize="32"/>
     13  <reg name="d4" bitsize="32"/>
     14  <reg name="d5" bitsize="32"/>
     15  <reg name="d6" bitsize="32"/>
     16  <reg name="d7" bitsize="32"/>
     17  <reg name="a0" bitsize="32" type="data_ptr"/>
     18  <reg name="a1" bitsize="32" type="data_ptr"/>
     19  <reg name="a2" bitsize="32" type="data_ptr"/>
     20  <reg name="a3" bitsize="32" type="data_ptr"/>
     21  <reg name="a4" bitsize="32" type="data_ptr"/>
     22  <reg name="a5" bitsize="32" type="data_ptr"/>
     23  <reg name="fp" bitsize="32" type="data_ptr"/>
     24  <reg name="sp" bitsize="32" type="data_ptr"/>
     25
     26  <reg name="ps" bitsize="32"/>
     27  <reg name="pc" bitsize="32" type="code_ptr"/>
     28
     29</feature>