Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/persistent-data/
Ddm-btree-remove.c64 BUG_ON((void *) key_ptr(n, shift) >= value_ptr(n, shift)); in node_shift()
65 memmove(key_ptr(n, 0), in node_shift()
66 key_ptr(n, shift), in node_shift()
73 memmove(key_ptr(n, shift), in node_shift()
74 key_ptr(n, 0), in node_shift()
91 memcpy(key_ptr(left, nr_left), in node_copy()
92 key_ptr(right, 0), in node_copy()
99 memcpy(key_ptr(right, 0), in node_copy()
100 key_ptr(left, nr_left - shift), in node_copy()
119 memmove(key_ptr(n, index), in delete_at()
[all …]
Ddm-btree-internal.h108 static inline __le64 *key_ptr(struct btree_node *n, uint32_t index) in key_ptr() function
Ddm-btree.c972 keys = le64_to_cpu(*key_ptr(n, i)); in walk_node()
1157 *key = le64_to_cpu(*key_ptr(bn, n->index)); in dm_btree_cursor_get_value()
/Linux-v5.4/drivers/firmware/efi/libstub/
Defi-stub-helper.c122 if (map->key_ptr && status == EFI_SUCCESS) in efi_get_memory_map()
123 *map->key_ptr = key; in efi_get_memory_map()
146 boot_map.key_ptr = NULL; in get_dram_base()
186 boot_map.key_ptr = NULL; in efi_high_alloc()
280 boot_map.key_ptr = NULL; in efi_low_alloc_above()
878 status = efi_call_early(exit_boot_services, handle, *map->key_ptr); in efi_exit_boot_services()
898 map->key_ptr, in efi_exit_boot_services()
911 status = efi_call_early(exit_boot_services, handle, *map->key_ptr); in efi_exit_boot_services()
Darm32-stub.c80 .key_ptr = NULL, in reserve_kernel_base()
Drandom.c85 map.key_ptr = NULL; in efi_random_alloc()
Dfdt.c269 map.key_ptr = &mmap_key; in allocate_new_fdt_and_exit_boot()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_maps.c324 void *key_ptr = !i ? NULL : &key; in test_hashmap_zero_seed() local
326 if (bpf_map_get_next_key(first, key_ptr, &next_first) != 0) in test_hashmap_zero_seed()
329 CHECK(bpf_map_get_next_key(second, key_ptr, &next_second) != 0, in test_hashmap_zero_seed()
331 "key_ptr: %p", key_ptr); in test_hashmap_zero_seed()
/Linux-v5.4/arch/x86/boot/compressed/
Deboot.c646 boot_map.key_ptr = NULL; in allocate_e820()
711 map.key_ptr = &key; in exit_boot()
/Linux-v5.4/drivers/misc/altera-stapl/
Daltera.c2134 char *key_ptr; in altera_get_note() local
2162 key_ptr = &p[note_strings + in altera_get_note()
2165 if (key && !strncasecmp(key, key_ptr, strlen(key_ptr))) { in altera_get_note()
/Linux-v5.4/fs/btrfs/
Dcheck-integrity.c1115 struct btrfs_key_ptr key_ptr; in btrfsic_process_metablock() local
1129 sf->block_ctx, &key_ptr, key_ptr_offset, in btrfsic_process_metablock()
1131 next_bytenr = btrfs_stack_key_blockptr(&key_ptr); in btrfsic_process_metablock()
1144 &key_ptr.key, in btrfsic_process_metablock()
1145 btrfs_stack_key_generation(&key_ptr)); in btrfsic_process_metablock()
/Linux-v5.4/drivers/crypto/
Dpicoxcell_crypto.c223 void __iomem *key_ptr = page_addr + ctx->key_offs; in spacc_cipher_write_ctx() local
226 memcpy_toio32(key_ptr, key, key_len / 4); in spacc_cipher_write_ctx()
/Linux-v5.4/include/linux/
Defi.h143 unsigned long *key_ptr; member