Searched refs:stage2 (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | excp_helper.c | 52 TranslateFaultStage2 stage2; member 78 .stage2 = S2_GPT, in ptw_translate() 359 goto stage2; in mmu_translate() 437 stage2: in mmu_translate() 453 .stage2 = S2_GPA, in mmu_translate() 526 switch (err->stage2) { in raise_stage2() 567 err->stage2 = S2_GPA; in get_physical_address() 637 if (err.stage2 != S2_NONE) { in x86_cpu_tlb_fill()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 59 assert(!fi->stage2); in merge_syn_data_abort() 62 || fi->s1ptw || !fi->stage2) { in merge_syn_data_abort() 200 syn = syn_gpc(fi->stage2 && fi->type == ARMFault_GPCFOnWalk, in arm_deliver_fault() 234 if (fi->stage2) { in arm_deliver_fault()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_probe_tmpl.h | 131 stage2: in process_fetch_insn_bottom() 224 goto stage2; in process_fetch_insn_bottom()
|
/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/qemu/target/arm/ |
H A D | ptw.c | 630 fi->stage2 = true; in S1_ptw_translate() 646 fi->stage2 = regime_is_stage2(s2_mmu_idx); in S1_ptw_translate() 647 fi->s1ptw = fi->stage2; in S1_ptw_translate() 833 fi->stage2 = true; in arm_casq_ptw() 2205 assert(fi->stage2); in get_phys_addr_lpae() 2208 fi->stage2 = regime_is_stage2(mmu_idx); in get_phys_addr_lpae() 2633 fi->stage2 = true; in pmsav8_mpu_lookup() 3263 fi->stage2 = false; in get_phys_addr_disabled()
|
H A D | helper.c | 3654 if (fi.stage2) { in do_ats_write() 3733 if (fi.stage2) { in do_ats_write() 11962 static inline bool have4k(ARMCPU *cpu, bool stage2) in have4k() argument 11964 return stage2 ? cpu_isar_feature(aa64_tgran4_2, cpu) in have4k() 11968 static inline bool have16k(ARMCPU *cpu, bool stage2) in have16k() argument 11970 return stage2 ? cpu_isar_feature(aa64_tgran16_2, cpu) in have16k() 11974 static inline bool have64k(ARMCPU *cpu, bool stage2) in have64k() argument 11976 return stage2 ? cpu_isar_feature(aa64_tgran64_2, cpu) in have64k() 11981 bool stage2) in sanitize_gran_size() argument 11985 if (have4k(cpu, stage2)) { in sanitize_gran_size() [all …]
|
H A D | internals.h | 595 bool stage2; member
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/ |
H A D | rust_1.80.1.bb | 266 cp build/${RUST_BUILD_SYS}/stage2-tools/${RUST_HOST_SYS}/release/$i ${D}${bindir} 286 cp build/${RUST_BUILD_SYS}/stage2-tools/${RUST_HOST_SYS}/release/$i ${D}${bindir}
|
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | 2847 stage2: in dlm_send_finalize_reco_message() 2881 goto stage2; in dlm_send_finalize_reco_message()
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | twpol-yocto.txt | 816 /usr/share/grub/i386-redhat/stage2 -> $(SEC_CRIT) ;
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 184 size of the address translated by the stage2 level (guest physical to
|