Searched refs:cfe (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/arch/mips/bcm63xx/boards/ |
D | board_bcm963xx.c | 731 u8 *boot_addr, *cfe; in board_prom_init() local 749 cfe = boot_addr + BCM963XX_CFE_VERSION_OFFSET; in board_prom_init() 750 if (strstarts(cfe, "cfe-")) { in board_prom_init() 751 if(cfe[4] == 'v') { in board_prom_init() 752 if(cfe[5] == 'd') in board_prom_init() 754 (char *) &cfe[5]); in board_prom_init() 755 else if (cfe[10] > 0) in board_prom_init() 757 "%u.%u.%u-%u.%u-%u", cfe[5], cfe[6], in board_prom_init() 758 cfe[7], cfe[8], cfe[9], cfe[10]); in board_prom_init() 761 "%u.%u.%u-%u.%u", cfe[5], cfe[6], in board_prom_init() [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/mtd/partitions/ |
D | brcm,bcm947xx-cfe-partitions.yaml | 4 $id: http://devicetree.org/schemas/mtd/partitions/brcm,bcm947xx-cfe-partitions.yaml# 40 const: brcm,bcm947xx-cfe-partitions 47 compatible = "brcm,bcm947xx-cfe-partitions";
|
D | brcm,bcm963xx-cfe-nor-partitions.txt | 12 - compatible : must be "brcm,bcm963xx-cfe-nor-partitions" 22 compatible = "brcm,bcm963xx-cfe-nor-partitions";
|
D | brcm,bcm963xx-imagetag.txt | 26 cfe@0 {
|
/linux-6.1.9/arch/mips/sibyte/common/ |
D | Makefile | 2 obj-y := cfe.o
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | bcm5301x-nand-cs0.dtsi | 17 compatible = "brcm,bcm947xx-cfe-partitions";
|
D | bcm5301x.dtsi | 557 compatible = "brcm,bcm947xx-cfe-partitions";
|
/linux-6.1.9/arch/mips/boot/dts/brcm/ |
D | bcm97358svmb.dts | 95 flash0.cfe@0 {
|
D | bcm97360svmb.dts | 98 flash0.cfe@0 {
|
D | bcm97425svmb.dts | 133 flash0.cfe@0 {
|
/linux-6.1.9/tools/perf/util/ |
D | event.h | 330 u32 cfe; member
|
D | intel-pt.c | 2352 struct perf_synth_intel_evt cfe; in intel_pt_synth_events_sample() member 2365 raw.cfe.type = ptq->state->cfe_type; in intel_pt_synth_events_sample() 2366 raw.cfe.reserved = 0; in intel_pt_synth_events_sample() 2367 raw.cfe.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP); in intel_pt_synth_events_sample() 2368 raw.cfe.vector = ptq->state->cfe_vector; in intel_pt_synth_events_sample() 2369 raw.cfe.evd_cnt = ptq->state->evd_cnt; in intel_pt_synth_events_sample()
|
/linux-6.1.9/arch/mips/ |
D | Makefile | 238 libs-$(CONFIG_FW_CFE) += arch/mips/fw/cfe/
|
/linux-6.1.9/tools/perf/ |
D | builtin-script.c | 1888 const char *cfe[32] = {NULL, "INTR", "IRET", "SMI", "RSM", "SIPI", in perf_sample__fprintf_synth_evt() local 1898 s = cfe[data->type]; in perf_sample__fprintf_synth_evt()
|
/linux-6.1.9/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 1693 evt: hw int (t) cfe: INTR IP: 1 vector: 3 PFA: 0x8877665544332211
|