/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | load_bytes_relative.c | 26 __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()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest.c | 34 efi_uintn_t map_key; in efi_st_exit_boot_services() local 40 ret = boottime->get_memory_map(&map_size, NULL, &map_key, &desc_size, in efi_st_exit_boot_services() 55 ret = boottime->get_memory_map(&map_size, memory_map, &map_key, in efi_st_exit_boot_services() 61 ret = boottime->exit_boot_services(handle, map_key); in efi_st_exit_boot_services()
|
H A D | efi_selftest_memory.c | 101 efi_uintn_t map_key; in execute() local 124 ret = boottime->get_memory_map(&map_size, NULL, &map_key, &desc_size, in execute() 139 ret = boottime->get_memory_map(&map_size, memory_map, &map_key, in execute()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | load_bytes_relative.c | 19 __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()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | mem.c | 31 status = efi_bs_call(get_memory_map, &tmp.map_size, NULL, &tmp.map_key, in efi_get_memory_map() 55 status = efi_bs_call(get_memory_map, &m->map_size, m->map, &m->map_key, in efi_get_memory_map()
|
H A D | efi-stub-helper.c | 404 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services() 424 &map->map_key, in efi_exit_boot_services() 437 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
|
/openbmc/linux/tools/testing/selftests/bpf/map_tests/ |
H A D | map_in_map_batch_ops.c | 35 __u32 map_key = 0, map_id; in create_inner_maps() local 58 ret = bpf_map_update_elem(map_fd, &map_key, &map_id, 0); in create_inner_maps()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_memory.c | 503 efi_uintn_t *map_key, in efi_get_memory_map() argument 547 if (map_key) in efi_get_memory_map() 548 *map_key = efi_memory_map_key; in efi_get_memory_map()
|
H A D | efi_boottime.c | 365 efi_uintn_t *map_key, in efi_get_memory_map_ext() argument 372 map_key, descriptor_size, descriptor_version); in efi_get_memory_map_ext() 373 r = efi_get_memory_map(memory_map_size, memory_map, map_key, in efi_get_memory_map_ext() 1925 unsigned long map_key) in efi_exit_boot_services() argument 1929 EFI_ENTRY("%p, %ld", image_handle, map_key); in efi_exit_boot_services() 1932 if (map_key != efi_memory_map_key) in efi_exit_boot_services()
|
/openbmc/qemu/include/hw/loongarch/ |
H A D | boot.h | 89 uint64_t map_key; member
|
/openbmc/linux/include/uapi/sound/ |
H A D | sfnt_info.h | 171 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
|
/openbmc/linux/drivers/hid/ |
H A D | hid-input.c | 98 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) macro 733 map_key(KEY_UNKNOWN); in hidinput_configure_usage() 776 map_key(code); in hidinput_configure_usage() 949 map_key(BTN_TOOL_MOUSE); in hidinput_configure_usage() 952 map_key(BTN_TOOL_FINGER); in hidinput_configure_usage() 969 map_key(BTN_TOOL_PEN); in hidinput_configure_usage() 1336 map_key(BTN_MISC); in hidinput_configure_usage()
|
/openbmc/linux/sound/synth/emux/ |
H A D | soundfont.c | 438 zp->v.low == map.map_key && in load_map() 463 if (map.map_key >= 0) { in load_map() 464 zp->v.low = map.map_key; in load_map() 465 zp->v.high = map.map_key; in load_map()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 386 efi_uintn_t *map_key,
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 457 int map_key; member
|
/openbmc/linux/include/linux/ |
H A D | efi.h | 539 unsigned long map_key; member
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 12322 int map_key; member 12369 bpf_map_delete_elem(pb->map_fd, &cpu_buf->map_key); in perf_buffer__free() 12382 int cpu, int map_key) in perf_buffer__open_cpu_buf() argument 12394 cpu_buf->map_key = map_key; in perf_buffer__open_cpu_buf() 12585 int cpu, map_key; in __perf_buffer__new() local 12588 map_key = p->cpu_cnt > 0 ? p->map_keys[i] : i; in __perf_buffer__new() 12596 cpu_buf = perf_buffer__open_cpu_buf(pb, p->attr, cpu, map_key); in __perf_buffer__new() 12604 err = bpf_map_update_elem(pb->map_fd, &map_key, in __perf_buffer__new() 12609 cpu, map_key, cpu_buf->fd, in __perf_buffer__new()
|