/aosp_15_r20/external/coreboot/Documentation/mainboard/emulation/ |
H A D | spike-riscv.md | 1 # Spike RISC-V emulator 3 [Spike], also known as riscv-isa-sim, is a commonly used [RISC-V] emulator. 14 ## Building coreboot and running it in Spike 17 - Run `util/riscv/make-spike-elf.sh build/coreboot.rom build/coreboot.elf` to 18 convert coreboot to an ELF that Spike can load 19 - Run `spike -m1024 build/coreboot.elf` 22 [Spike]: https://github.com/riscv/riscv-isa-sim
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
H A D | r1updt.h | 36 /* in such a way that a spike is introduced into w. */ in r1updt() 49 /* apply the transformation to s and extend the spike in w. */ in r1updt() 59 /* add the spike from the rank 1 update to w. */ in r1updt() 62 /* eliminate the spike. */ in r1updt() 67 /* j-th element of the spike. */ in r1updt() 70 /* apply the transformation to s and reduce the spike in w. */ in r1updt()
|
/aosp_15_r20/external/coreboot/src/mainboard/emulation/spike-riscv/ |
H A D | Kconfig | 16 default "src/mainboard/emulation/spike-riscv/memlayout.ld" 19 default "emulation/spike-riscv" 22 default "SPIKE RISCV"
|
H A D | rom_media.c | 6 * RAM on SPIKE, because SPIKE doesn't support loading custom code into the
|
H A D | Kconfig.name | 4 bool "SPIKE riscv"
|
H A D | board_info.txt | 1 Board name: Spike RISCV
|
/aosp_15_r20/external/coreboot/util/riscv/ |
H A D | make-spike-elf.sh | 10 echo "to SPIKE, the RISC-V reference emulator." 21 OBJECT_FILE=$(mktemp /tmp/coreboot-spike.XXXXXX) 28 "$XGCC_BIN/riscv64-elf-ld" "$OBJECT_FILE" -T "$TOOL_PATH/spike-elf.ld" \
|
H A D | description.md | 2 * _make-spike-elf.sh_ - Converts a flat file into an ELF, that can be 3 passed to SPIKE, the RISC-V reference
|
H A D | spike-elf.ld | 1 /* See make-spike-elf.sh */
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
H A D | TestNonStaticInnerClassInList32.java | 31 dog.name = "Spike"; in testInnerList() 42 // output: {"name":"Spike","legs":[{length: 5}, {length: 4}]} in testInnerList()
|
/aosp_15_r20/external/coreboot/util/ |
H A D | README.md | 103 * _make-spike-elf.sh_ - Converts a flat file into an ELF, that 104 can be passed to SPIKE, the RISC-V reference emulator.`Bash`
|
/aosp_15_r20/external/coreboot/Documentation/ |
H A D | util.md | 114 * _make-spike-elf.sh_ - Converts a flat file into an ELF, that 115 can be passed to SPIKE, the RISC-V reference emulator.`Bash`
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/android/ |
D | performance_hint.h | 365 * whether the workload spike is expected to be on the CPU, GPU, or both. 370 * @param cpu Indicates if the workload spike is expected to affect the CPU. 371 * @param gpu Indicates if the workload spike is expected to affect the GPU.
|
/aosp_15_r20/frameworks/native/include/android/ |
H A D | performance_hint.h | 365 * whether the workload spike is expected to be on the CPU, GPU, or both. 370 * @param cpu Indicates if the workload spike is expected to affect the CPU. 371 * @param gpu Indicates if the workload spike is expected to affect the GPU.
|
/aosp_15_r20/external/coreboot/Documentation/mainboard/ |
H A D | index.md | 90 Spike RISC-V emulator <emulation/spike-riscv.md>
|
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/ |
H A D | robust_throughput_estimator_unittest.cc | 210 // of a delay spike. in TEST() 225 // Delay spike. 25 packets sent, but none received. in TEST()
|
H A D | alr_detector_unittest.cc | 115 // Verify that we stay in ALR region even after a short bitrate spike. in TEST()
|
H A D | loss_based_bandwidth_estimation.cc | 189 // Avoid multiple decreases from averaging over one loss spike. in Update()
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | alertcenter.v1beta1.json | 1093 "description": "Details of a message in phishing spike alert.", 1214 …s are any of the following: * User reported phishing * User reported spam spike * Suspicious messa… 1314 …"description": "Alert for a spike in user reported phishing. *Warning*: This type has been depreca…
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/flowunits/ |
H A D | ImpulseOscillator.cpp | 35 value = amplitudes[i]; // spike in onProcess()
|
/aosp_15_r20/external/googleapis/google/cloud/timeseriesinsights/v1/ |
H A D | timeseriesinsights_v1.yaml | 13 data. Users can perform time series spike, trend, and anomaly detection.
|
/aosp_15_r20/external/stressapptest/src/ |
H A D | sat.cc | 1949 // Tell worker threads to pause in preparation for a power spike. in Run() 1950 logprintf(4, "Log: Pausing worker threads in preparation for power spike " in Run() 1959 // Tell worker threads to resume in order to cause a power spike. in Run() 1960 logprintf(4, "Log: Resuming worker threads to cause a power spike (%d " in Run()
|
/aosp_15_r20/external/googleapis/google/cloud/securitycenter/v1/ |
H A D | cloud_armor.proto | 79 // allowed traffic. For 'Allowed traffic spike', the ratio is the allowed
|
/aosp_15_r20/external/python/google-auth-library-python/google/auth/ |
D | _helpers.py | 29 # until 30 seconds before the expiration, and cause a spike of CPU usage.
|
/aosp_15_r20/external/coreboot/Documentation/releases/ |
H A D | coreboot-4.2-relnotes.md | 100 * emulation/spike-riscv - RISCV virtualized platform
|