pthread_arch.h\riscv32\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/riscv32/pthread_arch.h
blob: a20d7fba0d942ab944ba1b651229f3aafde07feb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
static inline uintptr_t __get_tp()
{
	uintptr_t tp;
	__asm__ __volatile__("mv %0, tp" : "=r"(tp));
	return tp;
}
#define TLS_ABOVE_TP
#define GAP_ABOVE_TP 0
#define DTP_OFFSET 0x800
#define MC_PC __gregs[0]
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月04日 18:05:11 +0000

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