Searched refs:etype (Results 1 – 2 of 2) sorted by relevance
/arch/m68k/include/asm/ |
D | bootstd.h | 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/mm/ |
D | gmap.c | 40 unsigned long etype, atype; in gmap_alloc() local 45 etype = _SEGMENT_ENTRY_EMPTY; in gmap_alloc() 49 etype = _REGION3_ENTRY_EMPTY; in gmap_alloc() 53 etype = _REGION2_ENTRY_EMPTY; in gmap_alloc() 57 etype = _REGION1_ENTRY_EMPTY; in gmap_alloc() 77 crst_table_init(table, etype); in gmap_alloc()
|