Home
last modified time | relevance | path

Searched refs:aa (Results 1 – 19 of 19) sorted by relevance

/arch/mips/lib/
Dmulti3.c35 TWunion res, aa, bb; in __multi3() local
37 aa.ti = a; in __multi3()
45 res.s.low = dmulu(aa.s.low, bb.s.low); in __multi3()
46 res.s.high = dmuhu(aa.s.low, bb.s.low); in __multi3()
47 res.s.high += dmulu(aa.s.high, bb.s.low); in __multi3()
48 res.s.high += dmulu(aa.s.low, bb.s.high); in __multi3()
/arch/xtensa/include/asm/
Dasm-uaccess.h119 .macro user_ok aa, as, at, error
123 bgeu \aa, \at, \error
149 .macro access_ok aa, as, at, sp, error
151 user_ok \aa, \as, \at, \error
/arch/arc/kernel/
Dunaligned.c138 if ((state->aa == 1) || (state->aa == 2)) { in fixup_load()
141 if (state->aa == 2) in fixup_load()
166 if ((state->aa == 1) || (state->aa == 2)) { in fixup_store()
169 if (state->aa == 3) in fixup_store()
171 } else if (state->aa == 3) { in fixup_store()
Ddisasm.c108 state->aa = BITS(state->words[0], 9, 10); in disasm_instr()
112 state->aa = 0; in disasm_instr()
127 state->aa = BITS(state->words[0], 3, 4); in disasm_instr()
138 state->aa = 0; in disasm_instr()
215 state->aa = BITS(state->words[0], 22, 23); in disasm_instr()
/arch/powerpc/kernel/
Dio-workarounds.c112 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
116 bus = iowa_##space##_find_bus(aa); \
122 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
126 bus = iowa_##space##_find_bus(aa); \
141 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument
142 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
/arch/powerpc/mm/
Dnuma.c397 static int of_get_assoc_arrays(struct assoc_arrays *aa) in of_get_assoc_arrays() argument
413 aa->n_arrays = of_read_number(prop++, 1); in of_get_assoc_arrays()
414 aa->array_sz = of_read_number(prop++, 1); in of_get_assoc_arrays()
421 if (len < (aa->n_arrays * aa->array_sz + 2) * sizeof(unsigned int)) in of_get_assoc_arrays()
424 aa->arrays = prop; in of_get_assoc_arrays()
434 struct assoc_arrays aa = { .arrays = NULL }; in of_drconf_to_nid_single() local
442 rc = of_get_assoc_arrays(&aa); in of_drconf_to_nid_single()
446 if (min_common_depth <= aa.array_sz && in of_drconf_to_nid_single()
447 !(lmb->flags & DRCONF_MEM_AI_INVALID) && lmb->aa_index < aa.n_arrays) { in of_drconf_to_nid_single()
448 index = lmb->aa_index * aa.array_sz + min_common_depth - 1; in of_drconf_to_nid_single()
[all …]
/arch/x86/kernel/cpu/
Dcentaur.c154 u32 aa, bb, cc, dd; in init_centaur() local
238 cpuid(0x80000005, &aa, &bb, &cc, &dd); in init_centaur()
/arch/powerpc/crypto/
Daes-tab-4k.S82 .long R(4f, aa, aa, e5), R(ed, fb, fb, 16)
138 .long R(71, b5, b5, c4), R(cc, 66, 66, aa)
151 .long R(87, ce, ce, 49), R(aa, 55, 55, ff)
202 .long R(0b, 83, ec, 39), R(40, 60, ef, aa)
258 .long R(e6, 95, 6e, 65), R(aa, ff, e6, 7e)
269 .long R(cc, aa, 4d, 54), R(e4, 96, 04, df)
282 .long R(53, f7, cd, ea), R(5f, fd, aa, 5b)
/arch/arm/boot/dts/
Dimx53-qsb.dts16 compatible = "dlg,da9053-aa", "dlg,da9052";
Dimx53-voipac-dmm-668.dtsi140 compatible = "dlg,da9053-aa", "dlg,da9052";
Dimx53-ppd.dts326 compatible = "dlg,da9053-aa";
/arch/arc/include/asm/
Ddisasm.h86 int zz, aa, x, pref, di; member
/arch/powerpc/include/asm/
Dio.h577 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) ret (*name) at; argument
578 #define DEF_PCI_AC_NORET(name, at, al, space, aa) void (*name) at; argument
588 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
596 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
/arch/m68k/ifpsp060/
Dftest.sa215 dc.l $08a861ff,$000008aa,$4a0066ff,$0000089a
326 dc.l $01b861ff,$000001ba,$4a0066ff,$000001aa
Dpfpsp.sa303 dc.l $600001aa,$422eff4a,$41ee000c,$2d48ffd8
1053 dc.l $ff84f23c,$90000000,$000060aa,$08ee0003
1711 dc.l $00b83d7c,$0101000a,$60607008,$610000aa
Ditest.sa688 dc.l $000024aa,$42827602,$43eeff74,$3d7c0000
700 dc.l $00000004,$ff8c61ff,$000023aa,$4a0066ff
Dfplsp.sa684 dc.l $000009aa,$60300c01,$00016608,$61ff0000
1234 dc.l $28c3acde,$4048a072,$83693fff,$000085aa
/arch/powerpc/xmon/
Dppc-opc.c2342 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument
2346 #define BD8(op, aa, lk) (((((unsigned long)(op)) & 0x3f) << 10) | (((aa) & 1) << 9) | (((lk) & 1) <… argument
2363 #define BD15(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 0xf) << 22) | ((lk) & 1)) argument
2367 #define EBD15(op, aa, bo, lk) (((op) & 0x3f) << 26) | (((aa) & 0xf) << 22) | (((bo) & 0x3) << 20) |… argument
2371 #define EBD15BI(op, aa, bo, bi, lk) (((op) & 0x3f) << 26) \ argument
2372 | (((aa) & 0xf) << 22) \
2379 #define BD24(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 25) | ((lk) & 1)) argument
2383 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument
2397 #define BBOCB(op, bo, cb, aa, lk) \ argument
2398 (BBO ((op), (bo), (aa), (lk)) | ((((unsigned long)(cb)) & 0x3) << 16))
/arch/x86/lib/
Dx86-opcode-map.txt221 aa: STOS/B Yb,AL
520 aa: RSM
755 aa: vfmsub213ps/d Vx,Hx,Wx (66),(v)