Home
last modified time | relevance | path

Searched defs:en (Results 1 – 11 of 11) sorted by relevance

/qemu/target/microblaze/
H A Dcpu.c156 bool en = cpu->cfg.use_non_secure & USE_NON_SECURE_M_AXI_DP_MASK; in mb_cpu_ns_axi_dp() local
164 bool en = cpu->cfg.use_non_secure & USE_NON_SECURE_M_AXI_IP_MASK; in mb_cpu_ns_axi_ip() local
172 bool en = cpu->cfg.use_non_secure & USE_NON_SECURE_M_AXI_DC_MASK; in mb_cpu_ns_axi_dc() local
180 bool en = cpu->cfg.use_non_secure & USE_NON_SECURE_M_AXI_IC_MASK; in mb_cpu_ns_axi_ic() local
/qemu/bsd-user/
H A Delfcore.c5 struct elf_note en = { 0 }; in elf_core_dump() local
H A Delfload.c107 static void bswap_note(struct elf_note *en) in bswap_note()
120 static void bswap_note(struct elf_note *en) { } in bswap_note()
/qemu/include/hw/acpi/
H A Dacpi.h125 uint16_t en; member
140 uint8_t *en; member
/qemu/include/hw/intc/
H A Dloongson_ipi_common.h24 uint32_t en; member
/qemu/hw/misc/
H A Dxlnx-versal-trng.c315 uint32_t en = s->regs[R_INT_CTRL]; in trng_core_int_update() local
/qemu/target/ppc/
H A Dexcp_helper.c138 int en; in ppc_excp_debug_sw_tlb() local
/qemu/tests/unit/
H A Dtest-qobject-input-visitor.c1048 int en; in test_visitor_in_fail_struct_missing() local
/qemu/hw/i386/
H A Dintel_iommu.c2586 static void vtd_handle_gcmd_qie(IntelIOMMUState *s, bool en) in vtd_handle_gcmd_qie()
2648 static void vtd_handle_gcmd_te(IntelIOMMUState *s, bool en) in vtd_handle_gcmd_te()
2674 static void vtd_handle_gcmd_ire(IntelIOMMUState *s, bool en) in vtd_handle_gcmd_ire()
/qemu/target/riscv/
H A Dcpu.c256 void isa_ext_update_enabled(RISCVCPU *cpu, uint32_t ext_offset, bool en) in isa_ext_update_enabled()
/qemu/linux-user/
H A Delfload.c4117 static void bswap_note(struct elf_note *en) in bswap_note()