Searched refs:stage (Results 1 – 11 of 11) sorted by relevance
/xen/docs/misc/ |
A D | x86-xenpv-bootloader.pandoc | 12 filesystem, most likely via a stage 1 PV bootloader provided by dom0. 15 filesystem where a stage 1 bootloader should look for the in-guest PV 27 The second stage bootloader should be installed into the guest 39 therefore stage 1 bootloaders should search 46 chainloading from a stage one. Therefore it is permissible to have 48 present in a guest to be used by the appropriate stage 1 (e.g. for
|
A D | pv-drivers-lifecycle.pandoc | 50 ## How to move forward from a stage to the next 55 from one stage to the next within a reasonable time frame unless someone
|
A D | kexec_and_kdump.txt | 10 At this stage it does not work in conjunction with domU kernels.
|
A D | kconfig-macro-language.rst | 46 Then, Kconfig moves onto the evaluation stage to resolve inter-symbol
|
/xen/automation/gitlab-ci/ |
A D | test.yaml | 3 stage: test 26 stage: test 48 stage: test 70 stage: test 92 stage: test
|
A D | build.yaml | 2 stage: build
|
/xen/tools/tests/xenstore/ |
A D | xs-test.c | 66 char *stage = "?"; in call_test() local 77 stage = "pre-init"; in call_test() 84 stage = "init"; in call_test() 90 stage = "run"; in call_test() 106 stage = "deinit"; in call_test() 113 printf("%-10s: failed (ret = %d, stage %s)\n", tst->name, ret, stage); in call_test()
|
/xen/xen/drivers/passthrough/arm/ |
A D | smmu.c | 672 enum arm_smmu_domain_stage stage; member 1212 smmu_domain->stage = ARM_SMMU_DOMAIN_S2; in arm_smmu_init_domain_context() 1214 smmu_domain->stage = ARM_SMMU_DOMAIN_S1; in arm_smmu_init_domain_context() 1216 switch (smmu_domain->stage) { in arm_smmu_init_domain_context() 1606 if (stage == 1) { 1718 prot, stage); 1752 prot, stage); 1763 int ret, stage; 1772 stage = 2; 1776 stage = 1; [all …]
|
/xen/xen/drivers/passthrough/ |
A D | Kconfig | 24 (H3 ES3.0, M3-W+, etc) which IPMMU hardware supports stage 2
|
/xen/xen/arch/arm/ |
A D | traps.c | 369 int stage = par & PAR_STAGE2 ? 2 : 1; in panic_PAR() local 376 stage, in panic_PAR()
|
/xen/docs/process/ |
A D | xen-release-management.pandoc | 117 Before or at very early stage of the freeze period, agree with the Community
|
Completed in 18 milliseconds