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

/linux-master/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);
/linux-master/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...]
/linux-master/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...]
/linux-master/drivers/input/joystick/iforce/
H A Diforce-ff.c34 data[0] = LO(mod_chunk->start);
67 data[0] = LO(mod_chunk->start);
74 data[5] = LO(period);
107 data[0] = LO(mod_chunk->start);
110 data[2] = LO(attack_duration);
114 data[5] = LO(fade_duration);
144 data[0] = LO(mod_chunk->start);
151 data[4] = LO(center);
155 data[6] = LO(db);
300 data[0] = LO(i
[all...]
H A Diforce-packets.c21 __func__, msg, cmd, LO(cmd), data);
30 int n = LO(cmd);
60 iforce->xmit.buf[head] = LO(cmd);
92 data[0] = LO(id);
94 data[2] = LO(value);
H A Diforce.h105 #define LO(a) ((unsigned char)((a) & 0xff)) macro
/linux-master/arch/arm64/kvm/
H A Dnested.c118 NV_FTR(MMFR1, LO) |
262 if (!kvm_has_feat(kvm, ID_AA64MMFR1_EL1, LO, IMP))
317 if (!kvm_has_feat(kvm, ID_AA64MMFR1_EL1, LO, IMP))
H A Dsys_regs.c511 if (!kvm_has_feat(vcpu->kvm, ID_AA64MMFR1_EL1, LO, IMP)) {
2775 { AA32(LO), Op1( 0), CRn( 0), CRm((n)), Op2( 4), trap_bvr, NULL, n }, \
2909 { AA32(LO), Op1( 0), CRn( 1), CRm( 0), Op2( 1), access_actlr, NULL, ACTLR_EL1 },
2915 { AA32(LO), Op1( 0), CRn( 2), CRm( 0), Op2( 2), access_vm_reg, NULL, TCR_EL1 },
2927 { AA32(LO), Op1( 0), CRn( 6), CRm( 0), Op2( 0), access_vm_reg, NULL, FAR_EL1 },
2945 { CP15_PMU_SYS_REG(LO, 0, 9, 12, 6), .access = access_pmceid },
2946 { CP15_PMU_SYS_REG(LO, 0, 9, 12, 7), .access = access_pmceid },
2960 { AA32(LO), Op1( 0), CRn(10), CRm( 2), Op2( 0), access_vm_reg, NULL, MAIR_EL1 },
2964 { AA32(LO), Op1( 0), CRn(10), CRm( 3), Op2( 0), access_vm_reg, NULL, AMAIR_EL1 },
/linux-master/arch/hexagon/lib/
H A Dmemcpy.S208 mask.l = #LO(0x7fffffff);
221 r31.l = #LO(.Lmemcpy_return); /* set up final return pointer */
/linux-master/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
/linux-master/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));
410 ati_remote->out_urb->transfer_buffer_length = LO(cmd) + 1;
/linux-master/sound/pci/
H A Dmaestro3.c1148 #define LO(x) ((x) & 0xffff) macro
1149 #define HI(x) LO((x) >> 16)
1154 LO(s->buffer_addr));
1162 LO(s->buffer_addr + s->dma_size));
1170 LO(s->buffer_addr));
1175 #undef LO macro
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dset_id_regs.c156 REG_FTR_BITS(FTR_LOWER_SAFE, ID_AA64MMFR1_EL1, LO, 0),

Completed in 409 milliseconds