Searched refs:cfe (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/mips/sibyte/common/
H A DMakefile2 obj-y := cfe.o
H A Dcfe_console.c8 #include <asm/fw/cfe/cfe_api.h>
9 #include <asm/fw/cfe/cfe_error.h>
68 .name = "cfe",
H A Dcfe.c20 #include <asm/fw/cfe/cfe_api.h>
21 #include <asm/fw/cfe/cfe_error.h>
264 printk("LINUX_CMDLINE not defined in cfe.");
/linux-master/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c731 u8 *boot_addr, *cfe; local
748 /* dump cfe version */
749 cfe = boot_addr + BCM963XX_CFE_VERSION_OFFSET;
750 if (strstarts(cfe, "cfe-")) {
751 if(cfe[4] == 'v') {
752 if(cfe[5] == 'd')
754 (char *) &cfe[5]);
755 else if (cfe[10] > 0)
757 "%u.%u.%u-%u.%u-%u", cfe[
[all...]
/linux-master/arch/mips/sibyte/bcm1480/
H A Dsmp.c15 #include <asm/fw/cfe/cfe_api.h>
/linux-master/arch/mips/sibyte/sb1250/
H A Dsmp.c15 #include <asm/fw/cfe/cfe_api.h>
/linux-master/arch/mips/bmips/
H A Dsetup.c30 #include <asm/fw/cfe/cfe_api.h>
/linux-master/drivers/mtd/parsers/
H A Dbcm63xxpart.c27 #include <asm/fw/cfe/cfe_api.h>
155 { .compatible = "brcm,bcm963xx-cfe-nor-partitions" },
/linux-master/tools/perf/util/
H A Devent.h229 u32 cfe; member in union:perf_synth_intel_evt::__anon418
H A Dintel-pt.c2410 struct perf_synth_intel_evt cfe; member in struct:__anon711
2423 raw.cfe.type = ptq->state->cfe_type;
2424 raw.cfe.reserved = 0;
2425 raw.cfe.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP);
2426 raw.cfe.vector = ptq->state->cfe_vector;
2427 raw.cfe.evd_cnt = ptq->state->evd_cnt;
/linux-master/arch/mips/fw/cfe/
H A Dcfe_api.c20 #include <asm/fw/cfe/cfe_api.h>
/linux-master/arch/mips/
H A DMakefile265 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
/linux-master/tools/perf/
H A Dbuiltin-script.c1930 const char *cfe[32] = {NULL, "INTR", "IRET", "SMI", "RSM", "SIPI", local
1940 s = cfe[data->type];
1942 len = fprintf(fp, " cfe: %s IP: %d vector: %u",
1945 len = fprintf(fp, " cfe: %u IP: %d vector: %u",

Completed in 309 milliseconds