Home
last modified time | relevance | path

Searched refs:atype (Results 1 – 3 of 3) sorted by relevance

/arch/m68k/include/asm/
Dbootstd.h60 #define _bsc1(type,name,atype,a) \ argument
61 type name(atype a) \
72 #define _bsc2(type,name,atype,a,btype,b) \ argument
73 type name(atype a, btype b) \
85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
86 type name(atype a, btype b, ctype c) \
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
101 type name(atype a, btype b, ctype c, dtype d) \
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
117 type name(atype a, btype b, ctype c, dtype d, etype e) \
/arch/s390/include/uapi/asm/
Dchsc.h113 } atype; member
/arch/s390/mm/
Dgmap.c40 unsigned long etype, atype; in gmap_alloc() local
44 atype = _ASCE_TYPE_SEGMENT; in gmap_alloc()
48 atype = _ASCE_TYPE_REGION3; in gmap_alloc()
52 atype = _ASCE_TYPE_REGION2; in gmap_alloc()
56 atype = _ASCE_TYPE_REGION1; in gmap_alloc()
79 gmap->asce = atype | _ASCE_TABLE_LENGTH | in gmap_alloc()