Searched refs:ab (Results 1 - 25 of 180) sorted by path

12345678

/linux-master/arch/arc/lib/
H A Dmemcpy-700.S18 st.ab r12,[r5,4]
23 st.ab r12,[r5,4]
25 st.ab r3,[r5,4]
52 stb.ab r12,[r5,1]
57 stb.ab r12,[r5,1]
59 stb.ab r3,[r5,1]
H A Dmemcpy-archs-unaligned.S12 # define LOADX(DST,RX) ldd.ab DST, [RX, 8]
13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8]
17 # define LOADX(DST,RX) ld.ab DST, [RX, 4]
18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4]
42 ldb.ab r5, [r1, 1]
43 stb.ab r5, [r3, 1]
H A Dmemcpy-archs.S25 # define LOADX(DST,RX) ldd.ab DST, [RX, 8]
26 # define STOREX(SRC,RX) std.ab SRC, [RX, 8]
30 # define LOADX(DST,RX) ld.ab DST, [RX, 4]
31 # define STOREX(SRC,RX) st.ab SRC, [RX, 4]
51 ldb.ab r5, [r1,1]
53 stb.ab r5, [r3,1]
79 ldb.ab r5, [r1,1]
80 stb.ab r5, [r3,1]
92 ldb.ab r5, [r1, 1]
97 ldh.ab r
[all...]
H A Dmemset.S26 stb.ab r1,[r4,1]
28 stw.ab r1,[r4,2]
35 st.ab r1,[r4,4]
43 stb.ab r1,[r4,1]
H A Dstrcmp-archs.S14 ld.ab r2, [r0, 4]
20 ld.ab r3, [r1, 4]
23 ld.ab r5, [r0, 4]
65 ldb.ab r2, [r0, 1]
66 ldb.ab r3, [r1, 1]
H A Dstrcmp.S22 ld.ab r2,[r0,4]
23 ld.ab r3,[r1,4]
85 ldb.ab r2,[r0,1]
86 ldb.ab r3,[r1,1]
H A Dstrcpy-700.S35 st.ab r4,[r10,4]
42 st.ab r3,[r10,4]
56 stb.ab r1,[r10,1]
61 ldb.ab r3,[r1,1]
65 stb.ab r3,[r10,1]
/linux-master/arch/powerpc/crypto/
H A Daes-tab-4k.S40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a)
55 .long R(e2, 71, 71, 93), R(ab, d8, d8, 73)
108 .long R(3b, 90, 90, ab), R(0b, 88, 88, 83)
166 .long R(3b, ab, 6b, cb), R(1f, 9d, 45, f1)
167 .long R(ac, fa, 58, ab), R(4b, e3, 03, 93)
190 .long R(ab, 73, d3, 23), R(72, 4b, 02, e2)
191 .long R(e3, 1f, 8f, 57), R(66, 55, ab, 2a)
/linux-master/arch/arc/kernel/
H A Dhead.S129 st.ab 0, [r5, 4]
/linux-master/arch/arm/boot/dts/arm/
H A DMakefile23 versatile-ab.dtb \
24 versatile-ab-ib2.dtb \
/linux-master/arch/arm/boot/dts/ti/omap/
H A DMakefile21 omap3-beagle-xm-ab.dtb \
/linux-master/arch/arm64/crypto/
H A Dsm3-ce-core.S44 .macro round, ab, s0, t0, t1, i
48 sm3tt1\ab v8.4s, v5.4s, v10.4s, \i
49 sm3tt2\ab v9.4s, v5.4s, \s0\().4s, \i
52 .macro qround, ab, s0, s1, s2, s3, s4
62 round \ab, \s0, v11, v12, 0
63 round \ab, \s0, v12, v11, 1
64 round \ab, \s0, v11, v12, 2
65 round \ab, \s0, v12, v11, 3
/linux-master/arch/x86/crypto/
H A Dcamellia-x86_64-asm_64.S79 #define xor2ror16(T0, T1, tmp1, tmp2, ab, dst) \
81 movzbl ab ## bl, tmp2 ## d; \
84 movzbl ab ## bh, tmp1 ## d; \
85 rorq $16, ab; \
91 #define roundsm(ab, subkey, cd) \
94 xor2ror16(sp00444404, sp03303033, RT0, RT1, ab ## 0, cd ## 0); \
95 xor2ror16(sp22000222, sp10011110, RT0, RT1, ab ## 0, RT2); \
96 xor2ror16(sp11101110, sp44044404, RT0, RT1, ab ## 0, cd ## 0); \
97 xor2ror16(sp30333033, sp02220222, RT0, RT1, ab ## 0, RT2); \
268 #define roundsm2(ab, subke
[all...]
H A Dcurve25519-x86_64.c986 u64 *ab = tmp1; local
1006 fmul2(dc, dc, ab, tmp2);
1036 u64 *ab = tmp1; local
1040 fsqr2(dc, ab, tmp2);
1048 fmul2(nq, dc, ab, tmp2);
1549 u64 *ab = &tmp[0 + 16]; local
1577 fsqr2(ab, ab, efgh);
1578 fmul2(xz1, xz2, ab, efgh);
H A Dtwofish-x86_64-asm_64-3way.S77 #define do16bit_ror(rot, op1, op2, T0, T1, tmp1, tmp2, ab, dst) \
78 movzbl ab ## bl, tmp2 ## d; \
79 movzbl ab ## bh, tmp1 ## d; \
80 rorq $(rot), ab; \
84 #define swap_ab_with_cd(ab, cd, tmp) \
86 movq ab, cd; \
87 movq tmp, ab;
93 #define g1g2_3(ab, cd, Tx0, Tx1, Tx2, Tx3, Ty0, Ty1, Ty2, Ty3, x, y) \
95 do16bit_ror(32, mov, xor, Tx0, Tx1, RT0, x ## 0, ab ## 0, x ## 0); \
96 do16bit_ror(48, mov, xor, Ty1, Ty2, RT0, y ## 0, ab ##
[all...]
/linux-master/drivers/crypto/caam/
H A Dpdb.h464 u8 *ab; /* ECC only */ member in struct:dsa_sign_pdb
478 u8 *ab; /* only used if ECC processing */ member in struct:dsa_verify_pdb
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring.h321 #define amdgpu_ring_emit_gds_switch(r, v, db, ds, wb, ws, ab, as) (r)->funcs->emit_gds_switch((r), (v), (db), (ds), (wb), (ws), (ab), (as))
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.c221 int ab = sc_mem_pool_config[i].absolute_blocks; local
229 } else if (ab >= 0) { /* absolute blocks valid */
230 ab_total += ab;
240 mem_pool_info[i].blocks = ab;
/linux-master/drivers/md/
H A Ddm-audit.c23 struct audit_buffer *ab; local
28 ab = audit_log_start(audit_context(), GFP_KERNEL, audit_type);
29 if (unlikely(!ab))
32 audit_log_format(ab, "module=%s op=%s", dm_msg_prefix, op);
33 return ab;
39 struct audit_buffer *ab = NULL; local
46 ab = dm_audit_log_start(audit_type, dm_msg_prefix, op);
47 if (unlikely(!ab))
49 audit_log_task_info(ab);
50 audit_log_format(ab, " de
72 struct audit_buffer *ab; local
[all...]
/linux-master/drivers/md/persistent-data/
H A Ddm-array.c97 static void *element_at(struct dm_array_info *info, struct array_block *ab, argument
100 unsigned char *entry = (unsigned char *) (ab + 1);
111 static void on_entries(struct dm_array_info *info, struct array_block *ab, argument
114 unsigned int nr_entries = le32_to_cpu(ab->nr_entries);
116 fn(info->value_type.context, element_at(info, ab, 0), nr_entries);
122 static void inc_ablock_entries(struct dm_array_info *info, struct array_block *ab) argument
127 on_entries(info, ab, vt->inc);
133 static void dec_ablock_entries(struct dm_array_info *info, struct array_block *ab) argument
138 on_entries(info, ab, vt->dec);
154 struct dm_block **block, struct array_block **ab)
152 alloc_ablock(struct dm_array_info *info, size_t size_of_block, uint32_t max_entries, struct dm_block **block, struct array_block **ab) argument
175 fill_ablock(struct dm_array_info *info, struct array_block *ab, const void *value, unsigned int new_nr) argument
198 trim_ablock(struct dm_array_info *info, struct array_block *ab, unsigned int new_nr) argument
218 get_ablock(struct dm_array_info *info, dm_block_t b, struct dm_block **block, struct array_block **ab) argument
251 lookup_ablock(struct dm_array_info *info, dm_block_t root, unsigned int index, struct dm_block **block, struct array_block **ab) argument
280 __shadow_ablock(struct dm_array_info *info, dm_block_t b, struct dm_block **block, struct array_block **ab) argument
325 shadow_ablock(struct dm_array_info *info, dm_block_t *root, unsigned int index, struct dm_block **block, struct array_block **ab) argument
356 struct array_block *ab; local
469 struct array_block *ab; local
508 struct array_block *ab; local
592 struct array_block *ab; local
707 populate_ablock_with_values(struct dm_array_info *info, struct array_block *ab, value_fn fn, void *context, unsigned int base, unsigned int new_nr) argument
736 struct array_block *ab; local
783 struct array_block *ab; local
811 struct array_block *ab; local
874 struct array_block *ab; local
[all...]
H A Ddm-array.h201 struct array_block *ab; member in struct:dm_array_cursor
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-api.c177 struct tmComResEncAudioBitRate ab; local
215 ab.ucAudioBitRateMode = 0;
216 ab.dwAudioBitRate = 384000;
217 ab.dwAudioBitRatePeak = ab.dwAudioBitRate;
221 &ab);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dahb.c145 ath11k_ahb_get_msi_irq_wcn6750(struct ath11k_base *ab, unsigned int vector) argument
147 return ab->pci.msi.irqs[vector];
151 ath11k_ahb_get_window_start_wcn6750(struct ath11k_base *ab, u32 offset) argument
159 else if ((offset ^ HAL_SEQ_WCSS_UMAC_CE0_SRC_REG(ab)) <
167 ath11k_ahb_window_write32_wcn6750(struct ath11k_base *ab, u32 offset, u32 value) argument
172 window_start = ath11k_ahb_get_window_start_wcn6750(ab, offset);
174 iowrite32(value, ab->mem + window_start +
178 static u32 ath11k_ahb_window_read32_wcn6750(struct ath11k_base *ab, u32 offset) argument
184 window_start = ath11k_ahb_get_window_start_wcn6750(ab, offset);
186 val = ioread32(ab
199 ath11k_ahb_read32(struct ath11k_base *ab, u32 offset) argument
204 ath11k_ahb_write32(struct ath11k_base *ab, u32 offset, u32 value) argument
209 ath11k_ahb_kill_tasklets(struct ath11k_base *ab) argument
231 __ath11k_ahb_ext_irq_disable(struct ath11k_base *ab) argument
256 ath11k_ahb_setbit32(struct ath11k_base *ab, u8 bit, u32 offset) argument
264 ath11k_ahb_clearbit32(struct ath11k_base *ab, u8 bit, u32 offset) argument
272 ath11k_ahb_ce_irq_enable(struct ath11k_base *ab, u16 ce_id) argument
293 ath11k_ahb_ce_irq_disable(struct ath11k_base *ab, u16 ce_id) argument
314 ath11k_ahb_sync_ce_irqs(struct ath11k_base *ab) argument
328 ath11k_ahb_sync_ext_irqs(struct ath11k_base *ab) argument
343 ath11k_ahb_ce_irqs_enable(struct ath11k_base *ab) argument
354 ath11k_ahb_ce_irqs_disable(struct ath11k_base *ab) argument
365 ath11k_ahb_start(struct ath11k_base *ab) argument
373 ath11k_ahb_ext_irq_enable(struct ath11k_base *ab) argument
388 ath11k_ahb_ext_irq_disable(struct ath11k_base *ab) argument
394 ath11k_ahb_stop(struct ath11k_base *ab) argument
404 ath11k_ahb_power_up(struct ath11k_base *ab) argument
416 ath11k_ahb_power_down(struct ath11k_base *ab) argument
423 ath11k_ahb_init_qmi_ce_config(struct ath11k_base *ab) argument
434 ath11k_ahb_free_ext_irq(struct ath11k_base *ab) argument
448 ath11k_ahb_free_irq(struct ath11k_base *ab) argument
494 struct ath11k_base *ab = irq_grp->ab; local
523 ath11k_ahb_config_ext_irq(struct ath11k_base *ab) argument
605 ath11k_ahb_config_irq(struct ath11k_base *ab) argument
639 ath11k_ahb_map_service_to_pipe(struct ath11k_base *ab, u16 service_id, u8 *ul_pipe, u8 *dl_pipe) argument
682 ath11k_ahb_hif_suspend(struct ath11k_base *ab) argument
717 ath11k_ahb_hif_resume(struct ath11k_base *ab) argument
792 ath11k_core_get_rproc(struct ath11k_base *ab) argument
814 ath11k_ahb_setup_msi_resources(struct ath11k_base *ab) argument
864 ath11k_ahb_setup_smp2p_handle(struct ath11k_base *ab) argument
882 ath11k_ahb_release_smp2p_handle(struct ath11k_base *ab) argument
892 ath11k_ahb_setup_resources(struct ath11k_base *ab) argument
913 ath11k_ahb_setup_msa_resources(struct ath11k_base *ab) argument
952 ath11k_ahb_fw_resources_init(struct ath11k_base *ab) argument
1050 ath11k_ahb_fw_resource_deinit(struct ath11k_base *ab) argument
1087 struct ath11k_base *ab; local
1221 ath11k_ahb_remove_prepare(struct ath11k_base *ab) argument
1237 ath11k_ahb_free_resources(struct ath11k_base *ab) argument
1256 struct ath11k_base *ab = platform_get_drvdata(pdev); local
1274 struct ath11k_base *ab = platform_get_drvdata(pdev); local
[all...]
H A Dahb.h42 static inline struct ath11k_ahb *ath11k_ahb_priv(struct ath11k_base *ab) argument
44 return (struct ath11k_ahb *)ab->drv_priv;
H A Dce.c259 void ath11k_ce_stop_shadow_timers(struct ath11k_base *ab) argument
263 if (!ab->hw_params.supports_shadow_regs)
266 for (i = 0; i < ab->hw_params.ce_count; i++)
268 ath11k_dp_shadow_stop_timer(ab, &ab->ce.hp_timer[i]);
274 struct ath11k_base *ab = pipe->ab; local
282 lockdep_assert_held(&ab->ce.ce_lock);
286 srng = &ab->hal.srng_list[ring->hal_ring_id];
290 ath11k_hal_srng_access_begin(ab, srn
322 struct ath11k_base *ab = pipe->ab; local
372 struct ath11k_base *ab = pipe->ab; local
421 struct ath11k_base *ab = pipe->ab; local
461 struct ath11k_base *ab = pipe->ab; local
502 struct ath11k_base *ab = pipe->ab; local
529 ath11k_ce_srng_msi_ring_params_setup(struct ath11k_base *ab, u32 ce_id, struct hal_srng_params *ring_params) argument
555 ath11k_ce_init_ring(struct ath11k_base *ab, struct ath11k_ce_ring *ce_ring, int ce_id, enum hal_ring_type type) argument
614 ath11k_ce_alloc_ring(struct ath11k_base *ab, int nentries, int desc_sz) argument
650 ath11k_ce_alloc_pipe(struct ath11k_base *ab, int ce_id) argument
689 ath11k_ce_per_engine_service(struct ath11k_base *ab, u16 ce_id) argument
701 ath11k_ce_poll_send_completed(struct ath11k_base *ab, u8 pipe_id) argument
711 ath11k_ce_send(struct ath11k_base *ab, struct sk_buff *skb, u8 pipe_id, u16 transfer_id) argument
803 struct ath11k_base *ab = pipe->ab; local
823 ath11k_ce_shadow_config(struct ath11k_base *ab) argument
842 ath11k_ce_get_shadow_config(struct ath11k_base *ab, u32 **shadow_cfg, u32 *shadow_cfg_len) argument
866 ath11k_ce_cleanup_pipes(struct ath11k_base *ab) argument
885 ath11k_ce_rx_post_buf(struct ath11k_base *ab) argument
911 struct ath11k_base *ab = from_timer(ab, t, rx_replenish_retry); local
916 ath11k_ce_init_pipes(struct ath11k_base *ab) argument
974 ath11k_ce_free_pipes(struct ath11k_base *ab) argument
1027 ath11k_ce_alloc_pipes(struct ath11k_base *ab) argument
1074 ath11k_ce_get_attr_flags(struct ath11k_base *ab, int ce_id) argument
[all...]

Completed in 258 milliseconds

12345678