NR_INFO            64 arch/x86/include/asm/processor.h extern u16 __read_mostly tlb_lli_4k[NR_INFO];
NR_INFO            65 arch/x86/include/asm/processor.h extern u16 __read_mostly tlb_lli_2m[NR_INFO];
NR_INFO            66 arch/x86/include/asm/processor.h extern u16 __read_mostly tlb_lli_4m[NR_INFO];
NR_INFO            67 arch/x86/include/asm/processor.h extern u16 __read_mostly tlb_lld_4k[NR_INFO];
NR_INFO            68 arch/x86/include/asm/processor.h extern u16 __read_mostly tlb_lld_2m[NR_INFO];
NR_INFO            69 arch/x86/include/asm/processor.h extern u16 __read_mostly tlb_lld_4m[NR_INFO];
NR_INFO            70 arch/x86/include/asm/processor.h extern u16 __read_mostly tlb_lld_1g[NR_INFO];
NR_INFO           706 arch/x86/kernel/cpu/common.c u16 __read_mostly tlb_lli_4k[NR_INFO];
NR_INFO           707 arch/x86/kernel/cpu/common.c u16 __read_mostly tlb_lli_2m[NR_INFO];
NR_INFO           708 arch/x86/kernel/cpu/common.c u16 __read_mostly tlb_lli_4m[NR_INFO];
NR_INFO           709 arch/x86/kernel/cpu/common.c u16 __read_mostly tlb_lld_4k[NR_INFO];
NR_INFO           710 arch/x86/kernel/cpu/common.c u16 __read_mostly tlb_lld_2m[NR_INFO];
NR_INFO           711 arch/x86/kernel/cpu/common.c u16 __read_mostly tlb_lld_4m[NR_INFO];
NR_INFO           712 arch/x86/kernel/cpu/common.c u16 __read_mostly tlb_lld_1g[NR_INFO];
NR_INFO           297 drivers/net/ethernet/8390/pcnet_cs.c     for (i = 0; i < NR_INFO; i++) {
NR_INFO           312 drivers/net/ethernet/8390/pcnet_cs.c     return (i < NR_INFO) ? hw_info+i : NULL;
NR_INFO           357 drivers/net/ethernet/8390/pcnet_cs.c     for (i = 0; i < NR_INFO; i++) {
NR_INFO           363 drivers/net/ethernet/8390/pcnet_cs.c     if ((i < NR_INFO) || ((prom[28] == 0x57) && (prom[30] == 0x57))) {
NR_INFO           366 drivers/net/ethernet/8390/pcnet_cs.c 	return (i < NR_INFO) ? hw_info+i : &default_info;
NR_INFO          1091 net/netrom/af_netrom.c 	*asmptr++ = NR_INFO;
NR_INFO           199 net/netrom/nr_in.c 	case NR_INFO:
NR_INFO           200 net/netrom/nr_in.c 	case NR_INFO | NR_NAK_FLAG:
NR_INFO           201 net/netrom/nr_in.c 	case NR_INFO | NR_CHOKE_FLAG:
NR_INFO           202 net/netrom/nr_in.c 	case NR_INFO | NR_MORE_FLAG:
NR_INFO           203 net/netrom/nr_in.c 	case NR_INFO | NR_NAK_FLAG | NR_CHOKE_FLAG:
NR_INFO           204 net/netrom/nr_in.c 	case NR_INFO | NR_CHOKE_FLAG | NR_MORE_FLAG:
NR_INFO           205 net/netrom/nr_in.c 	case NR_INFO | NR_NAK_FLAG | NR_MORE_FLAG:
NR_INFO           206 net/netrom/nr_in.c 	case NR_INFO | NR_NAK_FLAG | NR_CHOKE_FLAG | NR_MORE_FLAG: