Home
last modified time | relevance | path

Searched defs:cbr (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dcoreboot_table.c72 static u32 cb_table_add_entry(struct cb_header *cbh, struct cb_record *cbr) in cb_table_add_entry()
90 struct cb_record *cbr = (struct cb_record *)(cbh + 1); in cb_table_finalize() local
99 struct cb_record *cbr; in write_coreboot_table() local
/openbmc/linux/arch/mips/bmips/
H A Ddma.c12 void __iomem *cbr = BMIPS_GET_CBR(); in arch_sync_dma_for_cpu_all() local
/openbmc/linux/arch/mips/kernel/
H A Dsmp-bmips.c521 void __iomem *cbr = BMIPS_GET_CBR(); in bmips_set_reset_vec() local
594 void __iomem __maybe_unused *cbr = BMIPS_GET_CBR(); in bmips_cpu_setup() local
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-sqlite.py731 def cbr(id, raw_buf): function
H A Dexport-to-postgresql.py1056 def cbr(id, raw_buf): function
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c188 unsigned int cbr; member
775 unsigned int cbr; member
813 unsigned int cbr; in intel_pt_calc_cyc_cb() local
1994 unsigned int cbr = decoder->packet.payload & 0xff; in intel_pt_calc_cbr() local
H A Dintel-pt-decoder.h249 uint32_t cbr; member
/openbmc/linux/tools/perf/util/
H A Devent.h190 u32 cbr : 8, member
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrumain.c784 int ctxnum, ctxnum0, flag = 0, cbr, dsr; in gru_steal_context() local
H A Dgrutables.h491 #define CBR_BYTES(cbr) ((cbr) * GRU_HANDLE_BYTES * GRU_CBR_AU_SIZE * 2) argument