olpc_ofw_cif       15 arch/x86/platform/olpc/olpc_ofw.c static int (*olpc_ofw_cif)(int *);
olpc_ofw_cif       28 arch/x86/platform/olpc/olpc_ofw.c 	if (!olpc_ofw_cif)
olpc_ofw_cif       35 arch/x86/platform/olpc/olpc_ofw.c 		olpc_ofw_cif = NULL;
olpc_ofw_cif       56 arch/x86/platform/olpc/olpc_ofw.c 	if (!olpc_ofw_cif)
olpc_ofw_cif       69 arch/x86/platform/olpc/olpc_ofw.c 	ret = olpc_ofw_cif(ofw_args);
olpc_ofw_cif       83 arch/x86/platform/olpc/olpc_ofw.c 	return olpc_ofw_cif != NULL;
olpc_ofw_cif      102 arch/x86/platform/olpc/olpc_ofw.c 	olpc_ofw_cif = (int (*)(int *))hdr->cif_handler;
olpc_ofw_cif      104 arch/x86/platform/olpc/olpc_ofw.c 	if ((unsigned long)olpc_ofw_cif < OFW_MIN) {
olpc_ofw_cif      106 arch/x86/platform/olpc/olpc_ofw.c 				(unsigned long)olpc_ofw_cif);
olpc_ofw_cif      107 arch/x86/platform/olpc/olpc_ofw.c 		olpc_ofw_cif = NULL;
olpc_ofw_cif      112 arch/x86/platform/olpc/olpc_ofw.c 	start = round_down((unsigned long)olpc_ofw_cif, OFW_BOUND);
olpc_ofw_cif      114 arch/x86/platform/olpc/olpc_ofw.c 			(unsigned long)olpc_ofw_cif, (-start) >> 20);
olpc_ofw_cif      120 arch/x86/platform/olpc/olpc_ofw.c 	return olpc_ofw_cif != NULL;