Searched defs:global (Results 1 – 10 of 10) sorted by relevance
/qemu/target/ppc/ |
A D | helper_regs.h | 30 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush()
|
A D | helper_regs.c | 367 void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush()
|
A D | mmu-hash64.c | 206 target_ulong global) in __helper_slbie()
|
A D | translate.c | 2888 static inline void gen_check_tlb_flush(DisasContext *ctx, bool global) in gen_check_tlb_flush() 2915 static inline void gen_check_tlb_flush(DisasContext *ctx, bool global) { } in gen_check_tlb_flush()
|
/qemu/hw/i386/ |
A D | x86-iommu.c | 41 void x86_iommu_iec_notify_all(X86IOMMUState *iommu, bool global, in x86_iommu_iec_notify_all()
|
A D | amd_iommu.c | 435 static void amdvi_intremap_inval_notify_all(AMDVIState *s, bool global, in amdvi_intremap_inval_notify_all()
|
A D | intel_iommu.c | 2048 static void vtd_iec_notify_all(IntelIOMMUState *s, bool global, in vtd_iec_notify_all()
|
/qemu/hw/intc/ |
A D | ioapic.c | 214 static void ioapic_iec_notifier(void *private, bool global, in ioapic_iec_notifier()
|
/qemu/hw/pci-host/ |
A D | pnv_phb3.c | 353 uint32_t local, global, count, mask, comp; in pnv_phb3_remap_irqs() local
|
/qemu/target/i386/kvm/ |
A D | kvm.c | 6272 void kvm_update_msi_routes_all(void *private, bool global, in kvm_update_msi_routes_all()
|
Completed in 54 milliseconds