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

fpmodule.h (653B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3    NetWinder Floating Point Emulator
      4    (c) Rebel.com, 1998-1999
      5
      6    Direct questions, comments to Scott Bambrough <scottb@netwinder.org>
      7
      8
      9    27/03/03 Ian Molton Clean up CONFIG_CPU
     10*/
     11
     12#ifndef __FPMODULE_H__
     13#define __FPMODULE_H__
     14
     15#define REG_ORIG_R0	17
     16#define REG_CPSR	16
     17#define REG_PC		15
     18#define REG_LR		14
     19#define REG_SP		13
     20#define REG_IP		12
     21#define REG_FP		11
     22#define REG_R10		10
     23#define REG_R9		9
     24#define REG_R9		9
     25#define REG_R8		8
     26#define REG_R7		7
     27#define REG_R6		6
     28#define REG_R5		5
     29#define REG_R4		4
     30#define REG_R3		3
     31#define REG_R2		2
     32#define REG_R1		1
     33#define REG_R0		0
     34
     35#endif