user.h\bits\microblaze\arch - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/arch/microblaze/bits/user.h
blob: dbc25e0459f7cdf4ac5d107c59a3867fb54e5d2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
struct user_fpregs_struct {
	long cwd, swd, twd, fip, fcs, foo, fos, st_space[20];
};
struct user_regs_struct {
	unsigned grp[32], pc, msr, ear, esr, fsr, btr, pvr[12];
};
struct user {
	struct user_regs_struct regs;
	int u_fpvalid;
	struct user_fpregs_struct elf_fpregset_t;
	unsigned long u_tsize, u_dsize, u_ssize, start_code, start_stack;
	long signal;
	int reserved;
	struct user_regs_struct *u_ar0;
	struct user_fpregs_struct *u_fpstate;
	unsigned long magic;
	char u_comm[32];
	int u_debugreg[8];
};
#define ELF_NGREG 50
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
typedef struct user_fpregs_struct elf_fpregset_t;
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月13日 20:14:47 +0000

AltStyle によって変換されたページ (->オリジナル) /