taglinefilesource code
type187arch/alpha/kernel/apecs.cunsigned char *type1)
type192arch/alpha/kernel/apecs.cbus, device_fn, where, pci_addr, type1));
type1104arch/alpha/kernel/apecs.c*type1 = 0;
type1108arch/alpha/kernel/apecs.c*type1 = 1;
type1117arch/alpha/kernel/apecs.cstatic unsigned int conf_read(unsigned long addr, unsigned char type1)
type1126arch/alpha/kernel/apecs.cDBG(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1));
type1134arch/alpha/kernel/apecs.cif (type1) {
type1183arch/alpha/kernel/apecs.cif (type1) {
type1192arch/alpha/kernel/apecs.cstatic void conf_write(unsigned long addr, unsigned int value, unsigned char type1)
type1207arch/alpha/kernel/apecs.cif (type1) {
type1247arch/alpha/kernel/apecs.cif (type1) {
type1260arch/alpha/kernel/apecs.cunsigned char type1;
type1264arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) {
type1270arch/alpha/kernel/apecs.c*value = conf_read(addr, type1) >> ((where & 3) * 8);
type1281arch/alpha/kernel/apecs.cunsigned char type1;
type1289arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) {
type1295arch/alpha/kernel/apecs.c*value = conf_read(addr, type1) >> ((where & 3) * 8);
type1305arch/alpha/kernel/apecs.cunsigned char type1;
type1312arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) {
type1316arch/alpha/kernel/apecs.c*value = conf_read(addr, type1);
type1326arch/alpha/kernel/apecs.cunsigned char type1;
type1328arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) {
type1332arch/alpha/kernel/apecs.cconf_write(addr, value << ((where & 3) * 8), type1);
type1342arch/alpha/kernel/apecs.cunsigned char type1;
type1344arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) {
type1348arch/alpha/kernel/apecs.cconf_write(addr, value << ((where & 3) * 8), type1);
type1358arch/alpha/kernel/apecs.cunsigned char type1;
type1360arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) {
type1364arch/alpha/kernel/apecs.cconf_write(addr, value << ((where & 3) * 8), type1);
type1140include/asm-alpha/unistd.h#define _syscall1(type,name,type1,arg1) \
type1141include/asm-alpha/unistd.htype name(type1 arg1) \
type1146include/asm-alpha/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
type1147include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2) \
type1152include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
type1153include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
type1158include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
type1159include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
type1164include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
type1166include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
type1168include/asm-i386/unistd.h#define _syscall1(type,name,type1,arg1) \
type1169include/asm-i386/unistd.htype name(type1 arg1) \
type1181include/asm-i386/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
type1182include/asm-i386/unistd.htype name(type1 arg1,type2 arg2) \
type1194include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
type1195include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
type1208include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
type1209include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
type1222include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
type1224include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
type132include/asm-sparc/unistd.h#define _syscall1(type,name,type1,arg1) \
type133include/asm-sparc/unistd.htype name(type1 arg1) \
type150include/asm-sparc/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
type151include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2) \
type169include/asm-sparc/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
type170include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
type191include/asm-sparc/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
type192include/asm-sparc/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
type1114include/asm-sparc/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
type1116include/asm-sparc/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \