Searched refs:add_marker (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/s390/mm/ |
| H A D | dump_pagetables.c | 252 static int add_marker(unsigned long start, unsigned long end, const char *name) in add_marker() function 296 rc = add_marker(0, -1UL, NULL); in pt_dump_init() 297 rc |= add_marker((unsigned long)_stext, (unsigned long)_end, "Kernel Image"); in pt_dump_init() 298 rc |= add_marker(lowcore, lowcore + sizeof(struct lowcore), "Lowcore"); in pt_dump_init() 299 rc |= add_marker(__identity_base, __identity_base + ident_map_size, "Identity Mapping"); in pt_dump_init() 300 rc |= add_marker((unsigned long)__samode31, (unsigned long)__eamode31, "Amode31 Area"); in pt_dump_init() 301 rc |= add_marker(MODULES_VADDR, MODULES_END, "Modules Area"); in pt_dump_init() 302 rc |= add_marker(__abs_lowcore, __abs_lowcore + ABS_LOWCORE_MAP_SIZE, "Lowcore Area"); in pt_dump_init() 305 rc |= add_marker(VMALLOC_START, VMALLOC_END, "vmalloc Area"); in pt_dump_init() 307 rc |= add_marker(kfence_start, kfence_start + KFENCE_POOL_SIZE, "KFence Pool"); in pt_dump_init() [all …]
|