Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_linker.c2191 struct pmckern_map_in *kobase; in linker_hwpmc_list_objects() local
2200 kobase = malloc((nmappings + 1) * sizeof(struct pmckern_map_in), in linker_hwpmc_list_objects()
2205 kobase[i].pm_file = lf->pathname; in linker_hwpmc_list_objects()
2206 kobase[i].pm_address = (uintptr_t)lf->address; in linker_hwpmc_list_objects()
2214 KASSERT(kobase[i].pm_file == NULL, in linker_hwpmc_list_objects()
2217 return ((void *)kobase); in linker_hwpmc_list_objects()