Home
last modified time | relevance | path

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

/kernel/
Dcfi.c65 #define SHADOW_ARR_SLOTS (SHADOW_ARR_SIZE / sizeof(shadow_t)) macro
81 if (index >= SHADOW_ARR_SLOTS) in ptr_to_shadow()
91 if (unlikely(index < 0 || index >= SHADOW_ARR_SLOTS)) in shadow_to_ptr()
101 if (unlikely(index < 0 || index >= SHADOW_ARR_SLOTS)) in shadow_to_check_fn()
129 for (i = 0; i < SHADOW_ARR_SLOTS; ++i) { in prepare_next_shadow()