Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dload_bytes_relative.c26 __u32 map_key = 0; in load_bytes_relative() local
45 bpf_map_update_elem(&test_result, &map_key, &test_passed, BPF_ANY); in load_bytes_relative()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dload_bytes_relative.c19 __u32 map_key = 0; in test_load_bytes_relative() local
57 err = bpf_map_lookup_elem(map_fd, &map_key, &map_value); in test_load_bytes_relative()
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_memory.c396 unsigned long *map_key, in efi_get_memory_map() argument
434 *map_key = 0; in efi_get_memory_map()
H A Defi_boottime.c207 unsigned long *map_key, in efi_get_memory_map_ext() argument
214 map_key, descriptor_size, descriptor_version); in efi_get_memory_map_ext()
215 r = efi_get_memory_map(memory_map_size, memory_map, map_key, in efi_get_memory_map_ext()
886 unsigned long map_key) in efi_exit_boot_services() argument
888 EFI_ENTRY("%p, %ld", image_handle, map_key); in efi_exit_boot_services()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dsfnt_info.h186 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dsfnt_info.h186 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dsfnt_info.h186 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-input.c53 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) macro
609 map_key(KEY_UNKNOWN); in hidinput_configure_usage()
641 map_key(code); in hidinput_configure_usage()
798 case 0x21: map_key(BTN_TOOL_MOUSE); break; in hidinput_configure_usage()
799 case 0x22: map_key(BTN_TOOL_FINGER); break; in hidinput_configure_usage()
800 default: map_key(BTN_TOOL_PEN); break; in hidinput_configure_usage()
1136 map_key(BTN_MISC); in hidinput_configure_usage()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0054-kern-efi-mm-Fix-possible-NULL-pointer-dereference.patch63 if (map_key)
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Dsoundfont.c436 zp->v.low == map.map_key && in load_map()
460 if (map.map_key >= 0) { in load_map()
461 zp->v.low = map.map_key; in load_map()
462 zp->v.high = map.map_key; in load_map()
/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h184 unsigned long *map_key,
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dx86-stub.c582 unsigned long map_size, desc_size, map_key; in allocate_e820() local
588 status = efi_bs_call(get_memory_map, &map_size, NULL, &map_key, in allocate_e820()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c461 int map_key; member
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c9965 int map_key; member
10012 bpf_map_delete_elem(pb->map_fd, &cpu_buf->map_key); in perf_buffer__free()
10025 int cpu, int map_key) in perf_buffer__open_cpu_buf() argument
10037 cpu_buf->map_key = map_key; in perf_buffer__open_cpu_buf()
10207 int cpu, map_key; in __perf_buffer__new() local
10210 map_key = p->cpu_cnt > 0 ? p->map_keys[i] : i; in __perf_buffer__new()
10218 cpu_buf = perf_buffer__open_cpu_buf(pb, p->attr, cpu, map_key); in __perf_buffer__new()
10226 err = bpf_map_update_elem(pb->map_fd, &map_key, in __perf_buffer__new()
10231 cpu, map_key, cpu_buf->fd, in __perf_buffer__new()