Searched defs:stack_entries (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/kernel/kcsan/ |
H A D | report.c | 44 unsigned long stack_entries[NUM_STACK_ENTRIES]; member 277 static int get_stack_skipnr(const unsigned long stack_entries[], int num_entries) in get_stack_skipnr() 315 replace_stack_entry(unsigned long stack_entries[], int num_entries, unsigned long ip, in replace_stack_entry() 348 sanitize_stack_entries(unsigned long stack_entries[], int num_entries, unsigned long ip, in sanitize_stack_entries() 368 print_stack_trace(unsigned long stack_entries[], int num_entries, unsigned long reordered_to) in print_stack_trace() 394 unsigned long stack_entries[NUM_STACK_ENTRIES] = { 0 }; in print_report() local
|
/openbmc/linux/mm/kmsan/ |
H A D | report.c | 33 static int get_stack_skipnr(const unsigned long stack_entries[], in get_stack_skipnr() 152 unsigned long stack_entries[KMSAN_STACK_DEPTH]; in kmsan_report() local
|
/openbmc/linux/mm/kfence/ |
H A D | report.c | 48 static int get_stack_skipnr(const unsigned long stack_entries[], int num_entries, in get_stack_skipnr() 188 unsigned long stack_entries[KFENCE_STACK_DEPTH] = { 0 }; in kfence_report_error() local
|
H A D | core.c | 203 static u32 get_alloc_stack_hash(unsigned long *stack_entries, size_t num_entries) in get_alloc_stack_hash() 279 unsigned long *stack_entries, size_t num_stack_entries) in metadata_update_state() 392 unsigned long *stack_entries, size_t num_stack_entries, in kfence_guarded_alloc() 1050 unsigned long stack_entries[KFENCE_STACK_DEPTH]; in __kfence_alloc() local
|
H A D | kfence.h | 50 unsigned long stack_entries[KFENCE_STACK_DEPTH]; member
|
/openbmc/linux/kernel/dma/ |
H A D | debug.c | 81 unsigned long stack_entries[DMA_DEBUG_STACKTRACE_ENTRIES]; member
|
/openbmc/linux/drivers/md/ |
H A D | dm-bufio.c | 361 unsigned long stack_entries[MAX_STACK]; member
|
/openbmc/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 1536 ulong stack_entries[STACK_DEPTH]; in __topology_ref_save() local
|