Home
last modified time | relevance | path

Searched refs:ORIG_RSEQ_ALLOC_SIZE (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/rseq/
A Drseq.c72 #define ORIG_RSEQ_ALLOC_SIZE 32 macro
124 if (alloc_size < ORIG_RSEQ_ALLOC_SIZE) in get_rseq_min_alloc_size()
125 alloc_size = ORIG_RSEQ_ALLOC_SIZE; in get_rseq_min_alloc_size()
243 case ORIG_RSEQ_ALLOC_SIZE: in rseq_init()
247 if (rseq_kernel_feature_size < ORIG_RSEQ_ALLOC_SIZE) in rseq_init()
250 rseq_size = ORIG_RSEQ_ALLOC_SIZE; in rseq_init()

Completed in 3 milliseconds