Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/rseq/
H A Drseq.c72 #define ORIG_RSEQ_ALLOC_SIZE 32 macro
113 if (alloc_size < ORIG_RSEQ_ALLOC_SIZE) in get_rseq_min_alloc_size()
114 alloc_size = ORIG_RSEQ_ALLOC_SIZE; in get_rseq_min_alloc_size()
232 case ORIG_RSEQ_ALLOC_SIZE: in rseq_init()
236 if (rseq_kernel_feature_size < ORIG_RSEQ_ALLOC_SIZE) in rseq_init()
239 rseq_size = ORIG_RSEQ_ALLOC_SIZE; in rseq_init()