| /linux/drivers/edac/ |
| H A D | amd76x_edac.c | 191 u32 mba, mba_base, mba_mask, dms; in amd76x_init_csrows() local 200 AMD76X_MEM_BASE_ADDR + (index * 4), &mba); in amd76x_init_csrows() 202 if (!(mba & BIT(0))) in amd76x_init_csrows() 205 mba_base = mba & 0xff800000UL; in amd76x_init_csrows() 206 mba_mask = ((mba & 0xff80) << 16) | 0x7fffffUL; in amd76x_init_csrows()
|
| /linux/tools/testing/selftests/resctrl/ |
| H A D | README | 74 …-b benchmark_cmd [options]: run specified benchmark for MBM, MBA and CMT default benchmark is buil… 75 -t test list: run tests specified in the test list, e.g. -t mbm,mba,cmt,cat
|
| /linux/drivers/leds/trigger/ |
| H A D | ledtrig-heartbeat.c | 5 * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp> 211 MODULE_AUTHOR("Atsushi Nemoto <anemo@mba.ocn.ne.jp>");
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| H A D | qcom,sc7180-mss-pil.yaml | 96 - description: MBA reserved region 103 - description: Name of MBA firmware
|
| H A D | qcom,sc7280-mss-pil.yaml | 96 - description: MBA reserved region 103 - description: Name of MBA firmware
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc7280-herobrine-wifi-sku.dtsi | 8 /* WIFI SKUs save 256M by not having modem/mba/rmtfs memory regions defined. */
|
| H A D | sc7180-trogdor-lte-sku.dtsi | 17 firmware-name = "qcom/sc7180-trogdor/modem/mba.mbn",
|
| H A D | sdm845-lg-judyp.dts | 43 firmware-name = "qcom/sdm845/judyp/mba.mbn", "qcom/sdm845/judyp/modem.mbn";
|
| H A D | msm8996-oneplus3.dts | 37 firmware-name = "qcom/msm8996/oneplus3/mba.mbn",
|
| H A D | msm8996-oneplus3t.dts | 38 firmware-name = "qcom/msm8996/oneplus3t/mba.mbn",
|
| H A D | sdm845-lg-judyln.dts | 57 firmware-name = "qcom/sdm845/judyln/mba.mbn", "qcom/sdm845/judyln/modem.mbn";
|
| H A D | sc7280-herobrine-lte-sku.dtsi | 44 firmware-name = "qcom/sc7280-herobrine/modem/mba.mbn",
|
| /linux/drivers/rtc/ |
| H A D | rtc-ds1742.c | 5 * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp> 217 MODULE_AUTHOR("Atsushi Nemoto <anemo@mba.ocn.ne.jp>");
|
| H A D | rtc-rs5c348.c | 5 * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp> 212 MODULE_AUTHOR("Atsushi Nemoto <anemo@mba.ocn.ne.jp>");
|
| H A D | rtc-ds1553.c | 5 * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp> 329 MODULE_AUTHOR("Atsushi Nemoto <anemo@mba.ocn.ne.jp>");
|
| /linux/drivers/s390/cio/ |
| H A D | cio.c | 391 schib->mba = sch->config.mba; in cio_apply_config() 404 (!sch->config.mbfc || (schib->mba == sch->config.mba)); in cio_check_config()
|
| H A D | cmf.c | 187 sch->config.mba = address; in set_schib() 834 unsigned long mba; in set_cmbe() local 844 mba = mme ? (unsigned long) cmb_data->hw_block : 0; in set_cmbe() 847 return set_schib_wait(cdev, mme, 1, mba); in set_cmbe()
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-msm8926-htc-memul.dts | 71 mba_region: mba@d100000 { 203 firmware-name = "qcom/msm8926/memul/mba.b00", "qcom/msm8926/memul/modem.mdt";
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx7-mba7.dtsi | 130 reg_mba_12v0: regulator-mba-12v0 { 139 reg_mba_5v: regulator-mba-5v { 146 reg_mba_3v3: regulator-mba-3v3 {
|
| /linux/arch/mips/kernel/ |
| H A D | gpio_txx9.c | 5 * Copyright (C) 2008 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
|
| H A D | stacktrace.c | 5 * Copyright (C) 2006 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
|
| /linux/arch/x86/kernel/cpu/resctrl/ |
| H A D | core.c | 179 pr_info("MBA b/w map not implemented for cpu:%d, model:%d", in rdt_get_mb_table() 223 * Query CPUID_Fn80000020_EDX_x01 for MBA and in __rdt_get_mem_config_amd() 317 /* Write the delay values for mba. */ in mba_wrmsr_intel() 744 RDT_OPT(RDT_FLAG_MBA, "mba", X86_FEATURE_MBA),
|
| /linux/fs/resctrl/ |
| H A D | monitor.c | 584 * Feedback loop for MBA software controller (mba_sc) 592 * This uses the MBM counters to measure the bandwidth and MBA throttle 599 * Although MBA's goal is to restrict the bandwidth to a maximum, there may 603 * Since MBA controls the L2 external bandwidth where as MBM measures the 637 pr_warn_once("Failure to get domain for MBA update\n"); in update_mba_bw() 644 /* MBA resource doesn't support CDP */ in update_mba_bw()
|
| /linux/drivers/watchdog/ |
| H A D | txx9wdt.c | 5 * Copyright (C) 2007 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 393 0x10, 0, ebx, 3, mba , Memory Bandwidth Allocation supported 400 0x10, 3, eax, 11:0, mba_max_delay , Max MBA throttling value; minus-one notation 401 0x10, 3, ecx, 0, per_thread_mba , Per-thread MBA controls are supported 403 0x10, 3, edx, 15:0, mba_cos_max , MBA max Class of Service supported 800 0x80000008, 0, ebx, 6, mba , Memory Bandwidth Allocation (AMD bit) 990 0x80000020, 0, ebx, 1, mba , Memory Bandwidth Allocation support 996 0x80000020, 1, eax, 31:0, mba_limit_len , MBA enforcement limit size 997 0x80000020, 1, edx, 31:0, mba_cos_max , MBA max Class of Service number (zero-based)
|