Home
last modified time | relevance | path

Searched refs:at (Results 1 - 25 of 418) sorted by relevance

12345678910>>...17

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dcacheasm.h35 .macro __loop_cache_unroll ar at insn size line_width max_immed
45 __loopi \ar, \at, \size, (_reps << (\line_width)) variable
51 __endla \ar, \at, _reps << (\line_width) variable
56 .macro __loop_cache_all ar at insn size line_width max_immed
59 __loop_cache_unroll \ar, \at, \insn, \size, \line_width, \max_immed variable
64 .macro __loop_cache_range ar as at insn line_width
66 extui \at, \ar, 0, \line_width
67 add \as, \as, \at
69 __loops \ar, \as, \at, \line_width variable
71 __endla \ar, \at, ( variable
78 __loop_cache_unroll \\ar, \\at, \\insn, PAGE_SIZE, \\line_width, \\max_immed global() variable
[all...]
H A Dasmmacro.h20 * __loopi ar, at, size, inc
22 * at scratch register used by macro
26 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond]
29 * at scratch register use by macro
49 .macro __loopi ar, at, size, incr variable
52 movi \at, ((\size + \incr - 1) / (\incr)) variable
53 loop \at, 99f variable
55 addi \at, \ar, \size
65 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond variable
69 addi \at, \a
71 extui \\at, \\at, \\incr_log2, \\mask_log2 global() variable
73 srli \\at, \\at, \\incr_log2 global() variable
104 .macro __loopt ar, as, at, incr_log2 global() variable
107 sub \\at, \\as, \\ar global() variable
109 addi \\at, \\at, (1 << \\incr_log2) - 1 global() variable
110 srli \\at, \\at, \\incr_log2 global() variable
[all...]
H A Dasm-uaccess.h56 * <at> anything (temp register)
60 * <at> destroyed (actually, current)
63 .macro set_fs at, av, sp
64 GET_CURRENT(\at,\sp)
65 s32i \av, \at, THREAD_CURRENT_DS variable
80 * <at> anything (temp register)
85 * <at> destroyed (actually, current->thread.current_ds)
91 .macro kernel_ok at, sp, success
92 get_fs \at, \sp variable
93 beqz \at, \succes variable
119 .macro user_ok aa, as, at, error global() variable
120 movi \\at, __XTENSA_UL_CONST(TASK_SIZE) global() variable
121 bgeu \\as, \\at, \\error global() variable
122 sub \\at, \\at, \\as global() variable
123 bgeu \\aa, \\at, \\error global() variable
149 .macro access_ok aa, as, at, sp, error global() variable
150 kernel_ok \\at, \\sp, .Laccess_ok_\\@ global() variable
151 user_ok \\aa, \\as, \\at, \\error global() variable
[all...]
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dcacheasm.h35 .macro __loop_cache_unroll ar at insn size line_width max_immed
45 __loopi \ar, \at, \size, (_reps << (\line_width)) variable
51 __endla \ar, \at, _reps << (\line_width) variable
56 .macro __loop_cache_all ar at insn size line_width max_immed
59 __loop_cache_unroll \ar, \at, \insn, \size, \line_width, \max_immed variable
64 .macro __loop_cache_range ar as at insn line_width
66 extui \at, \ar, 0, \line_width
67 add \as, \as, \at
69 __loops \ar, \as, \at, \line_width variable
71 __endla \ar, \at, ( variable
78 __loop_cache_unroll \\ar, \\at, \\insn, PAGE_SIZE, \\line_width, \\max_immed global() variable
[all...]
H A Dasmmacro.h21 * __loopi ar, at, size, inc
23 * at scratch register used by macro
27 * __loops ar, as, at, inc_log2[, mask_log2][, cond][, ncond]
30 * at scratch register use by macro
50 .macro __loopi ar, at, size, incr variable
53 movi \at, ((\size + \incr - 1) / (\incr)) variable
54 loop \at, 99f variable
56 addi \at, \ar, \size
66 .macro __loops ar, as, at, incr_log2, mask_log2, cond, ncond variable
70 addi \at, \a
72 extui \\at, \\at, \\incr_log2, \\mask_log2 global() variable
74 srli \\at, \\at, \\incr_log2 global() variable
105 .macro __loopt ar, as, at, incr_log2 global() variable
108 sub \\at, \\as, \\ar global() variable
110 addi \\at, \\at, (1 << \\incr_log2) - 1 global() variable
111 srli \\at, \\at, \\incr_log2 global() variable
[all...]
H A Dasm-uaccess.h41 * <at> temp register
47 * <at> destroyed (actually, (TASK_SIZE + 1 - size))
49 .macro user_ok aa, as, at, error variable
50 movi \at, __XTENSA_UL_CONST(TASK_SIZE) variable
51 bgeu \as, \at, \error variable
52 sub \at, \at, \as variable
53 bgeu \aa, \at, \error variable
70 * <at> temp register
77 * <at> destroye
79 .macro access_ok aa, as, at, sp, error global() variable
80 user_ok \\aa, \\as, \\at, \\error global() variable
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_ns87410.c55 struct ata_timing at; in ns87410_set_piomode() local
74 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) { in ns87410_set_piomode()
79 at.active = clamp_val(at.active, 2, 16) - 2; in ns87410_set_piomode()
80 at.setup = clamp_val(at.setup, 1, 4) - 1; in ns87410_set_piomode()
81 at.recover = clamp_val(at.recover, 1, 12) - 1; in ns87410_set_piomode()
83 idetcr = (at.setup << 6) | (recoverbits[at in ns87410_set_piomode()
[all...]
H A Dpata_amd.c40 * the ports at different locations).
52 struct ata_timing at, apeer; in timing_setup() local
62 if (ata_timing_compute(adev, speed, &at, T, UT) < 0) { in timing_setup()
71 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup()
74 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup()
77 if (speed == XFER_UDMA_5 && amd_clock <= 33333) at.udma = 1; in timing_setup()
78 if (speed == XFER_UDMA_6 && amd_clock <= 33333) at.udma = 15; in timing_setup()
86 t = (t & ~(3 << ((3 - dn) << 1))) | ((clamp_val(at in timing_setup()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_ns87410.c55 struct ata_timing at; in ns87410_set_piomode() local
74 if (ata_timing_compute(adev, adev->pio_mode, &at, 30303, 1) < 0) { in ns87410_set_piomode()
79 at.active = clamp_val(at.active, 2, 16) - 2; in ns87410_set_piomode()
80 at.setup = clamp_val(at.setup, 1, 4) - 1; in ns87410_set_piomode()
81 at.recover = clamp_val(at.recover, 1, 12) - 1; in ns87410_set_piomode()
83 idetcr = (at.setup << 6) | (recoverbits[at in ns87410_set_piomode()
[all...]
H A Dpata_amd.c40 * the ports at different locations).
52 struct ata_timing at, apeer; in timing_setup() local
62 if (ata_timing_compute(adev, speed, &at, T, UT) < 0) { in timing_setup()
71 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup()
74 ata_timing_merge(&apeer, &at, &at, ATA_TIMING_8BIT); in timing_setup()
77 if (speed == XFER_UDMA_5 && amd_clock <= 33333) at.udma = 1; in timing_setup()
78 if (speed == XFER_UDMA_6 && amd_clock <= 33333) at.udma = 15; in timing_setup()
86 t = (t & ~(3 << ((3 - dn) << 1))) | ((clamp_val(at in timing_setup()
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_u32.c28 u_int32_t at; in u32_match_it() local
36 at = 0; in u32_match_it()
61 if (at + val < at) in u32_match_it()
63 at += val; in u32_match_it()
65 if (at + 4 < at || skb->len < at + 4 || in u32_match_it()
66 pos > skb->len - at - 4) in u32_match_it()
69 if (skb_copy_bits(skb, at in u32_match_it()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_u32.c28 u_int32_t at; in u32_match_it() local
36 at = 0; in u32_match_it()
61 if (at + val < at) in u32_match_it()
63 at += val; in u32_match_it()
65 if (at + 4 < at || skb->len < at + 4 || in u32_match_it()
66 pos > skb->len - at - 4) in u32_match_it()
69 if (skb_copy_bits(skb, at in u32_match_it()
[all...]
/kernel/linux/linux-5.10/arch/mips/crypto/
H A Dpoly1305-mips.pl25 # Modulo-scheduling reduction allows to omit dependency chain at the
40 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
56 # ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
548 ($a4,$a5,$a6,$a7,$at,$t0,$t1,$t2);
808 srlv $at,$d1,$t1
810 or $d0,$d0,$at
811 srlv $at,$d2,$t1
813 or $d1,$d1,$at
814 srlv $at,
[all...]
H A Dchacha-core.S209 lw $at, 16($sp)
263 addiu $at, -2
272 bnez $at, .Loop_chacha_xor_rounds
280 lw $at, (STACK_SIZE+16)($sp)
319 andi $at, BYTES, MASK_U32
325 ins T0, $at, 1, 6
328 addu T1, STATE, $at
337 subu BYTES, $at, BYTES
347 lw $at, (STACK_SIZE+16)($sp)
370 addu IN, $at
[all...]
/kernel/linux/linux-6.6/arch/mips/crypto/
H A Dpoly1305-mips.pl25 # Modulo-scheduling reduction allows to omit dependency chain at the
40 ($zero,$at,$t0,$t1,$t2)=map("\$$_",(0..2,24,25));
56 # ($zero,$at,$v0,$v1)=map("\$$_",(0..3));
76 my ($in0,$in1,$tmp0,$tmp1,$tmp2,$tmp3,$tmp4) = ($a4,$a5,$a6,$a7,$at,$t0,$t1);
548 ($a4,$a5,$a6,$a7,$at,$t0,$t1,$t2);
808 srlv $at,$d1,$t1
810 or $d0,$d0,$at
811 srlv $at,$d2,$t1
813 or $d1,$d1,$at
814 srlv $at,
[all...]
H A Dchacha-core.S209 lw $at, 16($sp)
263 addiu $at, -2
272 bnez $at, .Loop_chacha_xor_rounds
280 lw $at, (STACK_SIZE+16)($sp)
319 andi $at, BYTES, MASK_U32
325 ins T0, $at, 1, 6
328 addu T1, STATE, $at
337 subu BYTES, $at, BYTES
347 lw $at, (STACK_SIZE+16)($sp)
370 addu IN, $at
[all...]
/kernel/linux/linux-5.10/drivers/net/appletalk/
H A Dipddp.c169 ddp->deh_dnet = rt->at.s_net; /* FIXME more hops?? */ in ipddp_xmit()
172 ddp->deh_dnode = rt->at.s_node; in ipddp_xmit()
184 aarp_send_ddp(rt->dev, skb, &rt->at, NULL); in ipddp_xmit()
203 rt->at = new_rt->at; in ipddp_create()
205 if ((rt->dev = atrtr_get_dev(&rt->at)) == NULL) { in ipddp_create()
238 tmp->at.s_net == rt->at.s_net && in ipddp_delete()
239 tmp->at.s_node == rt->at in ipddp_delete()
[all...]
/kernel/linux/linux-6.6/drivers/net/appletalk/
H A Dipddp.c171 ddp->deh_dnet = rt->at.s_net; /* FIXME more hops?? */ in ipddp_xmit()
174 ddp->deh_dnode = rt->at.s_node; in ipddp_xmit()
186 aarp_send_ddp(rt->dev, skb, &rt->at, NULL); in ipddp_xmit()
205 rt->at = new_rt->at; in ipddp_create()
207 if ((rt->dev = atrtr_get_dev(&rt->at)) == NULL) { in ipddp_create()
240 tmp->at.s_net == rt->at.s_net && in ipddp_delete()
241 tmp->at.s_node == rt->at in ipddp_delete()
[all...]
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Ddp_mul.c24 u64 at; in ieee754dp_mul() local
129 at = lrm + (t << 32); in ieee754dp_mul()
130 hrm += at < lrm; in ieee754dp_mul()
131 lrm = at; in ieee754dp_mul()
137 at = lrm + (t << 32); in ieee754dp_mul()
138 hrm += at < lrm; in ieee754dp_mul()
139 lrm = at; in ieee754dp_mul()
H A Dsp_mul.c24 unsigned int at; in ieee754sp_mul() local
127 at = lrm + (t << 16); in ieee754sp_mul()
128 hrm += at < lrm; in ieee754sp_mul()
129 lrm = at; in ieee754sp_mul()
133 at = lrm + (t << 16); in ieee754sp_mul()
134 hrm += at < lrm; in ieee754sp_mul()
135 lrm = at; in ieee754sp_mul()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Ddp_mul.c24 u64 at; in ieee754dp_mul() local
129 at = lrm + (t << 32); in ieee754dp_mul()
130 hrm += at < lrm; in ieee754dp_mul()
131 lrm = at; in ieee754dp_mul()
137 at = lrm + (t << 32); in ieee754dp_mul()
138 hrm += at < lrm; in ieee754dp_mul()
139 lrm = at; in ieee754dp_mul()
H A Dsp_mul.c24 unsigned int at; in ieee754sp_mul() local
127 at = lrm + (t << 16); in ieee754sp_mul()
128 hrm += at < lrm; in ieee754sp_mul()
129 lrm = at; in ieee754sp_mul()
133 at = lrm + (t << 16); in ieee754sp_mul()
134 hrm += at < lrm; in ieee754sp_mul()
135 lrm = at; in ieee754sp_mul()
/kernel/linux/linux-6.6/arch/xtensa/lib/
H A Dumulsidi3.S163 .macro do_addx2 dst, as, at, tmp
165 addx2 \dst, \as, \at
168 add \dst, \tmp, \at
172 .macro do_addx4 dst, as, at, tmp
174 addx4 \dst, \as, \at
177 add \dst, \tmp, \at
181 .macro do_addx8 dst, as, at, tmp
183 addx8 \dst, \as, \at
186 add \dst, \tmp, \at
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h201 #error DRXDAP_MAX_WCHUNKSIZE must be at least 3 in single master mode
204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode
209 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in single master mode
212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi master mode
225 #error DRXDAP_MAX_RCHUNKSIZE must be at least 2
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h201 #error DRXDAP_MAX_WCHUNKSIZE must be at least 3 in single master mode
204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode
209 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in single master mode
212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi master mode
225 #error DRXDAP_MAX_RCHUNKSIZE must be at least 2

Completed in 10 milliseconds

12345678910>>...17