Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/patch/arm-refresh/ureg.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


typedef struct Ureg {
	ulong	r0;
	ulong	r1;
	ulong	r2;
	ulong	r3;
	ulong	r4;
	ulong	r5;
	ulong	r6;
	ulong	r7;
	ulong	r8;
	ulong	r9;
	ulong	r10;
	ulong	r11;
	ulong	r12;	/* sb */
	union {
		ulong	r13;
		ulong	sp;
	};
	union {
		ulong	r14;
		ulong	link;
	};
	ulong	type;	/* of exception */
	ulong	psr;
	union {
		ulong	r15;
		ulong	pc;
	};
} Ureg;

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.