Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/
Dcfi.c63 #define SHADOW_ARR_SLOTS (SHADOW_ARR_SIZE / sizeof(shadow_t)) macro
79 if (index >= SHADOW_ARR_SLOTS) in ptr_to_shadow()
89 if (unlikely(index < 0 || index >= SHADOW_ARR_SLOTS)) in shadow_to_ptr()
99 if (unlikely(index < 0 || index >= SHADOW_ARR_SLOTS)) in shadow_to_check_fn()
127 for (i = 0; i < SHADOW_ARR_SLOTS; ++i) { in prepare_next_shadow()