Searched refs:stage2 (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | excp_helper.c | 55 TranslateFaultStage2 stage2; member 81 .stage2 = S2_GPT, in ptw_translate() 362 goto stage2; in mmu_translate() 440 stage2: in mmu_translate() 456 .stage2 = S2_GPA, in mmu_translate() 529 switch (err->stage2) { in raise_stage2() 570 err->stage2 = S2_GPA; in get_physical_address() 641 if (err.stage2 != S2_NONE) { in x86_cpu_tlb_fill()
|
| /openbmc/openbmc/poky/meta/recipes-extended/baremetal-example/ |
| H A D | baremetal-helloworld_git.bb | 69 dd if=${B}/build/stage2.bin of=${B}/build/img.iso bs=512 seek=1 count=64 conv=notrunc
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/ |
| H A D | clang_git.bb | 97 OECMAKE_TARGET_COMPILE = "${@bb.utils.contains('PACKAGECONFIG', 'bootstrap', 'stage2', 'all', d)}" 98 OECMAKE_TARGET_INSTALL = "${@bb.utils.contains('PACKAGECONFIG', 'bootstrap', 'stage2-install', 'ins… 99 BINPATHPREFIX = "${@bb.utils.contains('PACKAGECONFIG', 'bootstrap', '/tools/clang/stage2-bins/NATIV…
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
| H A D | rust_1.85.1.bb | 264 cp build/${RUST_BUILD_SYS}/stage2-tools/${RUST_HOST_SYS}/release/$i ${D}${bindir} 299 cp build/${RUST_BUILD_SYS}/stage2-tools/${RUST_HOST_SYS}/release/$i ${D}${bindir}
|
| /openbmc/qemu/target/arm/ |
| H A D | helper.c | 9642 static inline bool have4k(ARMCPU *cpu, bool stage2) in have4k() argument 9644 return stage2 ? cpu_isar_feature(aa64_tgran4_2, cpu) in have4k() 9648 static inline bool have16k(ARMCPU *cpu, bool stage2) in have16k() argument 9650 return stage2 ? cpu_isar_feature(aa64_tgran16_2, cpu) in have16k() 9654 static inline bool have64k(ARMCPU *cpu, bool stage2) in have64k() argument 9656 return stage2 ? cpu_isar_feature(aa64_tgran64_2, cpu) in have64k() 9661 bool stage2) in sanitize_gran_size() argument 9665 if (have4k(cpu, stage2)) { in sanitize_gran_size() 9670 if (have16k(cpu, stage2)) { in sanitize_gran_size() 9675 if (have64k(cpu, stage2)) { in sanitize_gran_size() [all …]
|
| /openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
| H A D | twpol-yocto.txt | 816 /usr/share/grub/i386-redhat/stage2 -> $(SEC_CRIT) ;
|