Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/
Dio-workarounds.c94 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
98 bus = iowa_##space##_find_bus(aa); \
104 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
108 bus = iowa_##space##_find_bus(aa); \
123 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) .name = iowa_##name, argument
124 #define DEF_PCI_AC_NORET(name, at, al, space, aa) .name = iowa_##name, argument
/arch/powerpc/mm/
Dnuma.c420 struct assoc_arrays *aa) in of_get_assoc_arrays() argument
429 aa->n_arrays = *prop++; in of_get_assoc_arrays()
430 aa->array_sz = *prop++; in of_get_assoc_arrays()
435 if (len < (aa->n_arrays * aa->array_sz + 2) * sizeof(unsigned int)) in of_get_assoc_arrays()
438 aa->arrays = prop; in of_get_assoc_arrays()
447 struct assoc_arrays *aa) in of_drconf_to_nid_single() argument
453 if (min_common_depth > 0 && min_common_depth <= aa->array_sz && in of_drconf_to_nid_single()
455 drmem->aa_index < aa->n_arrays) { in of_drconf_to_nid_single()
456 index = drmem->aa_index * aa->array_sz + min_common_depth - 1; in of_drconf_to_nid_single()
457 nid = aa->arrays[index]; in of_drconf_to_nid_single()
[all …]
/arch/powerpc/include/asm/
Dabs_addr.h65 #define abs_to_virt(aa) __va(aa) argument
Dio.h493 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) ret (*name) at; argument
494 #define DEF_PCI_AC_NORET(name, at, al, space, aa) void (*name) at; argument
504 #define DEF_PCI_AC_RET(name, ret, at, al, space, aa) \ argument
512 #define DEF_PCI_AC_NORET(name, at, al, space, aa) \ argument
/arch/xtensa/include/asm/
Duaccess.h121 .macro user_ok aa, as, at, error
125 bgeu \aa, \at, \error
151 .macro access_ok aa, as, at, sp, error
153 user_ok \aa, \as, \at, \error
/arch/x86/kernel/cpu/
Dcentaur.c333 u32 aa, bb, cc, dd; in init_centaur() local
439 cpuid(0x80000005, &aa, &bb, &cc, &dd); in init_centaur()
/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.c1554 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument
1558 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument
1572 #define BBOCB(op, bo, cb, aa, lk) \ argument
1573 (BBO ((op), (bo), (aa), (lk)) | ((((unsigned long)(cb)) & 0x3) << 16))