Searched refs:etype (Results 1 – 2 of 2) sorted by relevance
/arch/m68k/include/asm/ |
D | bootstd.h | 115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument 116 type name(atype a, btype b, ctype c, dtype d, etype e) \
|
/arch/s390/mm/ |
D | pgtable.c | 116 unsigned long etype, atype; in gmap_alloc() local 121 etype = _SEGMENT_ENTRY_EMPTY; in gmap_alloc() 125 etype = _REGION3_ENTRY_EMPTY; in gmap_alloc() 129 etype = _REGION2_ENTRY_EMPTY; in gmap_alloc() 133 etype = _REGION1_ENTRY_EMPTY; in gmap_alloc() 149 crst_table_init(table, etype); in gmap_alloc()
|