Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c324 LIBBPF_MAP_KCONFIG, enumerator
331 [LIBBPF_MAP_KCONFIG] = KCONFIG_SEC,
1386 def->map_flags = type == LIBBPF_MAP_RODATA || type == LIBBPF_MAP_KCONFIG in bpf_object__init_internal_map()
1736 err = bpf_object__init_internal_map(obj, LIBBPF_MAP_KCONFIG, in bpf_object__init_kconfig_map()
3330 return LIBBPF_MAP_KCONFIG; in bpf_object__section_to_libbpf_map_type()
4157 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG) { in bpf_object__populate_internal_map()
8936 if (!map->mmaped || map->libbpf_type == LIBBPF_MAP_KCONFIG || in bpf_map__set_initial_value()
10830 if (mmaped && (*map)->libbpf_type != LIBBPF_MAP_KCONFIG) in bpf_object__open_skeleton()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c493 LIBBPF_MAP_KCONFIG, enumerator
1664 def->map_flags = type == LIBBPF_MAP_RODATA || type == LIBBPF_MAP_KCONFIG in bpf_object__init_internal_map()
2053 err = bpf_object__init_internal_map(obj, LIBBPF_MAP_KCONFIG, in bpf_object__init_kconfig_map()
4034 return LIBBPF_MAP_KCONFIG; in bpf_object__section_to_libbpf_map_type()
5071 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG) in bpf_object__populate_internal_map()
5085 if (map_type == LIBBPF_MAP_RODATA || map_type == LIBBPF_MAP_KCONFIG) { in bpf_object__populate_internal_map()
9677 if (!map->mmaped || map->libbpf_type == LIBBPF_MAP_KCONFIG || in bpf_map__set_initial_value()
12970 if (mmaped && (*map)->libbpf_type != LIBBPF_MAP_KCONFIG) in populate_skeleton_maps()

Completed in 49 milliseconds