Lines Matching defs:maps
601 struct maps *maps = thread__maps(thread);
602 struct machine *machine = maps__machine(maps);
605 maps__zput(al->maps);
619 maps = machine__kernel_maps(machine);
625 maps = machine__kernel_maps(machine);
643 al->maps = maps__get(maps);
644 al->map = map__get(maps__find(maps, al->addr));
647 * Kernel maps might be changed when loading symbols so loading
648 * must be done prior to using kernel maps.