Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c534 LIBBPF_MAP_KCONFIG, enumerator
1955 def->map_flags = type == LIBBPF_MAP_RODATA || type == LIBBPF_MAP_KCONFIG in bpf_object__init_internal_map()
2357 err = bpf_object__init_internal_map(obj, LIBBPF_MAP_KCONFIG, in bpf_object__init_kconfig_map()
4474 return LIBBPF_MAP_KCONFIG; in bpf_object__section_to_libbpf_map_type()
5151 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG) in bpf_object__populate_internal_map()
5165 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG) { in bpf_object__populate_internal_map()
10448 if (!map->mmaped || map->libbpf_type == LIBBPF_MAP_KCONFIG) in bpf_map__set_initial_value()
13942 if (mmaped && (*map)->libbpf_type != LIBBPF_MAP_KCONFIG) in populate_skeleton_maps()