Searched refs:DECLARE_BITMAP (Results 1 – 25 of 28) sorted by relevance
12
/xen/xen/include/asm-x86/ |
A D | monitor.h | 30 DECLARE_BITMAP(low, 8192); 31 DECLARE_BITMAP(hypervisor, 8192); 32 DECLARE_BITMAP(high, 8192);
|
A D | irq.h | 26 DECLARE_BITMAP(_bits, X86_NR_VECTORS);
|
/xen/tools/xentrace/ |
A D | analyze.h | 28 #define DECLARE_BITMAP(name,bits) \ macro 30 typedef struct cpumask{ DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
|
/xen/xen/include/xen/ |
A D | types.h | 10 #define DECLARE_BITMAP(name,bits) \ macro
|
A D | iommu.h | 327 DECLARE_BITMAP(features, IOMMU_FEAT_count);
|
A D | nodemask.h | 60 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t;
|
A D | cpumask.h | 62 typedef struct cpumask{ DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
|
A D | sched.h | 432 DECLARE_BITMAP(poll_mask, MAX_VIRT_CPUS);
|
/xen/xen/include/asm-arm/ |
A D | irq.h | 25 DECLARE_BITMAP(_bits,NR_VECTORS);
|
A D | cpufeature.h | 57 extern DECLARE_BITMAP(cpu_hwcaps, ARM_NCAPS);
|
/xen/xen/drivers/passthrough/vtd/ |
A D | dmar.h | 55 DECLARE_BITMAP(buses, 256); /* buses owned by this unit */
|
/xen/tools/tests/vhpet/ |
A D | emul.h | 38 #define DECLARE_BITMAP(name, bits) \ macro 42 DECLARE_BITMAP(bits, NR_CPUS);
|
/xen/xen/arch/arm/ |
A D | cpufeature.c | 25 DECLARE_BITMAP(cpu_hwcaps, ARM_NCAPS);
|
/xen/xen/include/asm-x86/hvm/ |
A D | irq.h | 160 DECLARE_BITMAP(isairq_map, NR_ISAIRQS);
|
/xen/xen/include/asm-x86/hvm/vmx/ |
A D | vmcs.h | 85 DECLARE_BITMAP(pir, X86_NR_VECTORS); 151 DECLARE_BITMAP(eoi_exit_bitmap, X86_NR_VECTORS);
|
/xen/xen/arch/x86/cpu/mcheck/ |
A D | mctelem.c | 97 DECLARE_BITMAP(mctc_free, MC_NENT);
|
/xen/xen/arch/x86/hvm/ |
A D | vmsi.c | 157 DECLARE_BITMAP(table_flags, MAX_MSIX_TABLE_ENTRIES); 163 DECLARE_BITMAP(acc_valid, 3 * MAX_MSIX_ACC_ENTRIES);
|
/xen/xen/arch/x86/ |
A D | srat.c | 43 static __initdata DECLARE_BITMAP(memblk_hotplug, NR_NODE_MEMBLKS);
|
A D | irq.c | 49 static DECLARE_BITMAP(used_vectors, X86_NR_VECTORS); 2098 DECLARE_BITMAP(prepared, MAX_MSI_IRQS) = {}; in map_domain_pirq() 2099 DECLARE_BITMAP(granted, MAX_MSI_IRQS) = {}; in map_domain_pirq()
|
A D | psr.c | 167 DECLARE_BITMAP(dom_set, DOMID_IDLE + 1);
|
/xen/tools/misc/ |
A D | xen-hvmctx.c | 44 #define DECLARE_BITMAP(name,bits) \ macro
|
/xen/xen/common/ |
A D | livepatch.c | 475 DECLARE_BITMAP(found, ARRAY_SIZE(names)) = { 0 }; in check_special_sections() 519 DECLARE_BITMAP(found, ARRAY_SIZE(names)) = { 0 }; in check_patching_sections()
|
/xen/xen/drivers/passthrough/arm/ |
A D | ipmmu-vmsa.c | 118 DECLARE_BITMAP(ctx, IPMMU_CTX_MAX);
|
A D | smmu.c | 631 DECLARE_BITMAP(context_map, ARM_SMMU_MAX_CBS); 635 DECLARE_BITMAP(smr_map, ARM_SMMU_MAX_SMRS);
|
/xen/docs/misc/ |
A D | vtd-pi.txt | 155 DECLARE_BITMAP(pir, NR_VECTORS);
|
Completed in 49 milliseconds
12