/linux-4.1.27/arch/x86/lib/ |
D | usercopy_32.c | 54 _ASM_EXTABLE(0b,3b) \ 55 _ASM_EXTABLE(1b,2b) \ 160 _ASM_EXTABLE(1b,100b) in __copy_user_intel() 161 _ASM_EXTABLE(2b,100b) in __copy_user_intel() 162 _ASM_EXTABLE(3b,100b) in __copy_user_intel() 163 _ASM_EXTABLE(4b,100b) in __copy_user_intel() 164 _ASM_EXTABLE(5b,100b) in __copy_user_intel() 165 _ASM_EXTABLE(6b,100b) in __copy_user_intel() 166 _ASM_EXTABLE(7b,100b) in __copy_user_intel() 167 _ASM_EXTABLE(8b,100b) in __copy_user_intel() [all …]
|
D | copy_user_nocache_64.S | 34 jnz 100b 41 _ASM_EXTABLE(100b,103b) 42 _ASM_EXTABLE(101b,103b) 79 jnz 1b 89 jnz 18b 98 jnz 21b 115 _ASM_EXTABLE(1b,30b) 116 _ASM_EXTABLE(2b,30b) 117 _ASM_EXTABLE(3b,30b) 118 _ASM_EXTABLE(4b,30b) [all …]
|
D | copy_user_64.S | 32 jnz 100b 39 _ASM_EXTABLE(100b,103b) 40 _ASM_EXTABLE(101b,103b) 135 jnz 1b 145 jnz 18b 154 jnz 21b 169 _ASM_EXTABLE(1b,30b) 170 _ASM_EXTABLE(2b,30b) 171 _ASM_EXTABLE(3b,30b) 172 _ASM_EXTABLE(4b,30b) [all …]
|
D | mmx_32.c | 52 _ASM_EXTABLE(1b, 3b) in _mmx_memcpy() 78 _ASM_EXTABLE(1b, 3b) in _mmx_memcpy() 179 _ASM_EXTABLE(1b, 3b) : : "r" (from)); in fast_copy_page() 204 _ASM_EXTABLE(1b, 3b) : : "r" (from), "r" (to) : "memory"); in fast_copy_page() 297 _ASM_EXTABLE(1b, 3b) : : "r" (from)); in fast_copy_page() 322 _ASM_EXTABLE(1b, 3b) in fast_copy_page()
|
/linux-4.1.27/arch/arm64/crypto/ |
D | aes-neon.S | 27 movi v12.16b, #0x40 29 movi v14.16b, #0x1b 30 ld1 {v16.16b-v19.16b}, [\temp], #64 31 ld1 {v20.16b-v23.16b}, [\temp], #64 32 ld1 {v24.16b-v27.16b}, [\temp], #64 33 ld1 {v28.16b-v31.16b}, [\temp] 52 sub v9.16b, \in\().16b, v12.16b 53 tbl \in\().16b, {v16.16b-v19.16b}, \in\().16b 54 sub v10.16b, v9.16b, v12.16b 55 tbx \in\().16b, {v20.16b-v23.16b}, v9.16b [all …]
|
D | aes-ce-ccm-core.S | 25 eor v1.16b, v1.16b, v1.16b 29 ins v1.b[0], w7 30 ext v1.16b, v1.16b, v1.16b, #1 /* rotate in the input bytes */ 32 cbnz w8, 0b 33 eor v0.16b, v0.16b, v1.16b 41 mov v5.16b, v3.16b 42 b 4f 43 2: mov v4.16b, v3.16b 45 3: aese v0.16b, v4.16b 46 aesmc v0.16b, v0.16b [all …]
|
D | aes-modes.S | 124 ld1 {v0.16b-v1.16b}, [x1], #32 /* get 2 pt blocks */ 126 st1 {v0.16b-v1.16b}, [x0], #32 128 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 pt blocks */ 130 st1 {v0.16b-v3.16b}, [x0], #64 132 b .LecbencloopNx 138 ld1 {v0.16b}, [x1], #16 /* get next pt block */ 140 st1 {v0.16b}, [x0], #16 160 ld1 {v0.16b-v1.16b}, [x1], #32 /* get 2 ct blocks */ 162 st1 {v0.16b-v1.16b}, [x0], #32 164 ld1 {v0.16b-v3.16b}, [x1], #64 /* get 4 ct blocks */ [all …]
|
D | ghash-ce-core.S | 32 ld1 {SHASH.16b}, [x3] 33 ld1 {XL.16b}, [x1] 34 movi MASK.16b, #0xe1 35 ext SHASH2.16b, SHASH.16b, SHASH.16b, #8 37 eor SHASH2.16b, SHASH2.16b, SHASH.16b 42 b 1f 48 CPU_LE( rev64 T1.16b, T1.16b ) 50 ext T2.16b, XL.16b, XL.16b, #8 51 ext IN1.16b, T1.16b, T1.16b, #8 52 eor T1.16b, T1.16b, T2.16b [all …]
|
D | aes-ce.S | 24 ld1 {v17.16b-v18.16b}, [\rk], #32 25 1111: ld1 {v19.16b-v20.16b}, [\rk], #32 26 2222: ld1 {v21.16b-v24.16b}, [\rk], #64 27 ld1 {v25.16b-v28.16b}, [\rk], #64 28 ld1 {v29.16b-v31.16b}, [\rk] 47 aes\de \i0\().16b, \k\().16b 48 aes\mc \i0\().16b, \i0\().16b 50 aes\de \i1\().16b, \k\().16b 51 aes\mc \i1\().16b, \i1\().16b 53 aes\de \i2\().16b, \k\().16b [all …]
|
D | sha2-ce-core.S | 33 mov dg2v.16b, dg0v.16b 97 CPU_LE( rev32 v16.16b, v16.16b ) 98 CPU_LE( rev32 v17.16b, v17.16b ) 99 CPU_LE( rev32 v18.16b, v18.16b ) 100 CPU_LE( rev32 v19.16b, v19.16b ) 103 mov dg0v.16b, dgav.16b 104 mov dg1v.16b, dgbv.16b 131 cbnz w2, 0b 148 b 1b
|
/linux-4.1.27/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 33 #define SET_GLOBAL_REG_N(b, n, r, v) SET_GLOBAL_REG(b, ((r) + (n << 2)), (v)) argument 34 #define GET_GLOBAL_REG_N(b, n, r) GET_GLOBAL_REG(b, ((r) + (n << 2))) argument 37 #define GET_GLOBAL_FIELD(b, r, F) GET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT) argument 38 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument 39 GET_FIELD(((b) + (r) + ((c) << CTX_SHIFT)), F##_MASK, F##_SHIFT) 41 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument 42 SET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT, (v)) 43 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument 44 SET_FIELD(((b) + (r) + ((c) << CTX_SHIFT)), F##_MASK, F##_SHIFT, (v)) 97 #define SET_M2VCBR_N(b, N, v) SET_GLOBAL_REG_N(M2VCBR_N, N, (b), (v)) argument [all …]
|
/linux-4.1.27/arch/powerpc/lib/ |
D | copyuser_64.S | 25 b __copy_tofrom_user_power7 85 bdnz 21b 136 b 2f 163 bdnz 1b 230 b .Ldst_aligned 265 b 1f 316 bdnz 43b 332 bne 1b 341 bdnz 91b 346 bdnz 92b [all …]
|
D | copy_32.S | 47 b 104f; \ 50 b 105f; \ 53 .long 8 ## n ## 0b,9 ## n ## 0b; \ 54 .long 8 ## n ## 1b,9 ## n ## 0b; \ 55 .long 8 ## n ## 2b,9 ## n ## 0b; \ 56 .long 8 ## n ## 3b,9 ## n ## 0b; \ 57 .long 8 ## n ## 4b,9 ## n ## 1b; \ 58 .long 8 ## n ## 5b,9 ## n ## 1b; \ 59 .long 8 ## n ## 6b,9 ## n ## 1b; \ 60 .long 8 ## n ## 7b,9 ## n ## 1b; \ [all …]
|
D | checksum_32.S | 35 bdnz 1b 81 bdnz 2b 137 bdnz 71b 144 bdnz 82b 169 b 79f 181 bdnz 96b 189 bdnz 97b 207 .long 81b,src_error_1 208 .long 91b,dst_error 209 .long 71b,src_error_4 [all …]
|
D | string.S | 25 bne 1b 39 bdnzf 2,1b /* dec ctr, branch if ctr != 0 && !cr0.eq */ 45 bdnz 2b 53 bne 1b 58 bne 1b 69 beq 1b 83 bdnzt eq,1b 92 bne 1b 106 bdnzt 2,1b 119 bdnzf 2,1b [all …]
|
D | feature-fixups-test.S | 116 2: b 3f 118 beq 3b 119 b 1f 121 b 2b 122 1: bdnz 3b 130 2: b 3f 132 beq 3b 133 b 1f 135 b 2b 136 1: bdnz 3b [all …]
|
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/ |
D | copyuser_64.S | 25 b __copy_tofrom_user_power7 85 bdnz 21b 136 b 2f 163 bdnz 1b 230 b .Ldst_aligned 265 b 1f 316 bdnz 43b 332 bne 1b 341 bdnz 91b 346 bdnz 92b [all …]
|
/linux-4.1.27/drivers/md/bcache/ |
D | btree.c | 96 #define insert_lock(s, b) ((b)->level <= (s)->lock) argument 116 #define btree(fn, key, b, op, ...) \ argument 118 int _r, l = (b)->level - 1; \ 120 struct btree *_child = bch_btree_node_get((b)->c, op, key, l, \ 121 _w, b); \ 157 static inline struct bset *write_block(struct btree *b) in write_block() argument 159 return ((void *) btree_bset_first(b)) + b->written * block_bytes(b->c); in write_block() 162 static void bch_btree_init_next(struct btree *b) in bch_btree_init_next() argument 165 if (b->level && b->keys.nsets) in bch_btree_init_next() 166 bch_btree_sort(&b->keys, &b->c->sort); in bch_btree_init_next() [all …]
|
D | alloc.c | 74 uint8_t bch_inc_gen(struct cache *ca, struct bucket *b) in bch_inc_gen() argument 76 uint8_t ret = ++b->gen; in bch_inc_gen() 78 ca->set->need_gc = max(ca->set->need_gc, bucket_gc_gen(b)); in bch_inc_gen() 87 struct bucket *b; in bch_rescale_priorities() local 106 for_each_bucket(b, ca) in bch_rescale_priorities() 107 if (b->prio && in bch_rescale_priorities() 108 b->prio != BTREE_PRIO && in bch_rescale_priorities() 109 !atomic_read(&b->pin)) { in bch_rescale_priorities() 110 b->prio--; in bch_rescale_priorities() 111 c->min_prio = min(c->min_prio, b->prio); in bch_rescale_priorities() [all …]
|
D | bset.c | 19 void bch_dump_bset(struct btree_keys *b, struct bset *i, unsigned set) in bch_dump_bset() argument 29 if (b->ops->key_dump) in bch_dump_bset() 30 b->ops->key_dump(b, k); in bch_dump_bset() 35 bkey_cmp(k, b->ops->is_extents ? in bch_dump_bset() 41 void bch_dump_bucket(struct btree_keys *b) in bch_dump_bucket() argument 46 for (i = 0; i <= b->nsets; i++) in bch_dump_bucket() 47 bch_dump_bset(b, b->set[i].data, in bch_dump_bucket() 48 bset_sector_offset(b, b->set[i].data)); in bch_dump_bucket() 52 int __bch_count_data(struct btree_keys *b) in __bch_count_data() argument 58 if (b->ops->is_extents) in __bch_count_data() [all …]
|
D | bset.h | 226 static inline struct bset_tree *bset_tree_last(struct btree_keys *b) in bset_tree_last() argument 228 return b->set + b->nsets; in bset_tree_last() 231 static inline bool bset_written(struct btree_keys *b, struct bset_tree *t) in bset_written() argument 233 return t <= b->set + b->nsets - b->last_set_unwritten; in bset_written() 236 static inline bool bkey_written(struct btree_keys *b, struct bkey *k) in bkey_written() argument 238 return !b->last_set_unwritten || k < b->set[b->nsets].data->start; in bkey_written() 241 static inline unsigned bset_byte_offset(struct btree_keys *b, struct bset *i) in bset_byte_offset() argument 243 return ((size_t) i) - ((size_t) b->set->data); in bset_byte_offset() 246 static inline unsigned bset_sector_offset(struct btree_keys *b, struct bset *i) in bset_sector_offset() argument 248 return bset_byte_offset(b, i) >> 9; in bset_sector_offset() [all …]
|
D | btree.h | 150 static inline bool btree_node_ ## flag(struct btree *b) \ 151 { return test_bit(BTREE_NODE_ ## flag, &b->flags); } \ 153 static inline void set_btree_node_ ## flag(struct btree *b) \ 154 { set_bit(BTREE_NODE_ ## flag, &b->flags); } \ 166 static inline struct btree_write *btree_current_write(struct btree *b) in btree_current_write() argument 168 return b->writes + btree_node_write_idx(b); in btree_current_write() 171 static inline struct btree_write *btree_prev_write(struct btree *b) in btree_prev_write() argument 173 return b->writes + (btree_node_write_idx(b) ^ 1); in btree_prev_write() 176 static inline struct bset *btree_bset_first(struct btree *b) in btree_bset_first() argument 178 return b->keys.set->data; in btree_bset_first() [all …]
|
D | extents.c | 127 struct btree *b = container_of(keys, struct btree, keys); in bch_bkey_dump() local 135 size_t n = PTR_BUCKET_NR(b->c, k, j); in bch_bkey_dump() 138 if (n >= b->c->sb.first_bucket && n < b->c->sb.nbuckets) in bch_bkey_dump() 140 PTR_BUCKET(b->c, k, j)->prio); in bch_bkey_dump() 143 printk(" %s\n", bch_ptr_status(b->c, k)); in bch_bkey_dump() 167 struct btree *b = container_of(bk, struct btree, keys); in bch_btree_ptr_invalid() local 168 return __bch_btree_ptr_invalid(b->c, k); in bch_btree_ptr_invalid() 171 static bool btree_ptr_bad_expensive(struct btree *b, const struct bkey *k) in btree_ptr_bad_expensive() argument 177 if (mutex_trylock(&b->c->bucket_lock)) { in btree_ptr_bad_expensive() 179 if (ptr_available(b->c, k, i)) { in btree_ptr_bad_expensive() [all …]
|
D | debug.c | 23 #define for_each_written_bset(b, start, i) \ argument 25 (void *) i < (void *) (start) + (KEY_SIZE(&b->key) << 9) &&\ 27 i = (void *) i + set_blocks(i, block_bytes(b->c)) * \ 28 block_bytes(b->c)) 30 void bch_btree_verify(struct btree *b) in bch_btree_verify() argument 32 struct btree *v = b->c->verify_data; in bch_btree_verify() 36 if (!b->c->verify || !b->c->verify_ondisk) in bch_btree_verify() 39 down(&b->io_mutex); in bch_btree_verify() 40 mutex_lock(&b->c->verify_lock); in bch_btree_verify() 42 ondisk = b->c->verify_ondisk; in bch_btree_verify() [all …]
|
D | movinggc.c | 65 struct bbio *b = container_of(bio, struct bbio, bio); in read_moving_endio() local 71 else if (!KEY_DIRTY(&b->key) && in read_moving_endio() 72 ptr_stale(io->op.c, &b->key, 0)) { in read_moving_endio() 195 struct bucket *b; in bucket_heap_top() local 196 return (b = heap_peek(&ca->heap)) ? GC_SECTORS_USED(b) : 0; in bucket_heap_top() 202 struct bucket *b; in bch_moving_gc() local 217 for_each_bucket(b, ca) { in bch_moving_gc() 218 if (GC_MARK(b) == GC_MARK_METADATA || in bch_moving_gc() 219 !GC_SECTORS_USED(b) || in bch_moving_gc() 220 GC_SECTORS_USED(b) == ca->sb.bucket_size || in bch_moving_gc() [all …]
|
/linux-4.1.27/net/ceph/crush/ |
D | crush.c | 30 int crush_get_bucket_item_weight(const struct crush_bucket *b, int p) in crush_get_bucket_item_weight() argument 32 if ((__u32)p >= b->size) in crush_get_bucket_item_weight() 35 switch (b->alg) { in crush_get_bucket_item_weight() 37 return ((struct crush_bucket_uniform *)b)->item_weight; in crush_get_bucket_item_weight() 39 return ((struct crush_bucket_list *)b)->item_weights[p]; in crush_get_bucket_item_weight() 41 return ((struct crush_bucket_tree *)b)->node_weights[crush_calc_tree_node(p)]; in crush_get_bucket_item_weight() 43 return ((struct crush_bucket_straw *)b)->item_weights[p]; in crush_get_bucket_item_weight() 45 return ((struct crush_bucket_straw2 *)b)->item_weights[p]; in crush_get_bucket_item_weight() 50 void crush_destroy_bucket_uniform(struct crush_bucket_uniform *b) in crush_destroy_bucket_uniform() argument 52 kfree(b->h.perm); in crush_destroy_bucket_uniform() [all …]
|
D | hash.c | 10 #define crush_hashmix(a, b, c) do { \ argument 11 a = a-b; a = a-c; a = a^(c>>13); \ 12 b = b-c; b = b-a; b = b^(a<<8); \ 13 c = c-a; c = c-b; c = c^(b>>13); \ 14 a = a-b; a = a-c; a = a^(c>>12); \ 15 b = b-c; b = b-a; b = b^(a<<16); \ 16 c = c-a; c = c-b; c = c^(b>>5); \ 17 a = a-b; a = a-c; a = a^(c>>3); \ 18 b = b-c; b = b-a; b = b^(a<<10); \ 19 c = c-a; c = c-b; c = c^(b>>15); \ [all …]
|
/linux-4.1.27/drivers/md/ |
D | dm-bufio.c | 262 struct dm_buffer *b; in __find() local 265 b = container_of(n, struct dm_buffer, node); in __find() 267 if (b->block == block) in __find() 268 return b; in __find() 270 n = (b->block < block) ? n->rb_left : n->rb_right; in __find() 276 static void __insert(struct dm_bufio_client *c, struct dm_buffer *b) in __insert() argument 284 if (found->block == b->block) { in __insert() 285 BUG_ON(found != b); in __insert() 290 new = (found->block < b->block) ? in __insert() 294 rb_link_node(&b->node, parent, new); in __insert() [all …]
|
D | dm-cache-block-types.h | 24 static inline dm_oblock_t to_oblock(dm_block_t b) in to_oblock() argument 26 return (__force dm_oblock_t) b; in to_oblock() 29 static inline dm_block_t from_oblock(dm_oblock_t b) in from_oblock() argument 31 return (__force dm_block_t) b; in from_oblock() 34 static inline dm_cblock_t to_cblock(uint32_t b) in to_cblock() argument 36 return (__force dm_cblock_t) b; in to_cblock() 39 static inline uint32_t from_cblock(dm_cblock_t b) in from_cblock() argument 41 return (__force uint32_t) b; in from_cblock() 44 static inline dm_dblock_t to_dblock(dm_block_t b) in to_dblock() argument 46 return (__force dm_dblock_t) b; in to_dblock() [all …]
|
/linux-4.1.27/drivers/misc/ |
D | vmw_balloon.c | 224 static bool vmballoon_send_start(struct vmballoon *b) in vmballoon_send_start() argument 228 STATS_INC(b->stats.start); in vmballoon_send_start() 235 STATS_INC(b->stats.start_fail); in vmballoon_send_start() 239 static bool vmballoon_check_status(struct vmballoon *b, unsigned long status) in vmballoon_check_status() argument 246 b->reset_required = true; in vmballoon_check_status() 260 static bool vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id() argument 266 STATS_INC(b->stats.guest_type); in vmballoon_send_guest_id() 268 if (vmballoon_check_status(b, status)) in vmballoon_send_guest_id() 272 STATS_INC(b->stats.guest_type_fail); in vmballoon_send_guest_id() 279 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target() argument [all …]
|
/linux-4.1.27/arch/s390/lib/ |
D | uaccess.c | 54 EX_TABLE(0b,2b) EX_TABLE(3b,4b) EX_TABLE(9b,2b) EX_TABLE(10b,4b) in copy_from_user_mvcos() 98 EX_TABLE(0b,3b) EX_TABLE(2b,3b) EX_TABLE(4b,5b) in copy_from_user_mvcp() 99 EX_TABLE(10b,3b) EX_TABLE(11b,3b) EX_TABLE(12b,5b) in copy_from_user_mvcp() 137 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_to_user_mvcos() 171 EX_TABLE(0b,3b) EX_TABLE(2b,3b) EX_TABLE(4b,6b) in copy_to_user_mvcs() 172 EX_TABLE(7b,3b) EX_TABLE(8b,3b) EX_TABLE(9b,6b) in copy_to_user_mvcs() 203 EX_TABLE(0b,3b) in copy_in_user_mvcos() 235 EX_TABLE(1b,6b) EX_TABLE(2b,0b) EX_TABLE(4b,0b) in copy_in_user_mvc() 271 EX_TABLE(0b,2b) EX_TABLE(3b,5b) in clear_user_mvcos() 307 EX_TABLE(1b,6b) EX_TABLE(2b,0b) EX_TABLE(4b,0b) in clear_user_xc() [all …]
|
/linux-4.1.27/arch/x86/xen/ |
D | multicalls.c | 57 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in xen_mc_flush() local 69 trace_xen_mc_flush(b->mcidx, b->argidx, b->cbidx); in xen_mc_flush() 71 switch (b->mcidx) { in xen_mc_flush() 74 BUG_ON(b->argidx != 0); in xen_mc_flush() 80 mc = &b->entries[0]; in xen_mc_flush() 90 memcpy(b->debug, b->entries, in xen_mc_flush() 91 b->mcidx * sizeof(struct multicall_entry)); in xen_mc_flush() 94 if (HYPERVISOR_multicall(b->entries, b->mcidx) != 0) in xen_mc_flush() 96 for (i = 0; i < b->mcidx; i++) in xen_mc_flush() 97 if (b->entries[i].result < 0) in xen_mc_flush() [all …]
|
/linux-4.1.27/arch/avr32/lib/ |
D | copy_user.S | 56 brge 2b 67 21: st.b r12++, r8 71 23: st.b r12++, r8 75 25: st.b r12++, r8 80 brlt 4b 84 31: st.b r12++, r8 87 breq 1b 89 33: st.b r12++, r8 92 breq 1b 94 35: st.b r12++, r8 [all …]
|
D | clear_user.S | 33 brge 10b 44 12: st.b r12++, r8 49 brlt 2b 53 13: st.b r12++, r8 55 14: st.b r12++, r8 57 15: st.b r12++, r8 59 rjmp 1b 71 .long 10b, 18b 72 .long 11b, 19b 73 .long 12b, 19b [all …]
|
D | io-readsb.S | 13 st.b r11++, r8 16 brne 1b 33 1: ldins.b r8:t, r12[0] 34 ldins.b r8:u, r12[0] 35 ldins.b r8:l, r12[0] 36 ldins.b r8:b, r12[0] 39 brge 1b 46 st.b r11++, r8 47 brne 3b
|
D | memset.S | 40 brge 4b 54 st.b r8++, r11 55 st.b r8++, r11 58 6: st.b r8++, r11 63 brlt 5b 67 st.b r8++, r11 68 st.b r8++, r11 69 st.b r8++, r11 70 rjmp 2b
|
D | io-writesb.S | 13 st.b r12[0], r8 16 brne 1b 35 st.b r12[0], r9 37 st.b r12[0], r9 39 st.b r12[0], r9 40 st.b r12[0], r8 42 brge 1b 49 st.b r12[0], r8 50 brne 3b
|
D | memcpy.S | 34 brge 3b 43 st.b r12++, r8 45 st.b r12++, r8 47 st.b r12++, r8 53 brlt 4b 58 st.b r12++, r8 60 st.b r12++, r8 62 st.b r12++, r8 72 rjmp 5b
|
/linux-4.1.27/Documentation/ |
D | kasan.txt | 70 Object ffff8800693bc558: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk 71 Object ffff8800693bc568: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk 72 Object ffff8800693bc578: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk 73 Object ffff8800693bc588: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk 74 Object ffff8800693bc598: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk 75 Object ffff8800693bc5a8: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk 76 Object ffff8800693bc5b8: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b kkkkkkkkkkkkkkkk 77 Object ffff8800693bc5c8: 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5 kkkkkkkkkkkkkkk.
|
/linux-4.1.27/net/ceph/ |
D | ceph_hash.c | 10 #define mix(a, b, c) \ argument 12 a = a - b; a = a - c; a = a ^ (c >> 13); \ 13 b = b - c; b = b - a; b = b ^ (a << 8); \ 14 c = c - a; c = c - b; c = c ^ (b >> 13); \ 15 a = a - b; a = a - c; a = a ^ (c >> 12); \ 16 b = b - c; b = b - a; b = b ^ (a << 16); \ 17 c = c - a; c = c - b; c = c ^ (b >> 5); \ 18 a = a - b; a = a - c; a = a ^ (c >> 3); \ 19 b = b - c; b = b - a; b = b ^ (a << 10); \ 20 c = c - a; c = c - b; c = c ^ (b >> 15); \ [all …]
|
D | buffer.c | 13 struct ceph_buffer *b; in ceph_buffer_new() local 15 b = kmalloc(sizeof(*b), gfp); in ceph_buffer_new() 16 if (!b) in ceph_buffer_new() 19 b->vec.iov_base = ceph_kvmalloc(len, gfp); in ceph_buffer_new() 20 if (!b->vec.iov_base) { in ceph_buffer_new() 21 kfree(b); in ceph_buffer_new() 25 kref_init(&b->kref); in ceph_buffer_new() 26 b->alloc_len = len; in ceph_buffer_new() 27 b->vec.iov_len = len; in ceph_buffer_new() 28 dout("buffer_new %p\n", b); in ceph_buffer_new() [all …]
|
D | armor.c | 42 unsigned char a, b, c; in ceph_armor() local 47 b = *src++; in ceph_armor() 48 *dst++ = encode_bits(((a & 3) << 4) | (b >> 4)); in ceph_armor() 51 *dst++ = encode_bits(((b & 15) << 2) | in ceph_armor() 55 *dst++ = encode_bits((b & 15) << 2); in ceph_armor() 79 int a, b, c, d; in ceph_unarmor() local 88 b = decode_bits(src[1]); in ceph_unarmor() 91 if (a < 0 || b < 0 || c < 0 || d < 0) in ceph_unarmor() 94 *dst++ = (a << 2) | (b >> 4); in ceph_unarmor() 97 *dst++ = ((b & 15) << 4) | (c >> 2); in ceph_unarmor()
|
/linux-4.1.27/include/linux/ |
D | jhash.h | 35 #define __jhash_mix(a, b, c) \ argument 37 a -= c; a ^= rol32(c, 4); c += b; \ 38 b -= a; b ^= rol32(a, 6); a += c; \ 39 c -= b; c ^= rol32(b, 8); b += a; \ 40 a -= c; a ^= rol32(c, 16); c += b; \ 41 b -= a; b ^= rol32(a, 19); a += c; \ 42 c -= b; c ^= rol32(b, 4); b += a; \ 46 #define __jhash_final(a, b, c) \ argument 48 c ^= b; c -= rol32(b, 14); \ 50 b ^= a; b -= rol32(a, 25); \ [all …]
|
D | jiffies.h | 101 #define time_after(a,b) \ argument 103 typecheck(unsigned long, b) && \ 104 ((long)((b) - (a)) < 0)) 105 #define time_before(a,b) time_after(b,a) argument 107 #define time_after_eq(a,b) \ argument 109 typecheck(unsigned long, b) && \ 110 ((long)((a) - (b)) >= 0)) 111 #define time_before_eq(a,b) time_after_eq(b,a) argument 116 #define time_in_range(a,b,c) \ argument 117 (time_after_eq(a,b) && \ [all …]
|
D | etherdevice.h | 74 static const __be16 *b = (const __be16 *)eth_reserved_addr_base; in is_link_local_ether_addr() local 78 return (((*(const u32 *)addr) ^ (*(const u32 *)b)) | in is_link_local_ether_addr() 79 ((a[2] ^ b[2]) & m)) == 0; in is_link_local_ether_addr() 81 return ((a[0] ^ b[0]) | (a[1] ^ b[1]) | ((a[2] ^ b[2]) & m)) == 0; in is_link_local_ether_addr() 238 const u16 *b = (const u16 *)src; in ether_addr_copy() 240 a[0] = b[0]; in ether_addr_copy() 241 a[1] = b[1]; in ether_addr_copy() 242 a[2] = b[2]; in ether_addr_copy() 279 const u16 *b = (const u16 *)addr2; in ether_addr_equal() 281 return ((a[0] ^ b[0]) | (a[1] ^ b[1]) | (a[2] ^ b[2])) == 0; in ether_addr_equal() [all …]
|
D | hid-debug.h | 53 #define hid_dump_input(a,b,c) do { } while (0) argument 54 #define hid_dump_report(a,b,c,d) do { } while (0) argument 55 #define hid_dump_device(a,b) do { } while (0) argument 56 #define hid_dump_field(a,b,c) do { } while (0) argument 57 #define hid_resolv_usage(a,b) do { } while (0) argument 58 #define hid_debug_register(a, b) do { } while (0) argument 62 #define hid_debug_event(a,b) do { } while (0) argument
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_bitmap.c | 120 struct drbd_bitmap *b = device->bitmap; in __bm_print_lock_info() local 125 func, b->bm_why ?: "?", in __bm_print_lock_info() 126 b->bm_task->comm, task_pid_nr(b->bm_task)); in __bm_print_lock_info() 131 struct drbd_bitmap *b = device->bitmap; in drbd_bm_lock() local 134 if (!b) { in drbd_bm_lock() 139 trylock_failed = !mutex_trylock(&b->bm_change); in drbd_bm_lock() 144 why, b->bm_why ?: "?", in drbd_bm_lock() 145 b->bm_task->comm, task_pid_nr(b->bm_task)); in drbd_bm_lock() 146 mutex_lock(&b->bm_change); in drbd_bm_lock() 148 if (BM_LOCKED_MASK & b->bm_flags) in drbd_bm_lock() [all …]
|
D | drbd_vli.h | 150 #define LEVEL(t,b,v) \ in vli_decode_bits() argument 152 if ((in & ((1 << b) -1)) == v) { \ in vli_decode_bits() 153 *out = ((in & ((~0ULL) >> (64-t))) >> b) + adj; \ in vli_decode_bits() 156 adj += 1ULL << (t - b); \ in vli_decode_bits() 176 #define LEVEL(t,b,v) do { \ in __vli_encode_bits() argument 177 max += 1ULL << (t - b); \ in __vli_encode_bits() 180 *out = ((in - adj) << b) | v; \ in __vli_encode_bits() 205 u8 *b; member 213 cur->b = s; in bitstream_cursor_reset() 222 cur->b = cur->b + (bits >> 3); in bitstream_cursor_advance() [all …]
|
/linux-4.1.27/lib/ |
D | md5.c | 15 u32 a, b, c, d; in md5_transform() local 18 b = hash[1]; in md5_transform() 22 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in md5_transform() 23 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in md5_transform() 24 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in md5_transform() 25 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in md5_transform() 26 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in md5_transform() 27 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in md5_transform() 28 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in md5_transform() 29 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in md5_transform() [all …]
|
D | decompress_unxz.c | 177 static bool memeq(const void *a, const void *b, size_t size) in memeq() argument 180 const uint8_t *y = b; in memeq() 194 uint8_t *b = buf; in memzero() local 195 uint8_t *e = b + size; in memzero() 197 while (b != e) in memzero() 198 *b++ = '\0'; in memzero() 257 struct xz_buf b; in unxz() local 278 b.out = out; in unxz() 279 b.out_size = (size_t)-1; in unxz() 281 b.out_size = XZ_IOBUF_SIZE; in unxz() [all …]
|
D | halfmd4.c | 16 #define ROUND(f, a, b, c, d, x, s) \ argument 17 (a += f(b, c, d) + x, a = (a << s) | (a >> (32 - s))) 27 __u32 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in half_md4_transform() local 30 ROUND(F, a, b, c, d, in[0] + K1, 3); in half_md4_transform() 31 ROUND(F, d, a, b, c, in[1] + K1, 7); in half_md4_transform() 32 ROUND(F, c, d, a, b, in[2] + K1, 11); in half_md4_transform() 33 ROUND(F, b, c, d, a, in[3] + K1, 19); in half_md4_transform() 34 ROUND(F, a, b, c, d, in[4] + K1, 3); in half_md4_transform() 35 ROUND(F, d, a, b, c, in[5] + K1, 7); in half_md4_transform() 36 ROUND(F, c, d, a, b, in[6] + K1, 11); in half_md4_transform() [all …]
|
D | uuid.c | 26 static void __uuid_gen_common(__u8 b[16]) in __uuid_gen_common() 28 prandom_bytes(b, 16); in __uuid_gen_common() 30 b[8] = (b[8] & 0x3F) | 0x80; in __uuid_gen_common() 35 __uuid_gen_common(lu->b); in uuid_le_gen() 37 lu->b[7] = (lu->b[7] & 0x0F) | 0x40; in uuid_le_gen() 43 __uuid_gen_common(bu->b); in uuid_be_gen() 45 bu->b[6] = (bu->b[6] & 0x0F) | 0x40; in uuid_be_gen()
|
D | gcd.c | 6 unsigned long gcd(unsigned long a, unsigned long b) in gcd() argument 10 if (a < b) in gcd() 11 swap(a, b); in gcd() 13 if (!b) in gcd() 15 while ((r = a % b) != 0) { in gcd() 16 a = b; in gcd() 17 b = r; in gcd() 19 return b; in gcd()
|
D | list_sort.c | 21 struct list_head *b), in merge() argument 22 struct list_head *a, struct list_head *b) in merge() 26 while (a && b) { in merge() 28 if ((*cmp)(priv, a, b) <= 0) { in merge() 32 tail->next = b; in merge() 33 b = b->next; in merge() 37 tail->next = a?:b; in merge() 50 struct list_head *b), in merge_and_restore_back_links() argument 52 struct list_head *a, struct list_head *b) in merge_and_restore_back_links() 57 while (a && b) { in merge_and_restore_back_links() [all …]
|
D | inflate.c | 140 uch b; /* number of bits in this code or subcode */ member 233 #define NEEDBITS(n) {while(k<(n)){b|=((ulg)NEXTBYTE())<<k;k+=8;}} 234 #define DUMPBITS(n) {b>>=(n);k-=(n);} 322 unsigned *b, /* code lengths in bits (all assumed <= BMAX) */ in huft_build() argument 374 p = b; i = n; in huft_build() 433 p = b; i = 0; in huft_build() 506 r.b = (uch)l; /* bits to dump before this table */ in huft_build() 517 r.b = (uch)(k - w); in huft_build() 602 register ulg b; /* bit buffer */ in inflate_codes() local 607 b = bb; /* initialize bit buffer */ in inflate_codes() [all …]
|
D | lcm.c | 7 unsigned long lcm(unsigned long a, unsigned long b) in lcm() argument 9 if (a && b) in lcm() 10 return (a / gcd(a, b)) * b; in lcm() 16 unsigned long lcm_not_zero(unsigned long a, unsigned long b) in lcm_not_zero() argument 18 unsigned long l = lcm(a, b); in lcm_not_zero() 23 return (b ? : a); in lcm_not_zero()
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 69 struct threshold_block *b; member 82 static const char *bank4_names(const struct threshold_block *b) in bank4_names() argument 84 switch (b->address) { in bank4_names() 96 WARN(1, "Funny MSR: 0x%08x\n", b->address); in bank4_names() 117 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid() argument 123 "for bank %d, block %d (MSR%08X=0x%x%08x)\n", b->cpu, in lvt_off_valid() 124 b->bank, b->block, b->address, hi, lo); in lvt_off_valid() 131 b->cpu, apic, b->bank, b->block, b->address, hi, lo); in lvt_off_valid() 147 rdmsr(tr->b->address, lo, hi); in threshold_restart_bank() 149 if (tr->b->threshold_limit < (hi & THRESHOLD_MAX)) in threshold_restart_bank() [all …]
|
/linux-4.1.27/crypto/ |
D | memneq.c | 68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic() argument 74 neq |= *(unsigned long *)a ^ *(unsigned long *)b; in __crypto_memneq_generic() 77 b += sizeof(unsigned long); in __crypto_memneq_generic() 82 neq |= *(unsigned char *)a ^ *(unsigned char *)b; in __crypto_memneq_generic() 85 b += 1; in __crypto_memneq_generic() 92 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16() argument 98 neq |= *(unsigned long *)(a) ^ *(unsigned long *)(b); in __crypto_memneq_16() 100 neq |= *(unsigned long *)(a+8) ^ *(unsigned long *)(b+8); in __crypto_memneq_16() 103 neq |= *(unsigned int *)(a) ^ *(unsigned int *)(b); in __crypto_memneq_16() 105 neq |= *(unsigned int *)(a+4) ^ *(unsigned int *)(b+4); in __crypto_memneq_16() [all …]
|
D | des_generic.c | 617 #define DES_PC2(a, b, c, d) (T4(d) | T3(c) | T2(b) | T1(a)) argument 634 unsigned long a, b, c, d, w; in des_ekey() local 639 b = k[6]; b &= 0x0e; b <<= 4; b |= k[2] & 0x1e; b = pc1[b]; in des_ekey() 642 pe[15 * 2 + 0] = DES_PC2(a, b, c, d); d = rs[d]; in des_ekey() 643 pe[14 * 2 + 0] = DES_PC2(d, a, b, c); c = rs[c]; b = rs[b]; in des_ekey() 644 pe[13 * 2 + 0] = DES_PC2(b, c, d, a); a = rs[a]; d = rs[d]; in des_ekey() 645 pe[12 * 2 + 0] = DES_PC2(d, a, b, c); c = rs[c]; b = rs[b]; in des_ekey() 646 pe[11 * 2 + 0] = DES_PC2(b, c, d, a); a = rs[a]; d = rs[d]; in des_ekey() 647 pe[10 * 2 + 0] = DES_PC2(d, a, b, c); c = rs[c]; b = rs[b]; in des_ekey() 648 pe[ 9 * 2 + 0] = DES_PC2(b, c, d, a); a = rs[a]; d = rs[d]; in des_ekey() [all …]
|
D | md4.c | 63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument 65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument 86 u32 a, b, c, d; in md4_transform() local 89 b = hash[1]; in md4_transform() 93 ROUND1(a, b, c, d, in[0], 3); in md4_transform() 94 ROUND1(d, a, b, c, in[1], 7); in md4_transform() 95 ROUND1(c, d, a, b, in[2], 11); in md4_transform() 96 ROUND1(b, c, d, a, in[3], 19); in md4_transform() 97 ROUND1(a, b, c, d, in[4], 3); in md4_transform() [all …]
|
D | sha256_generic.c | 57 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local 70 a=state[0]; b=state[1]; c=state[2]; d=state[3]; in sha256_transform() 75 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha256_transform() 77 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha256_transform() 79 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha256_transform() 80 t1 = e + e1(b) + Ch(b,c,d) + 0xe9b5dba5 + W[ 3]; in sha256_transform() 82 t1 = d + e1(a) + Ch(a,b,c) + 0x3956c25b + W[ 4]; in sha256_transform() 84 t1 = c + e1(h) + Ch(h,a,b) + 0x59f111f1 + W[ 5]; in sha256_transform() 86 t1 = b + e1(g) + Ch(g,h,a) + 0x923f82a4 + W[ 6]; in sha256_transform() 87 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha256_transform() [all …]
|
D | twofish_generic.c | 58 #define G2(b) \ argument 59 (ctx->s[1][(b) & 0xFF]) ^ (ctx->s[2][((b) >> 8) & 0xFF]) \ 60 ^ (ctx->s[3][((b) >> 16) & 0xFF]) ^ (ctx->s[0][(b) >> 24]) 67 #define ENCROUND(n, a, b, c, d) \ argument 68 x = G1 (a); y = G2 (b); \ 74 #define DECROUND(n, a, b, c, d) \ argument 75 x = G1 (a); y = G2 (b); \ 86 ENCROUND (2 * (n), a, b, c, d); \ 87 ENCROUND (2 * (n) + 1, c, d, a, b) 90 DECROUND (2 * (n) + 1, c, d, a, b); \ [all …]
|
D | tgr192.c | 38 u64 a, b, c; member 404 u64 b = *rb; in tgr192_round() local 410 b += sbox4[(c >> 8) & 0xff] ^ sbox3[(c >> 24) & 0xff] in tgr192_round() 412 b *= mul; in tgr192_round() 415 *rb = b; in tgr192_round() 423 u64 b = *rb; in tgr192_pass() local 426 tgr192_round(&a, &b, &c, x[0], mul); in tgr192_pass() 427 tgr192_round(&b, &c, &a, x[1], mul); in tgr192_pass() 428 tgr192_round(&c, &a, &b, x[2], mul); in tgr192_pass() 429 tgr192_round(&a, &b, &c, x[3], mul); in tgr192_pass() [all …]
|
/linux-4.1.27/arch/hexagon/mm/ |
D | copy_to_user.S | 81 .long 1100b,1109b 82 .long 2100b,2109b 83 .long 4100b,4109b 84 .long 8180b,8189b 85 .long 8190b,8199b 86 .long 4180b,4189b 87 .long 4190b,4199b 88 .long 2180b,2189b 89 .long 2190b,2199b 90 .long 1180b,1189b [all …]
|
D | copy_from_user.S | 107 .long 1000b,1009b 108 .long 2000b,2009b 109 .long 4000b,4009b 110 .long 8080b,8089b 111 .long 4080b,4089b 112 .long 2080b,2089b 113 .long 1080b,1089b
|
/linux-4.1.27/arch/x86/include/asm/ |
D | alternative-asm.h | 13 .long 672b - . 34 .skip -(((144f-143f)-(141b-140b)) > 0) * ((144f-143f)-(141b-140b)),0x90 38 altinstruction_entry 140b,143f,\feature,142b-140b,144f-143f,142b-141b 48 #define old_len 141b-140b 56 #define alt_max_short(a, b) ((a) ^ (((a) ^ (b)) & -(-((a) < (b))))) argument 67 altinstruction_entry 140b,143f,\feature1,142b-140b,144f-143f,142b-141b 68 altinstruction_entry 140b,144f,\feature2,142b-140b,145f-144f,142b-141b
|
D | uaccess.h | 34 #define segment_eq(a, b) ((a).seg == (b).seg) argument 202 _ASM_EXTABLE(1b, 4b) \ 203 _ASM_EXTABLE(2b, 4b) \ 212 _ASM_EXTABLE_EX(1b, 2b) \ 213 _ASM_EXTABLE_EX(2b, 3b) \ 366 _ASM_EXTABLE(1b, 3b) \ 394 _ASM_EXTABLE_EX(1b, 2b) \ 430 _ASM_EXTABLE(1b, 3b) \ 437 _ASM_EXTABLE_EX(1b, 2b) \ 555 _ASM_EXTABLE(1b, 3b) \ [all …]
|
/linux-4.1.27/arch/sparc/crypto/ |
D | opcodes.h | 17 #define CRC32C(a,b,c) \ argument 18 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c)); 29 #define AES_EROUND01(a,b,c,d) \ argument 30 .word (F3F(2, 0x19, 0)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 31 #define AES_EROUND23(a,b,c,d) \ argument 32 .word (F3F(2, 0x19, 1)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 33 #define AES_DROUND01(a,b,c,d) \ argument 34 .word (F3F(2, 0x19, 2)|RS1(a)|RS2(b)|RS3(c)|RD(d)); 35 #define AES_DROUND23(a,b,c,d) \ argument 36 .word (F3F(2, 0x19, 3)|RS1(a)|RS2(b)|RS3(c)|RD(d)); [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ppc_asm.h | 113 #define SAVE_VR(n,b,base) li b,16*(n); stvx n,base,b argument 114 #define SAVE_2VRS(n,b,base) SAVE_VR(n,b,base); SAVE_VR(n+1,b,base) argument 115 #define SAVE_4VRS(n,b,base) SAVE_2VRS(n,b,base); SAVE_2VRS(n+2,b,base) argument 116 #define SAVE_8VRS(n,b,base) SAVE_4VRS(n,b,base); SAVE_4VRS(n+4,b,base) argument 117 #define SAVE_16VRS(n,b,base) SAVE_8VRS(n,b,base); SAVE_8VRS(n+8,b,base) argument 118 #define SAVE_32VRS(n,b,base) SAVE_16VRS(n,b,base); SAVE_16VRS(n+16,b,base) argument 119 #define REST_VR(n,b,base) li b,16*(n); lvx n,base,b argument 120 #define REST_2VRS(n,b,base) REST_VR(n,b,base); REST_VR(n+1,b,base) argument 121 #define REST_4VRS(n,b,base) REST_2VRS(n,b,base); REST_2VRS(n+2,b,base) argument 122 #define REST_8VRS(n,b,base) REST_4VRS(n,b,base); REST_4VRS(n+4,b,base) argument [all …]
|
D | ppc-opcode.h | 255 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument 260 #define __PPC_RB(b) ___PPC_RB(__REG_##b) argument 264 #define __PPC_XB(b) ((((b) & 0x1f) << 11) | (((b) & 0x20) >> 4)) argument 301 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \ argument 302 __PPC_RA(a) | __PPC_RB(b)) 303 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \ argument 304 __PPC_RA(a) | __PPC_RB(b)) 305 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument 307 ___PPC_RB(b) | __PPC_EH(eh)) 308 #define PPC_LOGMPP(b) stringify_in_c(.long PPC_INST_LOGMPP | \ argument [all …]
|
D | io-defs.h | 29 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c), 30 (a, b, c), mem, a) 31 DEF_PCI_AC_NORET(readsw, (const PCI_IO_ADDR a, void *b, unsigned long c), 32 (a, b, c), mem, a) 33 DEF_PCI_AC_NORET(readsl, (const PCI_IO_ADDR a, void *b, unsigned long c), 34 (a, b, c), mem, a) 35 DEF_PCI_AC_NORET(writesb, (PCI_IO_ADDR a, const void *b, unsigned long c), 36 (a, b, c), mem, a) 37 DEF_PCI_AC_NORET(writesw, (PCI_IO_ADDR a, const void *b, unsigned long c), 38 (a, b, c), mem, a) [all …]
|
D | feature-fixups.h | 48 FTR_ENTRY_OFFSET label##1b-label##5b; \ 49 FTR_ENTRY_OFFSET label##2b-label##5b; \ 50 FTR_ENTRY_OFFSET label##3b-label##5b; \ 51 FTR_ENTRY_OFFSET label##4b-label##5b; \ 52 .ifgt (label##4b- label##3b)-(label##2b- label##1b); \ 184 FTR_ENTRY_OFFSET label##1b-label##3b; \
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-tpg-colors.c | 712 static void mult_matrix(double *r, double *g, double *b, const double m[3][3]) in mult_matrix() argument 716 ir = m[0][0] * (*r) + m[0][1] * (*g) + m[0][2] * (*b); in mult_matrix() 717 ig = m[1][0] * (*r) + m[1][1] * (*g) + m[1][2] * (*b); in mult_matrix() 718 ib = m[2][0] * (*r) + m[2][1] * (*g) + m[2][2] * (*b); in mult_matrix() 721 *b = ib; in mult_matrix() 767 static void csc(enum v4l2_colorspace colorspace, double *r, double *g, double *b) in csc() argument 776 *b = transfer_srgb_to_rgb(*b); in csc() 777 mult_matrix(r, g, b, rec709_to_240m); in csc() 782 *b = transfer_srgb_to_rgb(*b); in csc() 783 mult_matrix(r, g, b, rec709_to_170m); in csc() [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sys32.S | 245 .word 1b, __retl_efault, 2b, __retl_efault 246 .word 3b, __retl_efault, 4b, __retl_efault 247 .word 5b, __retl_efault, 6b, __retl_efault 248 .word 7b, __retl_efault, 8b, __retl_efault 249 .word 9b, __retl_efault, 10b, __retl_efault 250 .word 11b, __retl_efault, 12b, __retl_efault 251 .word 13b, __retl_efault, 14b, __retl_efault 252 .word 15b, __retl_efault, 16b, __retl_efault 253 .word 17b, __retl_efault, 18b, __retl_efault 254 .word 19b, __retl_efault, 20b, __retl_efault [all …]
|
D | una_asm_32.S | 45 b 0f 52 b 0f 61 .word 4b, retl_efault 62 .word 5b, retl_efault 63 .word 6b, retl_efault 64 .word 7b, retl_efault 65 .word 8b, retl_efault 66 .word 9b, retl_efault 67 .word 10b, retl_efault 68 .word 11b, retl_efault [all …]
|
D | una_asm_64.S | 51 .word 4b, __retl_efault 52 .word 5b, __retl_efault 53 .word 6b, __retl_efault 54 .word 7b, __retl_efault 55 .word 8b, __retl_efault 56 .word 9b, __retl_efault 57 .word 10b, __retl_efault 58 .word 11b, __retl_efault 59 .word 12b, __retl_efault 60 .word 13b, __retl_efault [all …]
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | i2c-matroxfb.c | 72 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setsda() local 73 matroxfb_i2c_set(b->minfo, b->mask.data, state); in matroxfb_gpio_setsda() 77 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setscl() local 78 matroxfb_i2c_set(b->minfo, b->mask.clock, state); in matroxfb_gpio_setscl() 82 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getsda() local 83 return (matroxfb_read_gpio(b->minfo) & b->mask.data) ? 1 : 0; in matroxfb_gpio_getsda() 87 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getscl() local 88 return (matroxfb_read_gpio(b->minfo) & b->mask.clock) ? 1 : 0; in matroxfb_gpio_getscl() 101 static int i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, in i2c_bus_reg() argument 107 b->minfo = minfo; in i2c_bus_reg() [all …]
|
/linux-4.1.27/fs/ntfs/ |
D | mst.c | 42 int post_read_mst_fixup(NTFS_RECORD *b, const u32 size) in post_read_mst_fixup() argument 48 usa_ofs = le16_to_cpu(b->usa_ofs); in post_read_mst_fixup() 50 usa_count = le16_to_cpu(b->usa_count) - 1; in post_read_mst_fixup() 58 usa_pos = (u16*)b + usa_ofs/sizeof(u16); in post_read_mst_fixup() 70 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1; in post_read_mst_fixup() 81 b->magic = magic_BAAD; in post_read_mst_fixup() 87 usa_count = le16_to_cpu(b->usa_count) - 1; in post_read_mst_fixup() 88 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1; in post_read_mst_fixup() 123 int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size) in pre_write_mst_fixup() argument 130 if (!b || ntfs_is_baad_record(b->magic) || in pre_write_mst_fixup() [all …]
|
/linux-4.1.27/arch/arm/mm/ |
D | abort-lv4t.S | 35 /* 0 */ b .data_arm_lateldrhpost @ ldrh rd, [rn], #m/rm 36 /* 1 */ b .data_arm_lateldrhpre @ ldrh rd, [rn, #m/rm] 37 /* 2 */ b .data_unknown 38 /* 3 */ b .data_unknown 39 /* 4 */ b .data_arm_lateldrpostconst @ ldr rd, [rn], #m 40 /* 5 */ b .data_arm_lateldrpreconst @ ldr rd, [rn, #m] 41 /* 6 */ b .data_arm_lateldrpostreg @ ldr rd, [rn], rm 42 /* 7 */ b .data_arm_lateldrprereg @ ldr rd, [rn, rm] 43 /* 8 */ b .data_arm_ldmstm @ ldm*a rn, <rlist> 44 /* 9 */ b .data_arm_ldmstm @ ldm*b rn, <rlist> [all …]
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr.c | 41 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_priv_buf() argument 44 mfc_debug(3, "Allocating priv: %zu\n", b->size); in s5p_mfc_alloc_priv_buf() 46 b->virt = dma_alloc_coherent(dev, b->size, &b->dma, GFP_KERNEL); in s5p_mfc_alloc_priv_buf() 48 if (!b->virt) { in s5p_mfc_alloc_priv_buf() 53 mfc_debug(3, "Allocated addr %p %pad\n", b->virt, &b->dma); in s5p_mfc_alloc_priv_buf() 58 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_priv_buf() argument 60 if (b->virt) { in s5p_mfc_release_priv_buf() 61 dma_free_coherent(dev, b->size, b->virt, b->dma); in s5p_mfc_release_priv_buf() 62 b->virt = NULL; in s5p_mfc_release_priv_buf() 63 b->dma = 0; in s5p_mfc_release_priv_buf() [all …]
|
/linux-4.1.27/arch/x86/mm/kmemcheck/ |
D | opcode.c | 5 static bool opcode_is_prefix(uint8_t b) in opcode_is_prefix() argument 9 b == 0xf0 || b == 0xf2 || b == 0xf3 in opcode_is_prefix() 11 || b == 0x2e || b == 0x36 || b == 0x3e || b == 0x26 in opcode_is_prefix() 12 || b == 0x64 || b == 0x65 in opcode_is_prefix() 14 || b == 0x66 in opcode_is_prefix() 16 || b == 0x67; in opcode_is_prefix() 20 static bool opcode_is_rex_prefix(uint8_t b) in opcode_is_rex_prefix() argument 22 return (b & 0xf0) == 0x40; in opcode_is_rex_prefix() 25 static bool opcode_is_rex_prefix(uint8_t b) in opcode_is_rex_prefix() argument
|
/linux-4.1.27/lib/xz/ |
D | xz_dec_stream.c | 157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument 160 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp() 162 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp() 163 b->in_pos += copy_size; in fill_temp() 218 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block() argument 222 s->in_start = b->in_pos; in dec_block() 223 s->out_start = b->out_pos; in dec_block() 227 ret = xz_dec_bcj_run(s->bcj, s->lzma2, b); in dec_block() 230 ret = xz_dec_lzma2_run(s->lzma2, b); in dec_block() 232 s->block.compressed += b->in_pos - s->in_start; in dec_block() [all …]
|
D | xz_dec_bcj.c | 83 static inline int bcj_x86_test_msbyte(uint8_t b) in bcj_x86_test_msbyte() argument 85 return b == 0x00 || b == 0xFF; in bcj_x86_test_msbyte() 101 uint8_t b; in bcj_x86() local 117 b = buf[i + 4 - mask_to_bit_num[prev_mask]]; in bcj_x86() 119 || bcj_x86_test_msbyte(b)) { in bcj_x86() 137 b = (uint8_t)(dest >> (24 - j)); in bcj_x86() 138 if (!bcj_x86_test_msbyte(b)) in bcj_x86() 399 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush() argument 403 copy_size = min_t(size_t, s->temp.filtered, b->out_size - b->out_pos); in bcj_flush() 404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size); in bcj_flush() [all …]
|
D | xz_dec_lzma2.c | 286 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset() argument 289 dict->buf = b->out + b->out_pos; in dict_reset() 290 dict->end = b->out_size - b->out_pos; in dict_reset() 374 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed() argument 379 while (*left > 0 && b->in_pos < b->in_size in dict_uncompressed() 380 && b->out_pos < b->out_size) { in dict_uncompressed() 381 copy_size = min(b->in_size - b->in_pos, in dict_uncompressed() 382 b->out_size - b->out_pos); in dict_uncompressed() 390 memcpy(dict->buf + dict->pos, b->in + b->in_pos, copy_size); in dict_uncompressed() 400 memcpy(b->out + b->out_pos, b->in + b->in_pos, in dict_uncompressed() [all …]
|
/linux-4.1.27/arch/x86/math-emu/ |
D | reg_add_sub.c | 29 FPU_REG const *b, u_char tagb, u_char signb, 36 int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w) in FPU_add() argument 40 u_char signb = getsign(b); in FPU_add() 48 expb = exponent(b); in FPU_add() 55 FPU_u_add(a, b, dest, control_w, signa, expa, expb); in FPU_add() 60 diff = a->sigh - b->sigh; /* This works only if the ms bits in FPU_add() 63 diff = a->sigl > b->sigl; in FPU_add() 65 diff = -(a->sigl < b->sigl); in FPU_add() 71 FPU_u_sub(a, b, dest, control_w, signa, in FPU_add() 75 FPU_u_sub(b, a, dest, control_w, signb, in FPU_add() [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | object.h | 41 #define nvif_rd(a,b,c) ({ \ argument 45 _data = ioread##b##_native((u8 __iomem *)_object->map.ptr + (c)); \ 47 _data = nvif_object_rd(_object, (b) / 8, (c)); \ 50 #define nvif_wr(a,b,c,d) ({ \ argument 53 iowrite##b##_native((d), (u8 __iomem *)_object->map.ptr + (c)); \ 55 nvif_object_wr(_object, (b) / 8, (c), (d)); \ 57 #define nvif_rd08(a,b) ({ u8 _v = nvif_rd((a), 8, (b)); _v; }) argument 58 #define nvif_rd16(a,b) ({ u16 _v = nvif_rd((a), 16, (b)); _v; }) argument 59 #define nvif_rd32(a,b) ({ u32 _v = nvif_rd((a), 32, (b)); _v; }) argument 60 #define nvif_wr08(a,b,c) nvif_wr((a), 8, (b), (u8)(c)) argument [all …]
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | io.h | 139 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument 140 #define _IO_CONCAT(a,b) a ## _ ## b argument 153 static inline void generic_##NAME(TYPE b, QUAL void __iomem *addr) \ 155 alpha_mv.mv_##NAME(b, addr); \ 247 extern void outb(u8 b, unsigned long port); 248 extern void outw(u16 b, unsigned long port); 249 extern void outl(u32 b, unsigned long port); 255 extern void writeb(u8 b, volatile void __iomem *addr); 256 extern void writew(u16 b, volatile void __iomem *addr); 257 extern void writel(u32 b, volatile void __iomem *addr); [all …]
|
D | jensen.h | 118 static inline void jensen_local_outb(u8 b, unsigned long addr) in jensen_local_outb() argument 120 *(vuip)((addr << 9) + EISA_VL82C106) = b; in jensen_local_outb() 133 static inline void jensen_bus_outb(u8 b, unsigned long addr) in jensen_bus_outb() argument 136 *(vuip)((addr << 7) + EISA_IO + 0x00) = b * 0x01010101; in jensen_bus_outb() 161 __EXTERN_INLINE void jensen_outb(u8 b, unsigned long addr) in jensen_outb() argument 164 jensen_local_outb(b, addr); in jensen_outb() 166 jensen_bus_outb(b, addr); in jensen_outb() 185 __EXTERN_INLINE void jensen_outw(u16 b, unsigned long addr) in jensen_outw() argument 188 *(vuip) ((addr << 7) + EISA_IO + 0x20) = b * 0x00010001; in jensen_outw() 192 __EXTERN_INLINE void jensen_outl(u32 b, unsigned long addr) in jensen_outl() argument [all …]
|
D | io_trivial.h | 21 IO_CONCAT(__IO_PREFIX,iowrite8)(u8 b, void __iomem *a) in IO_CONCAT() 23 __kernel_stb(b, *(volatile u8 __force *)a); in IO_CONCAT() 27 IO_CONCAT(__IO_PREFIX,iowrite16)(u16 b, void __iomem *a) in IO_CONCAT() 29 __kernel_stw(b, *(volatile u16 __force *)a); in IO_CONCAT() 41 IO_CONCAT(__IO_PREFIX,iowrite32)(u32 b, void __iomem *a) in IO_CONCAT() 43 *(volatile u32 __force *)a = b; in IO_CONCAT() 61 IO_CONCAT(__IO_PREFIX,writeb)(u8 b, volatile void __iomem *a) in IO_CONCAT() 63 __kernel_stb(b, *(volatile u8 __force *)a); in IO_CONCAT() 67 IO_CONCAT(__IO_PREFIX,writew)(u16 b, volatile void __iomem *a) in IO_CONCAT() 69 __kernel_stw(b, *(volatile u16 __force *)a); in IO_CONCAT() [all …]
|
/linux-4.1.27/arch/x86/purgatory/ |
D | sha256.c | 50 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local 63 a = state[0]; b = state[1]; c = state[2]; d = state[3]; in sha256_transform() 68 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha256_transform() 70 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha256_transform() 72 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform() 73 t1 = e + e1(b) + Ch(b, c, d) + 0xe9b5dba5 + W[3]; in sha256_transform() 75 t1 = d + e1(a) + Ch(a, b, c) + 0x3956c25b + W[4]; in sha256_transform() 77 t1 = c + e1(h) + Ch(h, a, b) + 0x59f111f1 + W[5]; in sha256_transform() 79 t1 = b + e1(g) + Ch(g, h, a) + 0x923f82a4 + W[6]; in sha256_transform() 80 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform() [all …]
|
/linux-4.1.27/arch/parisc/kernel/ |
D | unaligned.c | 54 #define OPCODE1(a,b,c) ((a)<<26|(b)<<12|(c)<<6) argument 55 #define OPCODE2(a,b) ((a)<<26|(b)<<1) argument 56 #define OPCODE3(a,b) ((a)<<26|(b)<<2) argument 153 FIXUP_BRANCH(3b) in emulate_ldh() 155 ASM_EXCEPTIONTABLE_ENTRY(1b, 4b) in emulate_ldh() 156 ASM_EXCEPTIONTABLE_ENTRY(2b, 4b) in emulate_ldh() 191 FIXUP_BRANCH(3b) in emulate_ldw() 193 ASM_EXCEPTIONTABLE_ENTRY(1b, 4b) in emulate_ldw() 194 ASM_EXCEPTIONTABLE_ENTRY(2b, 4b) in emulate_ldw() 235 FIXUP_BRANCH(3b) in emulate_ldd() [all …]
|
D | syscall.S | 124 b,n 1f 210 b,n .Ltracesys 227 b,n .Lsyscall_nosys 346 b,n .Ltracesys_nosys 473 b,n lws_exit_nosys 540 b,n lws_compare_and_swap 546 b,n lws_exit_nosys 584 b lws_exit /* Return error! */ 589 b lws_exit /* Contended... */ 602 b lws_exit /* Contended... */ [all …]
|
D | perf_asm.S | 171 b,n perf_rdr_shift_in_W_leave 182 b,n perf_rdr_shift_in_W_leave 195 b,n perf_rdr_shift_in_W_leave 200 b,n perf_rdr_shift_in_W_leave 217 b,n perf_rdr_shift_in_W_leave 229 b,n perf_rdr_shift_in_W_leave 241 b,n perf_rdr_shift_in_W_leave 248 b,n perf_rdr_shift_in_W_leave 260 b,n perf_rdr_shift_in_W_leave 272 b,n perf_rdr_shift_in_W_leave [all …]
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | softfloat.c | 1029 static float32 addFloat32Sigs( struct roundingData *roundData, float32 a, float32 b, flag zSign ) in addFloat32Sigs() argument 1037 bSig = extractFloat32Frac( b ); in addFloat32Sigs() 1038 bExp = extractFloat32Exp( b ); in addFloat32Sigs() 1044 if ( aSig ) return propagateFloat32NaN( a, b ); in addFloat32Sigs() 1058 if ( bSig ) return propagateFloat32NaN( a, b ); in addFloat32Sigs() 1072 if ( aSig | bSig ) return propagateFloat32NaN( a, b ); in addFloat32Sigs() 1101 static float32 subFloat32Sigs( struct roundingData *roundData, float32 a, float32 b, flag zSign ) in subFloat32Sigs() argument 1109 bSig = extractFloat32Frac( b ); in subFloat32Sigs() 1110 bExp = extractFloat32Exp( b ); in subFloat32Sigs() 1117 if ( aSig | bSig ) return propagateFloat32NaN( a, b ); in subFloat32Sigs() [all …]
|
D | softfloat.h | 238 static inline flag float32_eq_nocheck(float32 a, float32 b) in float32_eq_nocheck() argument 240 return (a == b) || ((bits32) ((a | b) << 1) == 0); in float32_eq_nocheck() 243 static inline flag float32_lt_nocheck(float32 a, float32 b) in float32_lt_nocheck() argument 248 bSign = extractFloat32Sign(b); in float32_lt_nocheck() 250 return aSign && ((bits32) ((a | b) << 1) != 0); in float32_lt_nocheck() 251 return (a != b) && (aSign ^ (a < b)); in float32_lt_nocheck() 259 static inline flag float64_eq_nocheck(float64 a, float64 b) in float64_eq_nocheck() argument 261 return (a == b) || ((bits64) ((a | b) << 1) == 0); in float64_eq_nocheck() 264 static inline flag float64_lt_nocheck(float64 a, float64 b) in float64_lt_nocheck() argument 269 bSign = extractFloat64Sign(b); in float64_lt_nocheck() [all …]
|
/linux-4.1.27/drivers/isdn/sc/ |
D | init.c | 44 int b = -1; in sc_init() local 65 while (b++ < MAX_CARDS - 1) { in sc_init() 66 pr_debug("Probing for adapter #%d\n", b); in sc_init() 78 pr_debug("I/O Base for board %d is 0x%x, %s probe\n", b, io[b], in sc_init() 79 io[b] == 0 ? "will" : "won't"); in sc_init() 80 if (io[b]) { in sc_init() 85 if (!request_region(io[b] + i * 0x400, 1, "sc test")) { in sc_init() 86 pr_debug("request_region for 0x%x failed\n", io[b] + i * 0x400); in sc_init() 87 io[b] = 0; in sc_init() 90 release_region(io[b] + i * 0x400, 1); in sc_init() [all …]
|
/linux-4.1.27/arch/score/lib/ |
D | string.S | 65 .word 0b ,99b 66 .word 1b ,99b 67 .word 2b ,99b 68 .word 3b ,99b 69 .word 4b ,99b 70 .word 5b ,99b 102 .word 0b, 99b 103 .word 1b, 99b 130 .word 0b ,99b 131 .word 1b ,99b [all …]
|
/linux-4.1.27/mm/ |
D | slob.c | 207 static void slob_free_pages(void *b, int order) in slob_free_pages() argument 211 free_pages((unsigned long)b, order); in slob_free_pages() 273 slob_t *b = NULL; in slob_alloc() local 300 b = slob_page_alloc(sp, size, align); in slob_alloc() 301 if (!b) in slob_alloc() 315 if (!b) { in slob_alloc() 316 b = slob_new_pages(gfp & ~__GFP_ZERO, 0, node); in slob_alloc() 317 if (!b) in slob_alloc() 319 sp = virt_to_page(b); in slob_alloc() 324 sp->freelist = b; in slob_alloc() [all …]
|
/linux-4.1.27/include/asm-generic/bitops/ |
D | sched.h | 12 static inline int sched_find_first_bit(const unsigned long *b) in sched_find_first_bit() argument 15 if (b[0]) in sched_find_first_bit() 16 return __ffs(b[0]); in sched_find_first_bit() 17 return __ffs(b[1]) + 64; in sched_find_first_bit() 19 if (b[0]) in sched_find_first_bit() 20 return __ffs(b[0]); in sched_find_first_bit() 21 if (b[1]) in sched_find_first_bit() 22 return __ffs(b[1]) + 32; in sched_find_first_bit() 23 if (b[2]) in sched_find_first_bit() 24 return __ffs(b[2]) + 64; in sched_find_first_bit() [all …]
|
/linux-4.1.27/scripts/mod/ |
D | sumversion.c | 67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 68 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument 69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument 90 uint32_t a, b, c, d; in md4_transform() local 93 b = hash[1]; in md4_transform() 97 ROUND1(a, b, c, d, in[0], 3); in md4_transform() 98 ROUND1(d, a, b, c, in[1], 7); in md4_transform() 99 ROUND1(c, d, a, b, in[2], 11); in md4_transform() 100 ROUND1(b, c, d, a, in[3], 19); in md4_transform() 101 ROUND1(a, b, c, d, in[4], 3); in md4_transform() [all …]
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-space-map-common.c | 23 struct dm_block *b, in index_prepare_for_write() argument 26 struct disk_metadata_index *mi_le = dm_block_data(b); in index_prepare_for_write() 28 mi_le->blocknr = cpu_to_le64(dm_block_location(b)); in index_prepare_for_write() 35 struct dm_block *b, in index_check() argument 38 struct disk_metadata_index *mi_le = dm_block_data(b); in index_check() 41 if (dm_block_location(b) != le64_to_cpu(mi_le->blocknr)) { in index_check() 43 le64_to_cpu(mi_le->blocknr), dm_block_location(b)); in index_check() 73 struct dm_block *b, in bitmap_prepare_for_write() argument 76 struct disk_bitmap_header *disk_header = dm_block_data(b); in bitmap_prepare_for_write() 78 disk_header->blocknr = cpu_to_le64(dm_block_location(b)); in bitmap_prepare_for_write() [all …]
|
D | dm-space-map.h | 42 int (*get_count)(struct dm_space_map *sm, dm_block_t b, uint32_t *result); 43 int (*count_is_more_than_one)(struct dm_space_map *sm, dm_block_t b, 45 int (*set_count)(struct dm_space_map *sm, dm_block_t b, uint32_t count); 49 int (*inc_block)(struct dm_space_map *sm, dm_block_t b); 50 int (*dec_block)(struct dm_space_map *sm, dm_block_t b); 55 int (*new_block)(struct dm_space_map *sm, dm_block_t *b); 97 static inline int dm_sm_get_count(struct dm_space_map *sm, dm_block_t b, in dm_sm_get_count() argument 100 return sm->get_count(sm, b, result); in dm_sm_get_count() 104 dm_block_t b, int *result) in dm_sm_count_is_more_than_one() argument 106 return sm->count_is_more_than_one(sm, b, result); in dm_sm_count_is_more_than_one() [all …]
|
D | dm-block-manager.h | 21 dm_block_t dm_block_location(struct dm_block *b); 22 void *dm_block_data(struct dm_block *b); 52 void (*prepare_for_write)(struct dm_block_validator *v, struct dm_block *b, size_t block_size); 57 int (*check)(struct dm_block_validator *v, struct dm_block *b, size_t block_size); 73 int dm_bm_read_lock(struct dm_block_manager *bm, dm_block_t b, 77 int dm_bm_write_lock(struct dm_block_manager *bm, dm_block_t b, 85 int dm_bm_read_try_lock(struct dm_block_manager *bm, dm_block_t b, 93 int dm_bm_write_lock_zero(struct dm_block_manager *bm, dm_block_t b, 97 int dm_bm_unlock(struct dm_block *b); 113 void dm_bm_prefetch(struct dm_block_manager *bm, dm_block_t b);
|
D | dm-transaction-manager.c | 31 static unsigned prefetch_hash(dm_block_t b) in prefetch_hash() argument 33 return hash_64(b, PREFETCH_BITS); in prefetch_hash() 49 static void prefetch_add(struct prefetch_set *p, dm_block_t b) in prefetch_add() argument 51 unsigned h = prefetch_hash(b); in prefetch_add() 55 p->blocks[h] = b; in prefetch_add() 103 static int is_shadow(struct dm_transaction_manager *tm, dm_block_t b) in is_shadow() argument 106 unsigned bucket = dm_hash_block(b, DM_HASH_MASK); in is_shadow() 111 if (si->where == b) { in is_shadow() 124 static void insert_shadow(struct dm_transaction_manager *tm, dm_block_t b) in insert_shadow() argument 131 si->where = b; in insert_shadow() [all …]
|
D | dm-space-map-metadata.c | 118 enum block_op_type type, dm_block_t b) in brb_push() argument 132 bop->block = b; in brb_push() 172 static int add_bop(struct sm_metadata *smm, enum block_op_type type, dm_block_t b) in add_bop() argument 174 int r = brb_push(&smm->uncommitted, type, b); in add_bop() 289 static int sm_metadata_get_count(struct dm_space_map *sm, dm_block_t b, in sm_metadata_get_count() argument 306 if (op->block != b) in sm_metadata_get_count() 320 r = sm_ll_lookup(&smm->ll, b, result); in sm_metadata_get_count() 330 dm_block_t b, int *result) in sm_metadata_count_is_more_than_one() argument 347 if (op->block != b) in sm_metadata_count_is_more_than_one() 366 r = sm_ll_lookup_bitmap(&smm->ll, b, &rc); in sm_metadata_count_is_more_than_one() [all …]
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | cache.S | 34 b flush_disable_745x 37 b flush_disable_75x 39 b __flush_disable_L1 84 bdnz 1b 106 b 2f 112 b 1f 113 2: b 3f 116 b 1b 126 bdnz 1b 134 bdnz 1b [all …]
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | io_no.h | 43 #define writeb(b,addr) (void)((*(volatile unsigned char *) (addr)) = (b)) argument 44 #define writew(b,addr) (void)((*(volatile unsigned short *) (addr)) = (b)) argument 45 #define writel(b,addr) (void)((*(volatile unsigned int *) (addr)) = (b)) argument 109 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument 110 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument 111 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument 127 #define outsb(a,b,l) io_outsb(a,b,l) argument 128 #define outsw(a,b,l) io_outsw(a,b,l) argument 129 #define outsl(a,b,l) io_outsl(a,b,l) argument 131 #define insb(a,b,l) io_insb(a,b,l) argument [all …]
|
D | bootstd.h | 71 #define _bsc2(type,name,atype,a,btype,b) \ argument 72 type name(atype a, btype b) \ 76 register long __b __asm__ ("%d2") = (long)b; \ 84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 85 type name(atype a, btype b, ctype c) \ 89 register long __b __asm__ ("%d2") = (long)b; \ 99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 100 type name(atype a, btype b, ctype c, dtype d) \ 104 register long __b __asm__ ("%d2") = (long)b; \ 115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument [all …]
|
D | io.h | 11 #define writeb_relaxed(b, addr) writeb(b, addr) argument 12 #define writew_relaxed(b, addr) writew(b, addr) argument 13 #define writel_relaxed(b, addr) writel(b, addr) argument
|
/linux-4.1.27/arch/arm/crypto/ |
D | bsaes-armv7.pl | 65 my @b=@_[0..7]; 68 &InBasisChange (@b); 69 &Inv_GF256 (@b[6,5,0,3,7,1,4,2],@t,@s); 70 &OutBasisChange (@b[7,1,4,2,6,5,0,3]); 76 my @b=@_[0..7]; 78 veor @b[2], @b[2], @b[1] 79 veor @b[5], @b[5], @b[6] 80 veor @b[3], @b[3], @b[0] 81 veor @b[6], @b[6], @b[2] 82 veor @b[5], @b[5], @b[0] [all …]
|
/linux-4.1.27/arch/s390/crypto/ |
D | crypt_s390.h | 182 EX_TABLE(0b, 2b) EX_TABLE(1b, 2b) in crypt_s390_km() 218 EX_TABLE(0b, 2b) EX_TABLE(1b, 2b) in crypt_s390_kmc() 253 EX_TABLE(0b, 2b) EX_TABLE(1b, 2b) in crypt_s390_kimd() 287 EX_TABLE(0b, 2b) EX_TABLE(1b, 2b) in crypt_s390_klmd() 322 EX_TABLE(0b, 2b) EX_TABLE(1b, 2b) in crypt_s390_kmac() 360 EX_TABLE(0b, 2b) EX_TABLE(1b, 2b) in crypt_s390_kmctr() 401 EX_TABLE(0b, 2b) EX_TABLE(1b, 2b) in crypt_s390_ppno() 487 EX_TABLE(0b, 2b) EX_TABLE(1b, 2b) in crypt_s390_pcc()
|
/linux-4.1.27/drivers/net/wan/ |
D | sealevel.c | 213 struct slvl_board *b; in slvl_init() local 224 b = kzalloc(sizeof(struct slvl_board), GFP_KERNEL); in slvl_init() 225 if (!b) in slvl_init() 228 b->dev[0].chan = &b->board.chanA; in slvl_init() 229 b->dev[0].channel = 0; in slvl_init() 231 b->dev[1].chan = &b->board.chanB; in slvl_init() 232 b->dev[1].channel = 1; in slvl_init() 234 dev = &b->board; in slvl_init() 242 b->iobase = iobase; in slvl_init() 263 outb(3 | (1 << 7), b->iobase + 4); in slvl_init() [all …]
|
/linux-4.1.27/arch/metag/include/asm/ |
D | io.h | 61 static inline void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb() argument 66 "da" (b) in __raw_writeb() 71 static inline void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew() argument 76 "da" (b) in __raw_writew() 81 static inline void __raw_writel(u32 b, volatile void __iomem *addr) in __raw_writel() argument 86 "da" (b) in __raw_writel() 91 static inline void __raw_writeq(u64 b, volatile void __iomem *addr) in __raw_writeq() argument 96 "da" (b) in __raw_writeq() 127 #define metag_out8(b, addr) __raw_writeb(b, (volatile void __iomem *)(addr)) argument 128 #define metag_out16(b, addr) __raw_writew(b, (volatile void __iomem *)(addr)) argument [all …]
|
/linux-4.1.27/arch/arm64/kernel/ |
D | entry.S | 240 b bad_mode 294 b.eq el1_da 296 b.eq el1_undef 298 b.eq el1_sp_pc 300 b.eq el1_sp_pc 302 b.eq el1_undef 304 b.ge el1_dbg 305 b el1_inv 329 b do_sp_pc_abort 336 b do_undefinstr [all …]
|
D | entry32.S | 36 b compat_sys_sigreturn 42 b compat_sys_rt_sigreturn 49 b compat_sys_statfs64 56 b compat_sys_fstatfs64 66 b.ne 1f 69 b sys_mmap_pgoff 81 b sys_pread64 86 b sys_pwrite64 91 b sys_truncate 96 b sys_ftruncate [all …]
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 57 #define DB_PR(flag,a,b,c) { if (flag) printf(a,b,c) ; } argument 59 #define DB_PR(flag,a,b,c) argument 63 #define DB_ECM(a,b,c) DB_PR((smc->debug.d_smt&1),a,b,c) argument 64 #define DB_ECMN(n,a,b,c) DB_PR((smc->debug.d_ecm >=(n)),a,b,c) argument 65 #define DB_RMT(a,b,c) DB_PR((smc->debug.d_smt&2),a,b,c) argument 66 #define DB_RMTN(n,a,b,c) DB_PR((smc->debug.d_rmt >=(n)),a,b,c) argument 67 #define DB_CFM(a,b,c) DB_PR((smc->debug.d_smt&4),a,b,c) argument 68 #define DB_CFMN(n,a,b,c) DB_PR((smc->debug.d_cfm >=(n)),a,b,c) argument 69 #define DB_PCM(a,b,c) DB_PR((smc->debug.d_smt&8),a,b,c) argument 70 #define DB_PCMN(n,a,b,c) DB_PR((smc->debug.d_pcm >=(n)),a,b,c) argument [all …]
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv.h | 269 #define _MUXSELe(a, b...) 0##a << 28 | _MUXSELf(b) argument 270 #define _MUXSELd(a, b...) 0##a << 26 | _MUXSELe(b) argument 271 #define _MUXSELc(a, b...) 0##a << 24 | _MUXSELd(b) argument 272 #define _MUXSELb(a, b...) 0##a << 22 | _MUXSELc(b) argument 273 #define _MUXSELa(a, b...) 0##a << 20 | _MUXSELb(b) argument 274 #define _MUXSEL9(a, b...) 0##a << 18 | _MUXSELa(b) argument 275 #define _MUXSEL8(a, b...) 0##a << 16 | _MUXSEL9(b) argument 276 #define _MUXSEL7(a, b...) 0##a << 14 | _MUXSEL8(b) argument 277 #define _MUXSEL6(a, b...) 0##a << 12 | _MUXSEL7(b) argument 278 #define _MUXSEL5(a, b...) 0##a << 10 | _MUXSEL6(b) argument [all …]
|
/linux-4.1.27/drivers/staging/skein/ |
D | skein_base.c | 26 u8 b[SKEIN_256_STATE_BYTES]; in skein_256_init() member 66 skein_256_process_block(ctx, cfg.b, 1, SKEIN_CFG_STR_LEN); in skein_256_init() 84 u8 b[SKEIN_256_STATE_BYTES]; in skein_256_init_ext() member 96 skein_assert(sizeof(cfg.b) >= sizeof(ctx->x)); in skein_256_init_ext() 107 skein_256_final_pad(ctx, cfg.b); in skein_256_init_ext() 109 memcpy(ctx->x, cfg.b, sizeof(cfg.b)); in skein_256_init_ext() 128 skein_256_process_block(ctx, cfg.b, 1, SKEIN_CFG_STR_LEN); in skein_256_init_ext() 156 memcpy(&ctx->b[ctx->h.b_cnt], msg, n); in skein_256_update() 162 skein_256_process_block(ctx, ctx->b, 1, in skein_256_update() 185 memcpy(&ctx->b[ctx->h.b_cnt], msg, msg_byte_cnt); in skein_256_update() [all …]
|
/linux-4.1.27/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 30 #define R(a, b, c, d) \ argument 31 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a 39 .long R(ee, 77, 77, 99), R(f6, 7b, 7b, 8d) 40 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd) 43 .long R(ce, 67, 67, a9), R(56, 2b, 2b, 7d) 49 .long R(8e, 47, 47, c9), R(fb, f0, f0, 0b) 53 .long R(e4, 72, 72, 96), R(9b, c0, c0, 5b) 67 .long R(1b, 80, 80, 9b), R(df, e2, e2, 3d) 70 .long R(12, 09, 09, 1b), R(1d, 83, 83, 9e) 72 .long R(36, 1b, 1b, 2d), R(dc, 6e, 6e, b2) [all …]
|
/linux-4.1.27/include/linux/mtd/ |
D | ftl.h | 63 #define BLOCK_FREE(b) ((b) == 0xffffffff) argument 64 #define BLOCK_DELETED(b) (((b) == 0) || ((b) == 0xfffffffe)) argument 66 #define BLOCK_TYPE(b) ((b) & 0x7f) argument 67 #define BLOCK_ADDRESS(b) ((b) & ~0x7f) argument 68 #define BLOCK_NUMBER(b) ((b) >> 9) argument
|
/linux-4.1.27/fs/xfs/ |
D | xfs_linux.h | 168 #define MIN(a,b) (min(a,b)) argument 169 #define MAX(a,b) (max(a,b)) argument 228 static inline __u32 xfs_do_div(void *a, __u32 b, int n) in xfs_do_div() argument 234 mod = *(__u32 *)a % b; in xfs_do_div() 235 *(__u32 *)a = *(__u32 *)a / b; in xfs_do_div() 244 __upper = __high % (b); in xfs_do_div() 245 __high = __high / (b); in xfs_do_div() 247 asm("divl %2":"=a" (__low), "=d" (__mod):"rm" (b), "0" (__low), "1" (__upper)); in xfs_do_div() 259 static inline __u32 xfs_do_mod(void *a, __u32 b, int n) in xfs_do_mod() argument 263 return *(__u32 *)a % b; in xfs_do_mod() [all …]
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 578 mov.b %d0,STAG(%a6) 579 mov.b %d0,%d1 584 mov.b FPCR_MODE(%a6),%d0 # pass rnd mode,prec 586 tst.b %d1 587 bne.b _L0_2s 589 bra.b _L0_6s 591 cmpi.b %d1,&ZERO # is operand a ZERO? 592 bne.b _L0_3s # no 594 bra.b _L0_6s 596 cmpi.b %d1,&INF # is operand an INF? [all …]
|
/linux-4.1.27/sound/firewire/ |
D | packets-buffer.c | 21 int iso_packets_buffer_init(struct iso_packets_buffer *b, struct fw_unit *unit, in iso_packets_buffer_init() argument 30 b->packets = kmalloc(count * sizeof(*b->packets), GFP_KERNEL); in iso_packets_buffer_init() 31 if (!b->packets) { in iso_packets_buffer_init() 44 err = fw_iso_buffer_init(&b->iso_buffer, fw_parent_device(unit)->card, in iso_packets_buffer_init() 51 p = page_address(b->iso_buffer.pages[page_index]); in iso_packets_buffer_init() 53 b->packets[i].buffer = p + offset_in_page; in iso_packets_buffer_init() 54 b->packets[i].offset = page_index * PAGE_SIZE + offset_in_page; in iso_packets_buffer_init() 60 kfree(b->packets); in iso_packets_buffer_init() 71 void iso_packets_buffer_destroy(struct iso_packets_buffer *b, in iso_packets_buffer_destroy() argument 74 fw_iso_buffer_destroy(&b->iso_buffer, fw_parent_device(unit)->card); in iso_packets_buffer_destroy() [all …]
|
/linux-4.1.27/arch/powerpc/boot/ |
D | string.S | 22 bne 1b 35 bdnzf 2,1b /* dec ctr, branch if ctr != 0 && !cr0.eq */ 44 bne 1b 49 bne 1b 59 bne 1b 72 beq 1b 85 bdnzt eq,1b 93 bne 1b 113 bdnz 1b 120 bdnz 8b [all …]
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-bus.c | 29 struct tmComResBusInfo *b = &dev->bus; in saa7164_bus_setup() local 31 mutex_init(&b->lock); in saa7164_bus_setup() 33 b->Type = TYPE_BUS_PCIe; in saa7164_bus_setup() 34 b->m_wMaxReqSize = SAA_DEVICE_MAXREQUESTSIZE; in saa7164_bus_setup() 36 b->m_pdwSetRing = (u8 __iomem *)(dev->bmmio + in saa7164_bus_setup() 39 b->m_dwSizeSetRing = SAA_DEVICE_BUFFERBLOCKSIZE; in saa7164_bus_setup() 41 b->m_pdwGetRing = (u8 __iomem *)(dev->bmmio + in saa7164_bus_setup() 44 b->m_dwSizeGetRing = SAA_DEVICE_BUFFERBLOCKSIZE; in saa7164_bus_setup() 46 b->m_dwSetWritePos = ((u32)dev->intfdesc.BARLocation) + in saa7164_bus_setup() 48 b->m_dwSetReadPos = b->m_dwSetWritePos + (1 * sizeof(u32)); in saa7164_bus_setup() [all …]
|
/linux-4.1.27/arch/arm64/lib/ |
D | memset.S | 65 b.hi .Lover16_proc 85 b.eq .Laligned 101 b.ge .Lnot_short 104 b.eq 3f 106 b.eq 1f 107 b.lt 2f 139 b.ge 1b 142 b.ne .Ltail63 152 b.le .Ltail63 158 b.lt .Lnot_short /*count is at least 128 bytes*/ [all …]
|
D | copy_from_user.S | 33 b.mi 2f 38 b.pl 1b 40 b.mi 3f 45 b.mi 4f 50 b.mi 5f 63 b.ne 10b
|
/linux-4.1.27/arch/microblaze/lib/ |
D | uaccess_old.S | 48 bnei r3,1b /* break on len */ 59 brid 3b 63 .word 1b,4b 86 bneid r3,1b 99 brid 3b 103 .word 1b,4b 124 .word 1b, 33f; \ 125 .word 2b, 33f; \ 126 .word 3b, 33f; \ 127 .word 4b, 33f; \ [all …]
|
/linux-4.1.27/arch/cris/include/asm/ |
D | io.h | 94 static inline void writeb(unsigned char b, volatile void __iomem *addr) in writeb() argument 97 cris_iops->write_mem(b, 1, (void*)addr); in writeb() 99 *(volatile unsigned char __force *) addr = b; in writeb() 101 static inline void writew(unsigned short b, volatile void __iomem *addr) in writew() argument 104 cris_iops->write_mem(b, 2, (void*)addr); in writew() 106 *(volatile unsigned short __force *) addr = b; in writew() 108 static inline void writel(unsigned int b, volatile void __iomem *addr) in writel() argument 111 cris_iops->write_mem(b, 4, (void*)addr); in writel() 113 *(volatile unsigned int __force *) addr = b; in writel() 115 #define writeb_relaxed(b, addr) writeb(b, addr) argument [all …]
|
/linux-4.1.27/arch/arm64/mm/ |
D | cache.S | 48 b.lt skip // skip if no cache, or just i-cache 70 b.ge loop3 72 b.ge loop2 76 b.gt loop1 133 b.lo 1b 143 b.lo 1b 171 b.lo 1b 194 b.eq 1f 198 b.eq 2f 200 b 3f [all …]
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | dtt200u-fe.c | 26 u8 st = GET_TUNE_STATUS, b[3]; in dtt200u_fe_read_status() local 28 dvb_usb_generic_rw(state->d,&st,1,b,3,0); in dtt200u_fe_read_status() 30 switch (b[0]) { in dtt200u_fe_read_status() 49 u8 bw = GET_VIT_ERR_CNT,b[3]; in dtt200u_fe_read_ber() local 50 dvb_usb_generic_rw(state->d,&bw,1,b,3,0); in dtt200u_fe_read_ber() 51 *ber = (b[0] << 16) | (b[1] << 8) | b[2]; in dtt200u_fe_read_ber() 58 u8 bw = GET_RS_UNCOR_BLK_CNT,b[2]; in dtt200u_fe_read_unc_blocks() local 60 dvb_usb_generic_rw(state->d,&bw,1,b,2,0); in dtt200u_fe_read_unc_blocks() 61 *unc = (b[0] << 8) | b[1]; in dtt200u_fe_read_unc_blocks() 68 u8 bw = GET_AGC, b; in dtt200u_fe_read_signal_strength() local [all …]
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c | 308 void zconf_delete_buffer (YY_BUFFER_STATE b ); 309 void zconf_flush_buffer (YY_BUFFER_STATE b ); 315 static void zconf_init_buffer (YY_BUFFER_STATE b,FILE *file ); 1525 YY_BUFFER_STATE b = YY_CURRENT_BUFFER; in yy_get_next_buffer() local 1528 (int) ((yy_c_buf_p) - b->yy_ch_buf); in yy_get_next_buffer() 1530 if ( b->yy_is_our_buffer ) in yy_get_next_buffer() 1532 int new_size = b->yy_buf_size * 2; in yy_get_next_buffer() 1535 b->yy_buf_size += b->yy_buf_size / 8; in yy_get_next_buffer() 1537 b->yy_buf_size *= 2; in yy_get_next_buffer() 1539 b->yy_ch_buf = (char *) in yy_get_next_buffer() [all …]
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 81 float64 float64_sub(float64 a, float64 b); 82 float32 float32_sub(float32 a, float32 b); 83 float32 float32_add(float32 a, float32 b); 84 float64 float64_add(float64 a, float64 b); 85 float64 float64_div(float64 a, float64 b); 86 float32 float32_div(float32 a, float32 b); 87 float32 float32_mul(float32 a, float32 b); 88 float64 float64_mul(float64 a, float64 b); 94 void mul64To128(bits64 a, bits64 b, bits64 * z0Ptr, bits64 * z1Ptr); 100 static float64 subFloat64Sigs(float64 a, float64 b, flag zSign); [all …]
|
/linux-4.1.27/arch/s390/kernel/vdso32/ |
D | clock_gettime.S | 24 0: al %r5,21f-0b(%r5) /* get &_vdso_data */ 37 jnz 1b 60 jne 1b 64 cl %r1,20f-6b(%r5) 67 sl %r1,20f-6b(%r5) 68 brc 3,6b 70 j 6b 80 jnz 9b 84 jne 9b 85 j 8b [all …]
|
D | gettimeofday.S | 24 0: al %r5,13f-0b(%r5) /* get &_vdso_data */ 32 jnz 1b 53 jne 1b 60 cl %r1,11f-6b(%r5) 63 sl %r1,11f-6b(%r5) 64 brc 3,6b 66 j 6b 69 m %r0,12f-6b(%r5) 71 al %r0,12f-6b(%r5) 79 13: .long _vdso_data - 0b
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_rtbitmap.c | 90 xfs_rtword_t *b; /* current word in buffer */ in xfs_rtfind_back() local 117 b = &bufp[word]; in xfs_rtfind_back() 124 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back() 141 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back() 166 b = &bufp[word]; in xfs_rtfind_back() 171 b--; in xfs_rtfind_back() 187 if ((wdiff = *b ^ want)) { in xfs_rtfind_back() 212 b = &bufp[word]; in xfs_rtfind_back() 217 b--; in xfs_rtfind_back() 234 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back() [all …]
|
D | xfs_bmap_btree.c | 405 cur->bc_private.b.ip, cur->bc_private.b.whichfork); in xfs_bmbt_dup_cursor() 411 new->bc_private.b.firstblock = cur->bc_private.b.firstblock; in xfs_bmbt_dup_cursor() 412 new->bc_private.b.flist = cur->bc_private.b.flist; in xfs_bmbt_dup_cursor() 413 new->bc_private.b.flags = cur->bc_private.b.flags; in xfs_bmbt_dup_cursor() 423 ASSERT((dst->bc_private.b.firstblock != NULLFSBLOCK) || in xfs_bmbt_update_cursor() 424 (dst->bc_private.b.ip->i_d.di_flags & XFS_DIFLAG_REALTIME)); in xfs_bmbt_update_cursor() 425 ASSERT(dst->bc_private.b.flist == src->bc_private.b.flist); in xfs_bmbt_update_cursor() 427 dst->bc_private.b.allocated += src->bc_private.b.allocated; in xfs_bmbt_update_cursor() 428 dst->bc_private.b.firstblock = src->bc_private.b.firstblock; in xfs_bmbt_update_cursor() 430 src->bc_private.b.allocated = 0; in xfs_bmbt_update_cursor() [all …]
|
D | xfs_btree.h | 200 xfs_bmbt_irec_t b; member 225 } b; member 436 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b)) argument 437 #define XFS_EXTLEN_MAX(a,b) max_t(xfs_extlen_t, (a), (b)) argument 438 #define XFS_AGBLOCK_MIN(a,b) min_t(xfs_agblock_t, (a), (b)) argument 439 #define XFS_AGBLOCK_MAX(a,b) max_t(xfs_agblock_t, (a), (b)) argument 440 #define XFS_FILEOFF_MIN(a,b) min_t(xfs_fileoff_t, (a), (b)) argument 441 #define XFS_FILEOFF_MAX(a,b) max_t(xfs_fileoff_t, (a), (b)) argument 442 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b)) argument 443 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b)) argument [all …]
|
/linux-4.1.27/arch/arm/kernel/ |
D | atags_proc.c | 15 struct buffer *b = PDE_DATA(file_inode(file)); in atags_read() local 16 return simple_read_from_buffer(buf, count, ppos, b->data, b->size); in atags_read() 40 struct buffer *b; in init_atags_procfs() local 56 b = kmalloc(sizeof(*b) + size, GFP_KERNEL); in init_atags_procfs() 57 if (!b) in init_atags_procfs() 60 b->size = size; in init_atags_procfs() 61 memcpy(b->data, atags_copy, size); in init_atags_procfs() 63 tags_entry = proc_create_data("atags", 0400, NULL, &atags_fops, b); in init_atags_procfs() 70 kfree(b); in init_atags_procfs()
|
D | relocate_kernel.S | 30 b 0b 36 b 0b 42 b 2f 47 beq 0b 54 bne 9b 55 b 0b
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | head.S | 206 blo 1b 310 bne 1b 332 move.b [$r11+], $r12 333 move.b $r12, [$r10+] 335 bne 1b 354 blo 1b 396 move.b $r0,[R_DMA_CH4_CMD] 397 1: move.b [R_DMA_CH4_CMD],$r0 398 and.b IO_MASK (R_DMA_CH4_CMD, cmd),$r0 399 cmp.b IO_STATE (R_DMA_CH4_CMD, cmd, reset),$r0 [all …]
|
/linux-4.1.27/arch/unicore32/lib/ |
D | copy_template.S | 78 beg 3b 126 bsl 8b 128 beq 1b 137 .macro forward_copy_shift a b 149 or r3, r3, r4 push #\b 151 or r4, r4, r5 push #\b 153 or r5, r5, r6 push #\b 155 or r6, r6, r7 push #\b 157 or r7, r7, r8 push #\b 159 or r8, r8, r9 push #\b [all …]
|
D | backtrace.S | 40 adr r1, 1b 70 b 202f 76 b.l dump_backtrace_entry 84 b.l .Ldumpstm @ dump saved registers 91 b.l .Ldumpstm @ dump saved registers 102 b.l printk 109 .long 1001b, 1006b 110 .long 1002b, 1006b 111 .long 1003b, 1006b 112 .long 1004b, 1006b [all …]
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | annotate.c | 38 struct ui_browser b; member 77 if (current && (!browser->b.use_navkeypressed || browser->b.navkeypressed)) in annotate_browser__jumps_percent_color() 90 return ui_browser__set_color(&browser->b, color); in annotate_browser__set_jumps_percent_color() 95 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__write() 217 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__draw_current_jump() 221 struct map_symbol *ms = ab->b.priv; in annotate_browser__draw_current_jump() 256 struct annotate_browser *ab = container_of(browser, struct annotate_browser, b); in annotate_browser__refresh() 271 struct browser_disasm_line *b, int nr_pcnt) in disasm__cmp() argument 276 if (a->percent[i] == b->percent[i]) in disasm__cmp() 278 return a->percent[i] < b->percent[i]; in disasm__cmp() [all …]
|
D | map.c | 16 struct ui_browser b; member 24 struct map_browser *mb = container_of(browser, struct map_browser, b); in map_browser__write() 63 browser->b.top = &sym->rb_node; in map_browser__search() 64 browser->b.index = browser->b.top_idx = *idx; in map_browser__search() 75 if (ui_browser__show(&browser->b, browser->map->dso->long_name, in map_browser__run() 81 key = ui_browser__run(&browser->b, 0); in map_browser__run() 97 ui_browser__hide(&browser->b); in map_browser__run() 104 .b = { in map__browse() 116 for (nd = rb_first(mb.b.entries); nd; nd = rb_next(nd)) { in map__browse() 123 *idx = mb.b.nr_entries; in map__browse() [all …]
|
/linux-4.1.27/drivers/media/tuners/ |
D | mt2060.c | 165 u8 b[8]; in mt2060_set_params() local 171 b[0] = REG_LO1B1; in mt2060_set_params() 172 b[1] = 0xFF; in mt2060_set_params() 177 mt2060_writeregs(priv,b,2); in mt2060_set_params() 215 b[0] = REG_LO1C1; in mt2060_set_params() 216 b[1] = lnaband | ((num1 >>2) & 0x0F); in mt2060_set_params() 217 b[2] = div1; in mt2060_set_params() 218 b[3] = (num2 & 0x0F) | ((num1 & 3) << 4); in mt2060_set_params() 219 b[4] = num2 >> 4; in mt2060_set_params() 220 b[5] = ((num2 >>12) & 1) | (div2 << 1); in mt2060_set_params() [all …]
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | kimagerescue.S | 56 move.b CONFIG_ETRAX_DEF_R_PORT_PA_DIR, $r0 57 move.b $r0, [R_PORT_PA_DIR] 58 move.b CONFIG_ETRAX_DEF_R_PORT_PA_DATA, $r0 59 move.b $r0, [R_PORT_PA_DATA] 61 move.b CONFIG_ETRAX_DEF_R_PORT_PB_DIR, $r0 62 move.b $r0, [R_PORT_PB_DIR] 63 move.b CONFIG_ETRAX_DEF_R_PORT_PB_DATA, $r0 64 move.b $r0, [R_PORT_PB_DATA] 80 move.b 0x99, $r0 81 move.b $r0, [SERBAUD] ; 115.2kbaud for both transmit [all …]
|
/linux-4.1.27/arch/x86/include/asm/crypto/ |
D | glue_helper.h | 81 dst->b = cpu_to_be64(le64_to_cpu(src->b)); in le128_to_be128() 87 dst->b = cpu_to_le64(be64_to_cpu(src->b)); in be128_to_le128() 93 u64 b = le64_to_cpu(i->b); in le128_inc() local 95 b++; in le128_inc() 96 if (!b) in le128_inc() 100 i->b = cpu_to_le64(b); in le128_inc() 106 u64 b = le64_to_cpu(src->b); in le128_gf128mul_x_ble() local 109 dst->a = cpu_to_le64((a << 1) ^ (b >> 63)); in le128_gf128mul_x_ble() 110 dst->b = cpu_to_le64((b << 1) ^ _tt); in le128_gf128mul_x_ble()
|
/linux-4.1.27/fs/jfs/ |
D | jfs_dmap.h | 85 #define BLKTODMAP(b,s) \ argument 86 ((((b) >> 13) + ((b) >> 23) + ((b) >> 33) + 3 + 1) << (s)) 100 #define BLKTOL0(b,s) \ argument 101 (((((b) >> 23) << 10) + ((b) >> 23) + ((b) >> 33) + 2 + 1) << (s)) 115 #define BLKTOL1(b,s) \ argument 116 (((((b) >> 33) << 20) + (((b) >> 33) << 10) + ((b) >> 33) + 1 + 1) << (s)) 122 #define BLKTOCTL(b,s,l) \ argument 123 (((l) == 2) ? 1 : ((l) == 1) ? BLKTOL1((b),(s)) : BLKTOL0((b),(s))) 134 #define BLKTOAG(b,sbi) ((b) >> ((sbi)->bmap->db_agl2size)) argument 281 #define LITOL2BSZ(n,m,b) ((((n) == 0) ? (m) : cnttz((n))) + (b)) argument [all …]
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | head_32.h | 12 rd %psr, %l0; b label; rd %wim, %l3; nop; 15 #define SRMMU_TFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 1, %l7; 16 #define SRMMU_DFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 0, %l7; 20 rd %psr, %l0; mov num, %l7; b bad_trap_handler; rd %wim, %l3; 36 b linux_sparc_syscall; \ 40 b breakpoint_trap; \ 47 b kgdb_trap_low; \ 58 b getcc_trap_handler; rd %psr, %l0; nop; nop; 62 b setcc_trap_handler; rd %psr, %l0; nop; nop; 72 mov int_level, %l7; rd %psr, %l0; b real_irq_entry; rd %wim, %l3; [all …]
|
/linux-4.1.27/arch/tile/lib/ |
D | usercopy_32.S | 31 { bnzt r1, 1b; addi r0, r0, 1 } 40 .word 1b, strnlen_user_fault 54 bnzt r2, 1b 65 .word 1b, strncpy_from_user_fault 80 bnzt r1, 1b 84 .word 1b, 2b 89 bnzt r1, 1b 94 .word 1b, 2b 109 { addi r0, r0, CHIP_FLUSH_STRIDE(); bnzt r1, 1b } 114 .word 1b, 2b [all …]
|
D | usercopy_64.S | 31 { bnezt r1, 1b; addi r0, r0, 1 } 40 .quad 1b, strnlen_user_fault 54 bnezt r2, 1b 65 .quad 1b, strncpy_from_user_fault 80 bnezt r1, 1b 84 .quad 1b, 2b 89 bnezt r1, 1b 94 .quad 1b, 2b 109 { addi r0, r0, CHIP_FLUSH_STRIDE(); bnezt r1, 1b } 114 .quad 1b, 2b [all …]
|
D | cpumask.c | 27 unsigned a, b; in bitmap_parselist_crop() local 34 b = a; in bitmap_parselist_crop() 39 b = simple_strtoul(bp, (char **)&bp, 10); in bitmap_parselist_crop() 41 if (!(a <= b)) in bitmap_parselist_crop() 43 if (b >= nmaskbits) in bitmap_parselist_crop() 44 b = nmaskbits-1; in bitmap_parselist_crop() 45 while (a <= b) { in bitmap_parselist_crop()
|
/linux-4.1.27/fs/efivarfs/ |
D | inode.c | 86 guid->b[0] = hex_to_bin(str[6]) << 4 | hex_to_bin(str[7]); in efivarfs_hex_to_guid() 87 guid->b[1] = hex_to_bin(str[4]) << 4 | hex_to_bin(str[5]); in efivarfs_hex_to_guid() 88 guid->b[2] = hex_to_bin(str[2]) << 4 | hex_to_bin(str[3]); in efivarfs_hex_to_guid() 89 guid->b[3] = hex_to_bin(str[0]) << 4 | hex_to_bin(str[1]); in efivarfs_hex_to_guid() 90 guid->b[4] = hex_to_bin(str[11]) << 4 | hex_to_bin(str[12]); in efivarfs_hex_to_guid() 91 guid->b[5] = hex_to_bin(str[9]) << 4 | hex_to_bin(str[10]); in efivarfs_hex_to_guid() 92 guid->b[6] = hex_to_bin(str[16]) << 4 | hex_to_bin(str[17]); in efivarfs_hex_to_guid() 93 guid->b[7] = hex_to_bin(str[14]) << 4 | hex_to_bin(str[15]); in efivarfs_hex_to_guid() 94 guid->b[8] = hex_to_bin(str[19]) << 4 | hex_to_bin(str[20]); in efivarfs_hex_to_guid() 95 guid->b[9] = hex_to_bin(str[21]) << 4 | hex_to_bin(str[22]); in efivarfs_hex_to_guid() [all …]
|
/linux-4.1.27/drivers/media/usb/ttusb-dec/ |
D | ttusbdecfe.c | 54 u8 b[] = { 0x00, 0x00, 0x00, 0x00, in ttusbdecfe_dvbt_read_status() local 61 ret=state->config->send_command(fe, 0x73, sizeof(b), b, &len, result); in ttusbdecfe_dvbt_read_status() 94 u8 b[] = { 0x00, 0x00, 0x00, 0x03, in ttusbdecfe_dvbt_set_frontend() local 101 memcpy(&b[4], &freq, sizeof (u32)); in ttusbdecfe_dvbt_set_frontend() 102 state->config->send_command(fe, 0x71, sizeof(b), b, NULL, NULL); in ttusbdecfe_dvbt_set_frontend() 122 u8 b[] = { 0x00, 0x00, 0x00, 0x01, in ttusbdecfe_dvbs_set_frontend() local 139 memcpy(&b[4], &freq, sizeof(u32)); in ttusbdecfe_dvbs_set_frontend() 141 memcpy(&b[12], &sym_rate, sizeof(u32)); in ttusbdecfe_dvbs_set_frontend() 143 memcpy(&b[24], &band, sizeof(u32)); in ttusbdecfe_dvbs_set_frontend() 145 memcpy(&b[28], &lnb_voltage, sizeof(u32)); in ttusbdecfe_dvbs_set_frontend() [all …]
|
/linux-4.1.27/drivers/atm/ |
D | firestream.h | 84 #define Q_SA(b) (b + QSA ) argument 85 #define Q_EA(b) (b + QEA ) argument 86 #define Q_RP(b) (b + QRP ) argument 87 #define Q_WP(b) (b + QWP ) argument 88 #define Q_CNF(b) (b + QCNF) argument 90 #define FP_CNF(b) (b + FPCNF) argument 91 #define FP_SA(b) (b + FPSA) argument 92 #define FP_EA(b) (b + FPEA) argument 93 #define FP_CNT(b) (b + FPCNT) argument 94 #define FP_CTU(b) (b + FPCTU) argument
|
/linux-4.1.27/arch/ia64/lib/ |
D | idiv64.S | 27 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument 28 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument 31 # define INT_TO_FP(a,b) fcvt.xf a=b argument 32 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument 35 #define PASTE1(a,b) a##b argument 36 #define PASTE(a,b) PASTE1(a,b) argument
|
D | idiv32.S | 28 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument 29 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument 33 # define INT_TO_FP(a,b) fcvt.xf a=b argument 34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument 37 #define PASTE1(a,b) a##b argument 38 #define PASTE(a,b) PASTE1(a,b) argument
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-core.c | 553 static int __verify_planes_array(struct vb2_buffer *vb, const struct v4l2_buffer *b) in __verify_planes_array() argument 555 if (!V4L2_TYPE_IS_MULTIPLANAR(b->type)) in __verify_planes_array() 559 if (NULL == b->m.planes) { in __verify_planes_array() 565 if (b->length < vb->num_planes || b->length > VIDEO_MAX_PLANES) { in __verify_planes_array() 567 "expected %d, got %d\n", vb->num_planes, b->length); in __verify_planes_array() 578 static int __verify_length(struct vb2_buffer *vb, const struct v4l2_buffer *b) in __verify_length() argument 584 if (!V4L2_TYPE_IS_OUTPUT(b->type)) in __verify_length() 587 if (V4L2_TYPE_IS_MULTIPLANAR(b->type)) { in __verify_length() 589 length = (b->memory == V4L2_MEMORY_USERPTR || in __verify_length() 590 b->memory == V4L2_MEMORY_DMABUF) in __verify_length() [all …]
|
/linux-4.1.27/fs/squashfs/ |
D | block.c | 97 int bytes, compressed, b = 0, k = 0, avail, i; in squashfs_read_data() local 121 for (b = 0; bytes < length; b++, cur_index++) { in squashfs_read_data() 122 bh[b] = sb_getblk(sb, cur_index); in squashfs_read_data() 123 if (bh[b] == NULL) in squashfs_read_data() 127 ll_rw_block(READ, b, bh); in squashfs_read_data() 138 b = 1; in squashfs_read_data() 153 for (; bytes < length; b++) { in squashfs_read_data() 154 bh[b] = sb_getblk(sb, ++cur_index); in squashfs_read_data() 155 if (bh[b] == NULL) in squashfs_read_data() 159 ll_rw_block(READ, b - 1, bh + 1); in squashfs_read_data() [all …]
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | reloc_32.S | 41 lwz r11, (p_dyn - 0b)(r12) 43 lwz r9, (p_rela - 0b)(r12) 45 lwz r10, (p_st - 0b)(r12) 47 lwz r13, (p_sym - 0b)(r12) 62 b skip 67 b skip 74 b 1b 140 b nxtrela /* continue */ 151 b store_half 164 b store_half [all …]
|
D | reloc_64.S | 26 ld r11,(p_dyn - 0b)(r12) 28 ld r9,(p_rela - 0b)(r12) 30 ld r10,(p_st - 0b)(r12) 44 b 3f 50 b 1b 80 bdnz 5b 85 p_dyn: .llong __dynamic_start - 0b 86 p_rela: .llong __rela_dyn_start - 0b 87 p_st: .llong _stext - 0b
|
D | exceptions-64s.S | 50 b . ; /* prevent speculative execution */ 58 b . ; /* prevent speculative execution */ 83 b system_call_entry_direct ; 142 b kvm_start_guest 149 b power7_wakeup_noloss 150 2: b power7_wakeup_loss 154 b power7_wakeup_tb_loss 195 b machine_check_pSeries_early 197 b machine_check_pSeries_0 224 b slb_miss_realmode [all …]
|
D | head_64.S | 73 b __start_initialization_multiplatform 144 beq 100b 220 b generic_secondary_common_init 259 b kexec_wait /* wait for next kernel if !SMP */ 270 blt 1b 273 b kexec_wait /* next kernel might do better */ 300 bne 3b 307 beq 4b /* Loop until told to go */ 316 b __secondary_start 334 b . /* prevent speculative execution */ [all …]
|
D | l2cr_6xx.S | 186 bdnz 1b 197 bdnz 1b 204 b 20f 210 b 23f 212 b 21f 215 b 22b 230 bne 10b 231 b 11f 237 bne 3b 334 bdnz 1b [all …]
|
/linux-4.1.27/arch/powerpc/mm/ |
D | ppc_mmu_32.c | 54 int b; in v_mapped_by_bats() local 55 for (b = 0; b < 4; ++b) in v_mapped_by_bats() 56 if (va >= bat_addrs[b].start && va < bat_addrs[b].limit) in v_mapped_by_bats() 57 return bat_addrs[b].phys + (va - bat_addrs[b].start); in v_mapped_by_bats() 66 int b; in p_mapped_by_bats() local 67 for (b = 0; b < 4; ++b) in p_mapped_by_bats() 68 if (pa >= bat_addrs[b].phys in p_mapped_by_bats() 69 && pa < (bat_addrs[b].limit-bat_addrs[b].start) in p_mapped_by_bats() 70 +bat_addrs[b].phys) in p_mapped_by_bats() 71 return bat_addrs[b].start+(pa-bat_addrs[b].phys); in p_mapped_by_bats()
|
D | fsl_booke_mmu.c | 80 int b; in v_mapped_by_tlbcam() local 81 for (b = 0; b < tlbcam_index; ++b) in v_mapped_by_tlbcam() 82 if (va >= tlbcam_addrs[b].start && va < tlbcam_addrs[b].limit) in v_mapped_by_tlbcam() 83 return tlbcam_addrs[b].phys + (va - tlbcam_addrs[b].start); in v_mapped_by_tlbcam() 92 int b; in p_mapped_by_tlbcam() local 93 for (b = 0; b < tlbcam_index; ++b) in p_mapped_by_tlbcam() 94 if (pa >= tlbcam_addrs[b].phys in p_mapped_by_tlbcam() 95 && pa < (tlbcam_addrs[b].limit-tlbcam_addrs[b].start) in p_mapped_by_tlbcam() 96 +tlbcam_addrs[b].phys) in p_mapped_by_tlbcam() 97 return tlbcam_addrs[b].start+(pa-tlbcam_addrs[b].phys); in p_mapped_by_tlbcam()
|
/linux-4.1.27/arch/arm/include/debug/ |
D | omap2plus.S | 84 b 98f 88 b 98f 92 b 98f 98 b 98f 102 b 98f 108 b 98f 112 b 98f 116 b 98f 120 b 98f 124 b 98f [all …]
|
/linux-4.1.27/drivers/ide/ |
D | cmd640.c | 227 u8 b; in get_cmd640_reg_pci2() local 230 b = inb_p(cmd640_key + reg); in get_cmd640_reg_pci2() 232 return b; in get_cmd640_reg_pci2() 252 u8 b; in get_cmd640_reg() local 255 b = __get_cmd640_reg(reg); in get_cmd640_reg() 257 return b; in get_cmd640_reg() 321 u8 b; in probe_for_cmd640_vlb() local 326 b = get_cmd640_reg(CFR); in probe_for_cmd640_vlb() 327 if (b == 0xff || b == 0x00 || (b & CFR_AT_VESA_078h)) { in probe_for_cmd640_vlb() 329 b = get_cmd640_reg(CFR); in probe_for_cmd640_vlb() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_lib.c | 43 static void __mdc_pack_body(struct mdt_body *b, __u32 suppgid) in __mdc_pack_body() argument 45 LASSERT(b != NULL); in __mdc_pack_body() 47 b->suppgid = suppgid; in __mdc_pack_body() 48 b->uid = from_kuid(&init_user_ns, current_uid()); in __mdc_pack_body() 49 b->gid = from_kgid(&init_user_ns, current_gid()); in __mdc_pack_body() 50 b->fsuid = from_kuid(&init_user_ns, current_fsuid()); in __mdc_pack_body() 51 b->fsgid = from_kgid(&init_user_ns, current_fsgid()); in __mdc_pack_body() 52 b->capability = cfs_curproc_cap_pack(); in __mdc_pack_body() 76 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_is_subdir_pack() local 80 b->fid1 = *pfid; in mdc_is_subdir_pack() [all …]
|
/linux-4.1.27/fs/nfsd/ |
D | nfscache.c | 157 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in nfsd_reply_cache_free() argument 159 spin_lock(&b->cache_lock); in nfsd_reply_cache_free() 161 spin_unlock(&b->cache_lock); in nfsd_reply_cache_free() 231 lru_put_end(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in lru_put_end() argument 234 list_move_tail(&rp->c_lru, &b->lru_head); in lru_put_end() 239 prune_bucket(struct nfsd_drc_bucket *b) in prune_bucket() argument 244 list_for_each_entry_safe(rp, tmp, &b->lru_head, c_lru) { in prune_bucket() 272 struct nfsd_drc_bucket *b = &drc_hashtbl[i]; in prune_cache_entries() local 274 if (list_empty(&b->lru_head)) in prune_cache_entries() 276 spin_lock(&b->cache_lock); in prune_cache_entries() [all …]
|
D | blocklayoutxdr.c | 18 struct pnfs_block_extent *b = lgp->lg_content; in nfsd4_block_encode_layoutget() local 29 p = xdr_encode_opaque_fixed(p, &b->vol_id, in nfsd4_block_encode_layoutget() 31 p = xdr_encode_hyper(p, b->foff); in nfsd4_block_encode_layoutget() 32 p = xdr_encode_hyper(p, b->len); in nfsd4_block_encode_layoutget() 33 p = xdr_encode_hyper(p, b->soff); in nfsd4_block_encode_layoutget() 34 *p++ = cpu_to_be32(b->es); in nfsd4_block_encode_layoutget() 39 nfsd4_block_encode_volume(struct xdr_stream *xdr, struct pnfs_block_volume *b) in nfsd4_block_encode_volume() argument 44 switch (b->type) { in nfsd4_block_encode_volume() 46 len = 4 + 4 + 8 + 4 + b->simple.sig_len; in nfsd4_block_encode_volume() 51 *p++ = cpu_to_be32(b->type); in nfsd4_block_encode_volume() [all …]
|
/linux-4.1.27/arch/sh/lib/ |
D | __clear_user.S | 36 0: mov.b r0, @r2 71 bt/s 1b 82 9: mov.b r0, @r2 98 .long 0b, .Lbad_clear_user 99 .long 1b, .Lbad_clear_user 100 .long 2b, .Lbad_clear_user 101 .long 3b, .Lbad_clear_user 102 .long 4b, .Lbad_clear_user 103 .long 5b, .Lbad_clear_user 104 .long 6b, .Lbad_clear_user [all …]
|
D | strlen.S | 25 mov.b @r4+,r1 30 mov.b @r4+,r1 35 mov.b @r4+,r1 45 bf/s 2b 50 swap.b r1,r1 52 swap.b r1,r1 54 extu.b r1,r0 59 extu.b r1,r0 64 extu.b r1,r0
|
/linux-4.1.27/arch/alpha/kernel/ |
D | io.c | 37 void iowrite8(u8 b, void __iomem *addr) in iowrite8() argument 39 IO_CONCAT(__IO_PREFIX,iowrite8)(b, addr); in iowrite8() 43 void iowrite16(u16 b, void __iomem *addr) in iowrite16() argument 45 IO_CONCAT(__IO_PREFIX,iowrite16)(b, addr); in iowrite16() 49 void iowrite32(u32 b, void __iomem *addr) in iowrite32() argument 51 IO_CONCAT(__IO_PREFIX,iowrite32)(b, addr); in iowrite32() 77 void outb(u8 b, unsigned long port) in outb() argument 79 iowrite8(b, ioport_map(port, 1)); in outb() 82 void outw(u16 b, unsigned long port) in outw() argument 84 iowrite16(b, ioport_map(port, 2)); in outw() [all …]
|
/linux-4.1.27/arch/arm/mach-ebsa110/include/mach/ |
D | io.h | 54 #define readb(b) __readb(b) argument 55 #define readw(b) __readw(b) argument 56 #define readl(b) __readl(b) argument 61 #define writeb(v,b) __writeb(v,b) argument 62 #define writew(v,b) __writew(v,b) argument 63 #define writel(v,b) __writel(v,b) argument
|
/linux-4.1.27/include/uapi/linux/ |
D | uuid.h | 28 __u8 b[16]; member 32 __u8 b[16]; member 35 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 38 (b) & 0xff, ((b) >> 8) & 0xff, \ 42 #define UUID_BE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 45 ((b) >> 8) & 0xff, (b) & 0xff, \
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | mm.c | 88 struct nvkm_mm_node *b; in region_head() local 93 b = kmalloc(sizeof(*b), GFP_KERNEL); in region_head() 94 if (unlikely(b == NULL)) in region_head() 97 b->offset = a->offset; in region_head() 98 b->length = size; in region_head() 99 b->heap = a->heap; in region_head() 100 b->type = a->type; in region_head() 103 list_add_tail(&b->nl_entry, &a->nl_entry); in region_head() 104 if (b->type == NVKM_MM_TYPE_NONE) in region_head() 105 list_add_tail(&b->fl_entry, &a->fl_entry); in region_head() [all …]
|
/linux-4.1.27/lib/raid6/ |
D | mktables.c | 24 static uint8_t gfmul(uint8_t a, uint8_t b) in gfmul() argument 28 while (b) { in gfmul() 29 if (b & 1) in gfmul() 32 b >>= 1; in gfmul() 38 static uint8_t gfpow(uint8_t a, int b) in gfpow() argument 42 b %= 255; in gfpow() 43 if (b < 0) in gfpow() 44 b += 255; in gfpow() 46 while (b) { in gfpow() 47 if (b & 1) in gfpow() [all …]
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | io.h | 51 static inline void writeb(u8 b, volatile void __iomem *addr) in writeb() argument 53 *(volatile u8 *) addr = b; in writeb() 56 static inline void writew(u16 b, volatile void __iomem *addr) in writew() argument 58 *(volatile u16 *) addr = b; in writew() 61 static inline void writel(u32 b, volatile void __iomem *addr) in writel() argument 63 *(volatile u32 *) addr = b; in writel() 83 static inline void outb_local(u8 b, unsigned long addr) in outb_local() argument 85 return writeb(b, (volatile void __iomem *) addr); in outb_local() 103 static inline void outb(u8 b, unsigned long addr) in outb() argument 105 return writeb(b, (volatile void __iomem *) addr); in outb() [all …]
|
/linux-4.1.27/arch/m32r/platforms/mappi/ |
D | io.c | 65 static inline void _ne_outb(unsigned char b, void *portp) in _ne_outb() argument 67 *(volatile unsigned short *)portp = (unsigned short)b; in _ne_outb() 82 unsigned char b; in _inb() local 83 pcc_ioread(0, port, &b, sizeof(b), 1, 0); in _inb() 84 return b; in _inb() 86 unsigned char b; in _inb() local 87 pcc_ioread(1, port, &b, sizeof(b), 1, 0); in _inb() 88 return b; in _inb() 151 void _outb(unsigned char b, unsigned long port) in _outb() argument 154 _ne_outb(b, PORT2ADDR_NE(port)); in _outb() [all …]
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-bcm2835.c | 59 #define MAKE_HWIRQ(b, n) ((b << 5) | (n)) argument 146 int irq, b, i; in armctrl_of_init() local 158 for (b = 0; b < NR_BANKS; b++) { in armctrl_of_init() 159 intc.pending[b] = base + reg_pending[b]; in armctrl_of_init() 160 intc.enable[b] = base + reg_enable[b]; in armctrl_of_init() 161 intc.disable[b] = base + reg_disable[b]; in armctrl_of_init() 163 for (i = 0; i < bank_irqs[b]; i++) { in armctrl_of_init() 164 irq = irq_create_mapping(intc.domain, MAKE_HWIRQ(b, i)); in armctrl_of_init()
|
/linux-4.1.27/fs/ubifs/ |
D | replay.c | 97 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops() argument 104 lp = ubifs_lpt_lookup_dirty(c, b->bud->lnum); in set_bud_lprops() 111 if (b->bud->start == 0 && (lp->free != c->leb_size || lp->dirty != 0)) { in set_bud_lprops() 131 dbg_mnt("bud LEB %d was GC'd (%d free, %d dirty)", b->bud->lnum, in set_bud_lprops() 133 dbg_gc("bud LEB %d was GC'd (%d free, %d dirty)", b->bud->lnum, in set_bud_lprops() 145 b->bud->lnum, lp->free, lp->dirty, b->free, in set_bud_lprops() 146 b->dirty); in set_bud_lprops() 148 lp = ubifs_change_lp(c, lp, b->free, dirty + b->dirty, in set_bud_lprops() 156 err = ubifs_wbuf_seek_nolock(&c->jheads[b->bud->jhead].wbuf, in set_bud_lprops() 157 b->bud->lnum, c->leb_size - b->free); in set_bud_lprops() [all …]
|
/linux-4.1.27/arch/s390/include/asm/ |
D | futex.h | 18 EX_TABLE(0b,4b) EX_TABLE(2b,4b) EX_TABLE(3b,4b) \ 88 EX_TABLE(0b,2b) EX_TABLE(1b,2b) in futex_atomic_cmpxchg_inatomic()
|
/linux-4.1.27/net/sched/ |
D | cls_route.c | 133 struct route4_bucket *b; in route4_classify() local 168 b = rcu_dereference_bh(head->table[h]); in route4_classify() 169 if (b) { in route4_classify() 170 for (f = rcu_dereference_bh(b->ht[route4_hash_from(id)]); in route4_classify() 176 for (f = rcu_dereference_bh(b->ht[route4_hash_iif(iif)]); in route4_classify() 182 for (f = rcu_dereference_bh(b->ht[route4_hash_wild()]); in route4_classify() 233 struct route4_bucket *b; in route4_get() local 248 b = rtnl_dereference(head->table[h1]); in route4_get() 249 if (b) { in route4_get() 250 for (f = rtnl_dereference(b->ht[h2]); in route4_get() [all …]
|
/linux-4.1.27/include/trace/events/ |
D | bcache.h | 63 TP_PROTO(struct btree *b), 64 TP_ARGS(b), 71 __entry->bucket = PTR_BUCKET_NR(b->c, &b->key, 0); 236 TP_PROTO(struct btree *b), 237 TP_ARGS(b) 241 TP_PROTO(struct btree *b), 242 TP_ARGS(b), 251 __entry->bucket = PTR_BUCKET_NR(b->c, &b->key, 0); 252 __entry->block = b->written; 253 __entry->keys = b->keys.set[b->keys.nsets].data->keys; [all …]
|
/linux-4.1.27/drivers/oprofile/ |
D | cpu_buffer.c | 75 struct oprofile_cpu_buffer *b = &per_cpu(op_cpu_buffer, i); in alloc_cpu_buffers() local 77 b->last_task = NULL; in alloc_cpu_buffers() 78 b->last_is_kernel = -1; in alloc_cpu_buffers() 79 b->tracing = 0; in alloc_cpu_buffers() 80 b->buffer_size = buffer_size; in alloc_cpu_buffers() 81 b->sample_received = 0; in alloc_cpu_buffers() 82 b->sample_lost_overflow = 0; in alloc_cpu_buffers() 83 b->backtrace_aborted = 0; in alloc_cpu_buffers() 84 b->sample_invalid_eip = 0; in alloc_cpu_buffers() 85 b->cpu = i; in alloc_cpu_buffers() [all …]
|
/linux-4.1.27/arch/openrisc/lib/ |
D | string.S | 49 l.j 2b 62 l.j 1b 67 .long 8b, 99b // read fault 68 .long 9b, 99b // write fault 86 l.j 2b 99 l.j 1b 104 .long 9b, 99b // write fault
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | alternative-asm.h | 17 altinstruction_entry 661b, 663f, \cap, 662b-661b, 664f-663f 22 .if ((664b-663b) != (662b-661b))
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | debug.S | 31 b printhex 36 b printhex 53 bne 1b 55 b printascii 62 b 2f 68 beq 1b 73 bne 1b 81 b 1b
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | dev.c | 40 nfs4_block_decode_volume(struct xdr_stream *xdr, struct pnfs_block_volume *b) in nfs4_block_decode_volume() argument 48 b->type = be32_to_cpup(p++); in nfs4_block_decode_volume() 50 switch (b->type) { in nfs4_block_decode_volume() 55 b->simple.nr_sigs = be32_to_cpup(p++); in nfs4_block_decode_volume() 56 if (!b->simple.nr_sigs) { in nfs4_block_decode_volume() 61 b->simple.len = 4 + 4; in nfs4_block_decode_volume() 62 for (i = 0; i < b->simple.nr_sigs; i++) { in nfs4_block_decode_volume() 66 p = xdr_decode_hyper(p, &b->simple.sigs[i].offset); in nfs4_block_decode_volume() 67 b->simple.sigs[i].sig_len = be32_to_cpup(p++); in nfs4_block_decode_volume() 69 p = xdr_inline_decode(xdr, b->simple.sigs[i].sig_len); in nfs4_block_decode_volume() [all …]
|
/linux-4.1.27/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 34 tbnz seqcnt, #0, 9999b 46 b.ne \fail 65 seqcnt_check w9, 1b 93 b.ne 2f 104 seqcnt_check w9, 1b 109 b.ne 6f 116 seqcnt_check w9, 1b 117 b 4f 121 b.ne 8f 136 seqcnt_check w9, 3b [all …]
|
/linux-4.1.27/net/bridge/ |
D | br_ioctl.c | 127 struct __bridge_info b; in old_dev_ioctl() local 129 memset(&b, 0, sizeof(struct __bridge_info)); in old_dev_ioctl() 131 memcpy(&b.designated_root, &br->designated_root, 8); in old_dev_ioctl() 132 memcpy(&b.bridge_id, &br->bridge_id, 8); in old_dev_ioctl() 133 b.root_path_cost = br->root_path_cost; in old_dev_ioctl() 134 b.max_age = jiffies_to_clock_t(br->max_age); in old_dev_ioctl() 135 b.hello_time = jiffies_to_clock_t(br->hello_time); in old_dev_ioctl() 136 b.forward_delay = br->forward_delay; in old_dev_ioctl() 137 b.bridge_max_age = br->bridge_max_age; in old_dev_ioctl() 138 b.bridge_hello_time = br->bridge_hello_time; in old_dev_ioctl() [all …]
|
/linux-4.1.27/arch/x86/crypto/ |
D | twofish-x86_64-asm_64.S | 79 #define encrypt_round(a,b,c,d,round)\ argument 80 movzx b ## B, %edi;\ 84 movzx b ## H, %edi;\ 85 ror $16, b ## D;\ 90 movzx b ## B, %edi;\ 94 movzx b ## H, %edi;\ 95 ror $15, b ## D;\ 115 #define encrypt_last_round(a,b,c,d,round)\ argument 116 mov b ## D, %r10d;\ 118 movzx b ## B, %edi;\ [all …]
|
/linux-4.1.27/arch/arm/lib/ |
D | findbit.S | 36 blo 1b 47 beq 3b 49 beq 1b @ If new byte, goto old routine 58 b 2b @ loop for next bit 77 blo 1b 88 beq 3b 90 beq 1b @ If new byte, goto old routine 98 b 2b @ loop for next bit 115 blo 1b 122 beq 3b [all …]
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | rs690.c | 267 fixed20_12 a, b, c; in rs690_crtc_bandwidth_compute() local 299 b.full = dfixed_const(mode->crtc_hdisplay); in rs690_crtc_bandwidth_compute() 301 a.full = dfixed_div(b, c); in rs690_crtc_bandwidth_compute() 317 b.full = dfixed_const(1000); in rs690_crtc_bandwidth_compute() 318 a.full = dfixed_div(a, b); in rs690_crtc_bandwidth_compute() 319 pclk.full = dfixed_div(b, a); in rs690_crtc_bandwidth_compute() 321 b.full = dfixed_const(2); in rs690_crtc_bandwidth_compute() 322 if (crtc->vsc.full > b.full) in rs690_crtc_bandwidth_compute() 323 b.full = crtc->vsc.full; in rs690_crtc_bandwidth_compute() 324 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute() [all …]
|
/linux-4.1.27/drivers/pinctrl/meson/ |
D | pinctrl-meson.h | 158 #define PIN(x, b) (b + x) argument 160 #define GROUP(grp, r, b) \ argument 166 .bit = b, \ 170 #define GPIO_GROUP(gpio, b) \ argument 173 .pins = (const unsigned int[]){ PIN(gpio, b) }, \ 178 #define GROUP_AO(grp, r, b) \ argument 184 .bit = b, \ 209 #define MESON_PIN(x, b) PINCTRL_PIN(PIN(x, b), #x) argument
|
/linux-4.1.27/drivers/pci/ |
D | probe.c | 489 struct pci_bus *b; in pci_alloc_bus() local 491 b = kzalloc(sizeof(*b), GFP_KERNEL); in pci_alloc_bus() 492 if (!b) in pci_alloc_bus() 495 INIT_LIST_HEAD(&b->node); in pci_alloc_bus() 496 INIT_LIST_HEAD(&b->children); in pci_alloc_bus() 497 INIT_LIST_HEAD(&b->devices); in pci_alloc_bus() 498 INIT_LIST_HEAD(&b->slots); in pci_alloc_bus() 499 INIT_LIST_HEAD(&b->resources); in pci_alloc_bus() 500 b->max_bus_speed = PCI_SPEED_UNKNOWN; in pci_alloc_bus() 501 b->cur_bus_speed = PCI_SPEED_UNKNOWN; in pci_alloc_bus() [all …]
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | pci_dlpar.c | 100 struct pci_bus *b = phb->bus; in remove_phb_dynamic() local 105 pci_domain_nr(b), b->number); in remove_phb_dynamic() 108 if (!(list_empty(&b->children) && list_empty(&b->devices))) in remove_phb_dynamic() 116 rc = pcibios_unmap_io_space(b); in remove_phb_dynamic() 119 __func__, b->name); in remove_phb_dynamic() 126 pci_remove_bus(b); in remove_phb_dynamic() 127 device_unregister(b->bridge); in remove_phb_dynamic()
|
/linux-4.1.27/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 1431 #define IS_BOTH_COUNTERS_24K_EVENT(b) \ argument 1432 ((b) == 0 || (b) == 1 || (b) == 11) 1435 #define IS_BOTH_COUNTERS_34K_EVENT(b) \ argument 1436 ((b) == 0 || (b) == 1 || (b) == 11) 1438 #define IS_RANGE_P_34K_EVENT(r, b) \ argument 1439 ((b) == 0 || (r) == 18 || (b) == 21 || (b) == 22 || \ 1440 (b) == 25 || (b) == 39 || (r) == 44 || (r) == 174 || \ 1441 (r) == 176 || ((b) >= 50 && (b) <= 55) || \ 1442 ((b) >= 64 && (b) <= 67)) 1447 #define IS_BOTH_COUNTERS_74K_EVENT(b) \ argument [all …]
|