Searched refs:kcore_list (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | kcore.h | 16 struct kcore_list { struct 24 void __init kclist_add(struct kcore_list *, void *, size_t, int type); argument 29 void kclist_add(struct kcore_list *new, void *addr, size_t size, int type) in kclist_add()
|
| /linux-6.15/fs/proc/ |
| H A D | kcore.c | 96 void __init kclist_add(struct kcore_list *new, void *addr, size_t size, in kclist_add() 109 struct kcore_list *m; in update_kcore_size() 144 struct kcore_list *ent; in kcore_ram_list() 166 struct kcore_list *vmm, *tmp; in get_sparsemem_vmemmap_info() 205 struct kcore_list *ent; in kclist_add_private() 276 struct kcore_list *tmp, *pos; in kcore_update_ram() 331 struct kcore_list *m; in read_kcore_iter() 496 struct kcore_list *pos; in read_kcore_iter() 687 static struct kcore_list kcore_vmalloc; 690 static struct kcore_list kcore_text; [all …]
|
| /linux-6.15/arch/mips/mm/ |
| H A D | init.c | 425 static struct kcore_list kcore_kseg0;
|
| /linux-6.15/arch/x86/mm/ |
| H A D | init_64.c | 1291 static struct kcore_list kcore_vsyscall;
|