Home
last modified time | relevance | path

Searched refs:LO (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dhead.S28 r24.L = #LO(swapper_pg_dir)
40 r1.l = #LO(PAGE_OFFSET);
61 r1.l = #LO(_end);
62 r2.l = #LO(stext);
96 R1.L = #LO(PAGE_OFFSET >> (22 - 2))
187 {r29.L = #LO(init_thread_union); r0.L = #LO(_THREAD_SIZE); }
194 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); }
202 r0.l = #LO(__phys_offse
[all...]
H A Dvm_entry.S64 R2.L = #LO(_THREAD_SIZE); } \
216 R1.L = #LO(CHandler); \
281 R26.L = #LO(do_work_pending);
369 R26.L = #LO(do_work_pending);
/kernel/linux/linux-6.6/arch/hexagon/kernel/
H A Dhead.S28 r24.L = #LO(swapper_pg_dir)
40 r1.l = #LO(PAGE_OFFSET);
61 r1.l = #LO(_end);
62 r2.l = #LO(stext);
96 R1.L = #LO(PAGE_OFFSET >> (22 - 2))
187 {r29.L = #LO(init_thread_union); r0.L = #LO(_THREAD_SIZE); }
194 { r0.L = #LO(__bss_start); r1 = #0; r2.l = #LO(__bss_stop); }
202 r0.l = #LO(__phys_offse
[all...]
H A Dvm_entry.S64 R2.L = #LO(_THREAD_SIZE); } \
216 R1.L = #LO(CHandler); \
281 R26.L = #LO(do_work_pending);
369 R26.L = #LO(do_work_pending);
/kernel/linux/linux-6.6/arch/arm64/crypto/
H A Dpolyval-ce-core.S57 LO .req v20 label
73 * components of the 256-bit product into LO, MI, HI.
80 * LO += X_0 * Y_0
104 eor LO.16b, LO.16b, v29.16b
111 * Same as karatsuba1, except overwrites HI, LO, MI rather than XORing into
122 pmull LO.1q, X.1d, Y.1d
129 * Computes the 256-bit polynomial represented by LO, HI, MI. Stores
138 eor v4.16b, v4.16b, LO.16b
140 ext v5.16b, LO
[all...]
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/
H A Diforce-ff.c34 data[0] = LO(mod_chunk->start); in make_magnitude_modifier()
67 data[0] = LO(mod_chunk->start); in make_period_modifier()
74 data[5] = LO(period); in make_period_modifier()
107 data[0] = LO(mod_chunk->start); in make_envelope_modifier()
110 data[2] = LO(attack_duration); in make_envelope_modifier()
114 data[5] = LO(fade_duration); in make_envelope_modifier()
144 data[0] = LO(mod_chunk->start); in make_condition_modifier()
151 data[4] = LO(center); in make_condition_modifier()
155 data[6] = LO(db); in make_condition_modifier()
300 data[0] = LO(i in make_core()
[all...]
H A Diforce-packets.c21 __func__, msg, cmd, LO(cmd), data); in iforce_dump_packet()
30 int n = LO(cmd); in iforce_send_packet()
60 iforce->xmit.buf[head] = LO(cmd); in iforce_send_packet()
92 data[0] = LO(id); in iforce_control_playback()
94 data[2] = LO(value); in iforce_control_playback()
H A Diforce.h105 #define LO(a) ((unsigned char)((a) & 0xff)) macro
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/
H A Diforce-ff.c34 data[0] = LO(mod_chunk->start); in make_magnitude_modifier()
67 data[0] = LO(mod_chunk->start); in make_period_modifier()
74 data[5] = LO(period); in make_period_modifier()
107 data[0] = LO(mod_chunk->start); in make_envelope_modifier()
110 data[2] = LO(attack_duration); in make_envelope_modifier()
114 data[5] = LO(fade_duration); in make_envelope_modifier()
144 data[0] = LO(mod_chunk->start); in make_condition_modifier()
151 data[4] = LO(center); in make_condition_modifier()
155 data[6] = LO(db); in make_condition_modifier()
300 data[0] = LO(i in make_core()
[all...]
H A Diforce-packets.c21 __func__, msg, cmd, LO(cmd), data); in iforce_dump_packet()
30 int n = LO(cmd); in iforce_send_packet()
60 iforce->xmit.buf[head] = LO(cmd); in iforce_send_packet()
92 data[0] = LO(id); in iforce_control_playback()
94 data[2] = LO(value); in iforce_control_playback()
H A Diforce.h105 #define LO(a) ((unsigned char)((a) & 0xff)) macro
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dpolyval-clmulni_asm.S34 #define LO %xmm12 define
68 * the 256-bit product into LO, MI, HI.
75 * LO += X_0 * Y_0
97 vpxor %xmm1, LO, LO
105 * registers LO, MI, and HI directly rather than XOR'ing into them.
110 vpclmulqdq $0x00, %xmm0, %xmm1, LO
116 * Computes the 256-bit polynomial represented by LO, HI, MI. Stores
123 pxor LO, PL
184 pxor LO, L
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha512-armv4.pl57 $lo="LO";
95 @ LO lo>>14^hi<<18 ^ lo>>18^hi<<14 ^ hi>>9^lo<<23
153 @ LO lo>>28^hi<<4 ^ hi>>2^lo<<30 ^ hi>>7^lo<<25
200 # define LO 0
205 # define LO 4
357 @ LO lo>>1^hi<<31 ^ lo>>8^hi<<24 ^ lo>>7^hi<<25
374 @ LO lo>>19^hi<<13 ^ hi>>29^lo<<3 ^ lo>>6^hi<<26
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha512-armv4.pl57 $lo="LO";
95 @ LO lo>>14^hi<<18 ^ lo>>18^hi<<14 ^ hi>>9^lo<<23
153 @ LO lo>>28^hi<<4 ^ hi>>2^lo<<30 ^ hi>>7^lo<<25
200 # define LO 0
205 # define LO 4
357 @ LO lo>>1^hi<<31 ^ lo>>8^hi<<24 ^ lo>>7^hi<<25
374 @ LO lo>>19^hi<<13 ^ hi>>29^lo<<3 ^ lo>>6^hi<<26
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dnested.c122 NV_FTR(MMFR1, LO) | in access_nested_id_reg()
H A Dsys_regs.c2464 { AA32(LO), Op1( 0), CRn( 0), CRm((n)), Op2( 4), trap_bvr, NULL, n }, \
2598 { AA32(LO), Op1( 0), CRn( 1), CRm( 0), Op2( 1), access_actlr, NULL, ACTLR_EL1 },
2604 { AA32(LO), Op1( 0), CRn( 2), CRm( 0), Op2( 2), access_vm_reg, NULL, TCR_EL1 },
2616 { AA32(LO), Op1( 0), CRn( 6), CRm( 0), Op2( 0), access_vm_reg, NULL, FAR_EL1 },
2634 { CP15_PMU_SYS_REG(LO, 0, 9, 12, 6), .access = access_pmceid },
2635 { CP15_PMU_SYS_REG(LO, 0, 9, 12, 7), .access = access_pmceid },
2649 { AA32(LO), Op1( 0), CRn(10), CRm( 2), Op2( 0), access_vm_reg, NULL, MAIR_EL1 },
2653 { AA32(LO), Op1( 0), CRn(10), CRm( 3), Op2( 0), access_vm_reg, NULL, AMAIR_EL1 },
/kernel/linux/linux-5.10/arch/hexagon/lib/
H A Dmemcpy.S208 mask.l = #LO(0x7fffffff);
221 r31.l = #LO(.Lmemcpy_return); /* set up final return pointer */
/kernel/linux/linux-6.6/arch/hexagon/lib/
H A Dmemcpy.S208 mask.l = #LO(0x7fffffff);
221 r31.l = #LO(.Lmemcpy_return); /* set up final return pointer */
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dati_remote.c223 #define LO(a) ((unsigned char)((a) & 0xff)) macro
409 memcpy(ati_remote->out_urb->transfer_buffer + 1, data, LO(cmd)); in ati_remote_sendpacket()
412 ati_remote->out_urb->transfer_buffer_length = LO(cmd) + 1; in ati_remote_sendpacket()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dati_remote.c221 #define LO(a) ((unsigned char)((a) & 0xff)) macro
407 memcpy(ati_remote->out_urb->transfer_buffer + 1, data, LO(cmd)); in ati_remote_sendpacket()
410 ati_remote->out_urb->transfer_buffer_length = LO(cmd) + 1; in ati_remote_sendpacket()
/kernel/linux/linux-5.10/sound/pci/
H A Dmaestro3.c1155 #define LO(x) ((x) & 0xffff) in snd_m3_pcm_setup1() macro
1156 #define HI(x) LO((x) >> 16) in snd_m3_pcm_setup1()
1161 LO(s->buffer_addr)); in snd_m3_pcm_setup1()
1169 LO(s->buffer_addr + s->dma_size)); in snd_m3_pcm_setup1()
1177 LO(s->buffer_addr)); in snd_m3_pcm_setup1()
1182 #undef LO in snd_m3_pcm_setup1() macro
/kernel/linux/linux-6.6/sound/pci/
H A Dmaestro3.c1150 #define LO(x) ((x) & 0xffff) in snd_m3_pcm_setup1() macro
1151 #define HI(x) LO((x) >> 16) in snd_m3_pcm_setup1()
1156 LO(s->buffer_addr)); in snd_m3_pcm_setup1()
1164 LO(s->buffer_addr + s->dma_size)); in snd_m3_pcm_setup1()
1172 LO(s->buffer_addr)); in snd_m3_pcm_setup1()
1177 #undef LO in snd_m3_pcm_setup1() macro

Completed in 23 milliseconds