Searched refs:btype (Results 1 – 4 of 4) sorted by relevance
/arch/m68k/include/asm/ |
D | bootstd.h | 71 #define _bsc2(type,name,atype,a,btype,b) \ argument 72 type name(atype a, btype b) \ 84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 85 type name(atype a, btype b, ctype c) \ 99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 100 type name(atype a, btype b, ctype c, dtype d) \ 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/ia64/kernel/ |
D | brl_emu.c | 58 unsigned long opcode, btype, qp, offset, cpl; in ia64_emulate_brl() local 82 btype = ((bundle[1] >> 29) & 0x7); in ia64_emulate_brl() 97 if (btype != 0) return rv; in ia64_emulate_brl() 128 switch(btype) { in ia64_emulate_brl()
|
D | paravirt_patch.c | 415 unsigned long btype: 3; member
|
/arch/ia64/kvm/ |
D | vcpu.h | 59 struct { unsigned long qp:6, btype:3, un3:3, p:1, b2:3, un11:11, x6:6, member
|