Searched defs:global (Results 1 – 11 of 11) sorted by relevance
/qemu/target/ppc/ |
H A D | helper_regs.h | 32 static inline void check_tlb_flush(CPUPPCState *env, bool global) { } in check_tlb_flush()
|
H A D | helper_regs.c | 366 void check_tlb_flush(CPUPPCState *env, bool global) in check_tlb_flush()
|
H A D | mmu-hash64.c | 206 target_ulong global) in __helper_slbie()
|
H A D | translate.c | 2914 static inline void gen_check_tlb_flush(DisasContext *ctx, bool global) in gen_check_tlb_flush() 2941 static inline void gen_check_tlb_flush(DisasContext *ctx, bool global) { } in gen_check_tlb_flush()
|
/qemu/hw/i386/ |
H A D | x86-iommu.c | 41 void x86_iommu_iec_notify_all(X86IOMMUState *iommu, bool global, in x86_iommu_iec_notify_all()
|
H A D | amd_iommu.c | 435 static void amdvi_intremap_inval_notify_all(AMDVIState *s, bool global, in amdvi_intremap_inval_notify_all()
|
H A D | intel_iommu.c | 2276 static void vtd_iec_notify_all(IntelIOMMUState *s, bool global, in vtd_iec_notify_all() 3102 bool global; in vtd_process_device_piotlb_desc() local
|
/qemu/ |
H A D | .travis.yml | 29 global: key
|
/qemu/hw/intc/ |
H A D | ioapic.c | 214 static void ioapic_iec_notifier(void *private, bool global, in ioapic_iec_notifier()
|
/qemu/hw/pci-host/ |
H A D | pnv_phb3.c | 353 uint32_t local, global, count, mask, comp; in pnv_phb3_remap_irqs() local
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 6349 void kvm_update_msi_routes_all(void *private, bool global, in kvm_update_msi_routes_all()
|