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)
type1141arch/alpha/kernel/apecs.cDBG(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1));
type1149arch/alpha/kernel/apecs.cif (type1) {
type1198arch/alpha/kernel/apecs.cif (type1) {
type1215arch/alpha/kernel/apecs.cstatic void conf_write(unsigned long addr, unsigned int value, unsigned char type1)
type1230arch/alpha/kernel/apecs.cif (type1) {
type1270arch/alpha/kernel/apecs.cif (type1) {
type1283arch/alpha/kernel/apecs.cunsigned char type1;
type1287arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) {
type1293arch/alpha/kernel/apecs.c*value = conf_read(addr, type1) >> ((where & 3) * 8);
type1304arch/alpha/kernel/apecs.cunsigned char type1;
type1312arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) {
type1318arch/alpha/kernel/apecs.c*value = conf_read(addr, type1) >> ((where & 3) * 8);
type1328arch/alpha/kernel/apecs.cunsigned char type1;
type1335arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1)) {
type1339arch/alpha/kernel/apecs.c*value = conf_read(addr, type1);
type1349arch/alpha/kernel/apecs.cunsigned char type1;
type1351arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) {
type1355arch/alpha/kernel/apecs.cconf_write(addr, value << ((where & 3) * 8), type1);
type1365arch/alpha/kernel/apecs.cunsigned char type1;
type1367arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) {
type1371arch/alpha/kernel/apecs.cconf_write(addr, value << ((where & 3) * 8), type1);
type1381arch/alpha/kernel/apecs.cunsigned char type1;
type1383arch/alpha/kernel/apecs.cif (mk_conf_addr(bus, device_fn, where, &pci_addr, &type1) < 0) {
type1387arch/alpha/kernel/apecs.cconf_write(addr, value << ((where & 3) * 8), type1);
type1143include/asm-alpha/unistd.h#define _syscall1(type,name,type1,arg1) \
type1144include/asm-alpha/unistd.htype name(type1 arg1) \
type1149include/asm-alpha/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
type1150include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2) \
type1155include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
type1156include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
type1161include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
type1162include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
type1167include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
type1169include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
type1170include/asm-i386/unistd.h#define _syscall1(type,name,type1,arg1) \
type1171include/asm-i386/unistd.htype name(type1 arg1) \
type1183include/asm-i386/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
type1184include/asm-i386/unistd.htype name(type1 arg1,type2 arg2) \
type1196include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
type1197include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
type1210include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
type1211include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
type1224include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
type1226include/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) \