/Linux-v5.4/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 64 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 …]
|
D | dm-btree-internal.h | 108 static inline __le64 *key_ptr(struct btree_node *n, uint32_t index) in key_ptr() function
|
D | dm-btree.c | 972 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/ |
D | efi-stub-helper.c | 122 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()
|
D | arm32-stub.c | 80 .key_ptr = NULL, in reserve_kernel_base()
|
D | random.c | 85 map.key_ptr = NULL; in efi_random_alloc()
|
D | fdt.c | 269 map.key_ptr = &mmap_key; in allocate_new_fdt_and_exit_boot()
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_maps.c | 324 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/ |
D | eboot.c | 646 boot_map.key_ptr = NULL; in allocate_e820() 711 map.key_ptr = &key; in exit_boot()
|
/Linux-v5.4/drivers/misc/altera-stapl/ |
D | altera.c | 2134 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/ |
D | check-integrity.c | 1115 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/ |
D | picoxcell_crypto.c | 223 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/ |
D | efi.h | 143 unsigned long *key_ptr; member
|