Home
last modified time | relevance | path

Searched refs:stage (Results 1 – 11 of 11) sorted by relevance

/xen/docs/misc/
A Dx86-xenpv-bootloader.pandoc12 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 Dpv-drivers-lifecycle.pandoc50 ## 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 Dkexec_and_kdump.txt10 At this stage it does not work in conjunction with domU kernels.
A Dkconfig-macro-language.rst46 Then, Kconfig moves onto the evaluation stage to resolve inter-symbol
/xen/automation/gitlab-ci/
A Dtest.yaml3 stage: test
26 stage: test
48 stage: test
70 stage: test
92 stage: test
A Dbuild.yaml2 stage: build
/xen/tools/tests/xenstore/
A Dxs-test.c66 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 Dsmmu.c672 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 DKconfig24 (H3 ES3.0, M3-W+, etc) which IPMMU hardware supports stage 2
/xen/xen/arch/arm/
A Dtraps.c369 int stage = par & PAR_STAGE2 ? 2 : 1; in panic_PAR() local
376 stage, in panic_PAR()
/xen/docs/process/
A Dxen-release-management.pandoc117 Before or at very early stage of the freeze period, agree with the Community

Completed in 18 milliseconds