Searched refs:key_ptr (Results 1 – 13 of 13) sorted by relevance
/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 | 975 keys = le64_to_cpu(*key_ptr(n, i)); in walk_node() 1160 *key = le64_to_cpu(*key_ptr(bn, n->index)); in dm_btree_cursor_get_value()
|
/drivers/firmware/efi/libstub/ |
D | mem.c | 63 if (map->key_ptr) in efi_get_memory_map() 64 *map->key_ptr = key; in efi_get_memory_map()
|
D | efi-stub-helper.c | 454 status = efi_bs_call(exit_boot_services, handle, *map->key_ptr); in efi_exit_boot_services() 474 map->key_ptr, in efi_exit_boot_services() 487 status = efi_bs_call(exit_boot_services, handle, *map->key_ptr); in efi_exit_boot_services()
|
D | randomalloc.c | 69 map.key_ptr = NULL; in efi_random_alloc()
|
D | relocate.c | 37 boot_map.key_ptr = NULL; in efi_low_alloc_above()
|
D | arm64-stub.c | 56 map.key_ptr = NULL; in check_image_region()
|
D | fdt.c | 260 map.key_ptr = &mmap_key; in allocate_new_fdt_and_exit_boot()
|
D | efistub.h | 165 unsigned long *key_ptr; member
|
D | x86-stub.c | 647 map.key_ptr = &key; in exit_boot()
|
/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()
|
/drivers/crypto/ |
D | picoxcell_crypto.c | 224 void __iomem *key_ptr = page_addr + ctx->key_offs; in spacc_cipher_write_ctx() local 227 memcpy_toio32(key_ptr, key, key_len / 4); in spacc_cipher_write_ctx()
|