Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c531 LIBBPF_MAP_KCONFIG, enumerator
1922 def->map_flags = type == LIBBPF_MAP_RODATA || type == LIBBPF_MAP_KCONFIG in bpf_object__init_internal_map()
2325 err = bpf_object__init_internal_map(obj, LIBBPF_MAP_KCONFIG, in bpf_object__init_kconfig_map()
4433 return LIBBPF_MAP_KCONFIG; in bpf_object__section_to_libbpf_map_type()
5101 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG) in bpf_object__populate_internal_map()
5116 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG) { in bpf_object__populate_internal_map()
10292 if (!map->mmaped || map->libbpf_type == LIBBPF_MAP_KCONFIG) in bpf_map__set_initial_value()
13742 if (mmaped && (*map)->libbpf_type != LIBBPF_MAP_KCONFIG) in populate_skeleton_maps()