Home
last modified time | relevance | path

Searched refs:type2 (Results 1 – 5 of 5) sorted by relevance

/arch/parisc/include/asm/
Dunistd.h123 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
124 type name(type1 arg1, type2 arg2) \
129 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
130 type name(type1 arg1, type2 arg2, type3 arg3) \
135 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
136 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
142 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument
143 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
/arch/x86/pci/
Ddirect.c286 goto type2; in pci_direct_probe()
288 goto type2; in pci_direct_probe()
297 type2: in pci_direct_probe()
/arch/x86/kernel/cpu/mtrr/
Dmtrr.c185 static inline int types_compatible(mtrr_type type1, mtrr_type type2) in types_compatible() argument
188 type2 == MTRR_TYPE_UNCACHABLE || in types_compatible()
189 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) || in types_compatible()
190 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH); in types_compatible()
/arch/x86/mm/
Dinit_64.c63 #define DEFINE_POPULATE(fname, type1, type2, init) \ argument
65 type1##_t *arg1, type2##_t *arg2, bool init) \
78 #define DEFINE_ENTRY(type1, type2, init) \ argument
80 type2##_t arg2, bool init) \
/arch/mips/include/asm/octeon/
Dcvmx-pip-defs.h2566 uint64_t type2:16; member
2572 uint64_t type2:16;