Searched refs:RSEQ_THREAD_AREA_ALLOC_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/rseq/
H A Drseq.c73 #define RSEQ_THREAD_AREA_ALLOC_SIZE 1024 macro
82 __thread struct rseq_abi __rseq_abi __attribute__((tls_model("initial-exec"), aligned(RSEQ_THREAD_AREA_ALLOC_SIZE))) = {
155 assert(!auxv_rseq_align || auxv_rseq_align <= RSEQ_THREAD_AREA_ALLOC_SIZE);
158 assert(!auxv_rseq_feature_size || auxv_rseq_feature_size <= RSEQ_THREAD_AREA_ALLOC_SIZE);
202 rseq_size = RSEQ_THREAD_AREA_ALLOC_SIZE;

Completed in 125 milliseconds