pthread_arch.h\sh\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/sh/pthread_arch.h
blob: 199c2d55f936a0d9b95498f725f96ac04e9c7d1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
static inline uintptr_t __get_tp()
{
	uintptr_t tp;
	__asm__ ("stc gbr,%0" : "=r" (tp) );
	return tp;
}
#define TLS_ABOVE_TP
#define GAP_ABOVE_TP 8
#define MC_PC pc
#ifdef __FDPIC__
#define MC_GOT gregs[12]
#define CANCEL_GOT (*(uintptr_t *)((char *)__syscall_cp_asm+sizeof(uintptr_t)))
#endif
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 06:29:46 +0000

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