Searched refs:all (Results 1 – 20 of 20) sorted by relevance
/hafnium-2.8-rc0/kokoro/ |
A D | build.sh | 25 TEST_ARGS+=(--run-all-qemu-cpus) 88 --run-all-qemu-cpus)
|
A D | test.sh | 37 --run-all-qemu-cpus) RUN_ALL_QEMU_CPUS=true
|
/hafnium-2.8-rc0/build/bash/ |
A D | common.inc | 51 # the manifest and be present in all Repo builds. Eventually this should be 79 # Runs on all projects if Repo is detected. 83 # Temporary workaround for b/152398137 (all symlinks dirty on Kokoro). 93 # status of all projects. 140 ## Temporary workaround for b/152398137 (all symlinks dirty on Kokoro).
|
/hafnium-2.8-rc0/ |
A D | Makefile | 31 all: target 68 .PHONY: all 69 all: $(OUT_DIR)/build.ninja target
|
A D | CONTRIBUTING.md | 33 `kokoro/build.sh`, ensure they all pass. 37 for all your changes (submodules and the main repository) so that they can
|
A D | dco.txt | 34 are public and that a record of the contribution (including all
|
/hafnium-2.8-rc0/docs/ |
A D | SchedulerExpectations.md | 11 The scheduler VM is responsible for scheduling the vCPUs of all the other VMs. 60 scheduler MUST call `hf_mailbox_waiter_get()` repeatedly and notify all waiters 81 this the same as `FFA_INTERRUPT` for all the other vCPUs of the VM. For this 93 The scheduler VM is responsible for handling all hardware interrupts. Many of
|
A D | StyleGuide.md | 22 * Yes, it does mean all variables are declared, C90-style, at the top of 25 Google and require braces around all scope blocks. 82 * Build targets should include all the direct dependencies for their sources, 123 builds and tests, meaning that all levels except `VERBOSE` will be logged. It is
|
A D | Manifest.md | 41 preloaded into memory. The primary VM is given all remaining memory, the same
|
A D | VmInterface.md | 68 all interrupts (other than anything already trapped by TrustZone). It will be 109 devices, plus a fixed amount of RAM for secondaries, and all remaining address 173 Hafnium, all other SMC calls will be blocked by default. Hafnium will allow SMC
|
A D | Architecture.md | 57 * Hafnium is developed as open source, available for all to use, 152 configured by the [manifest](Manifest.md). These pages are all identity mapped 173 all page tables it manages (stage 2 page tables for VMs, and stage 1 for itself) 175 (physical address) in the stage 2 page table, if it is mapped at all.
|
A D | Testing.md | 41 Presubmit builds everything, runs all tests and checks the source for formatting
|
A D | HermeticBuild.md | 63 Running in container: make all
|
A D | ChangeLog.md | 135 * S-EL1 SP, S-EL0 SP or former S-EL0 SP+shim can all co-exist in the same 169 * S-EL0 partitions/VHE: the feature is in an experimental stage and not all use 320 * Not all fields of the FF-A manifest are actually processed by the Hafnium
|
/hafnium-2.8-rc0/src/ |
A D | BUILD.gn | 43 # One day, this will contain all the hypervisor's source but only once it can 44 # all be built against the fake arch for unit tests. Utilities that are shared
|
A D | mm_test.cc | 1179 std::vector<std::span<pte_t, MM_PTE_PER_PAGE>> all; in get_ptable() local 1182 all.push_back(get_table( in get_ptable() 1185 return all; in get_ptable()
|
/hafnium-2.8-rc0/build/docker/ |
A D | Dockerfile | 33 python3 `# for all build scripts` \
|
/hafnium-2.8-rc0/build/ |
A D | BUILD.gn | 20 "-fstack-protector-all",
|
/hafnium-2.8-rc0/build/linux/ |
A D | linux.gni | 72 # Subtarget which generates a depfile with all files in the Linux tree
|
/hafnium-2.8-rc0/build/toolchain/ |
A D | embedded.gni | 126 extra_ldflags += " -O2 --icf=all --fatal-warnings --color-diagnostics" 163 extra_ldflags += " -O2 --icf=all"
|
Completed in 20 milliseconds