Home
last modified time | relevance | path

Searched refs:DECLARE_BITMAP (Results 1 – 25 of 27) sorted by relevance

12

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmonitor.h30 DECLARE_BITMAP(low, 8192);
31 DECLARE_BITMAP(hypervisor, 8192);
32 DECLARE_BITMAP(high, 8192);
A Dirq.h27 DECLARE_BITMAP(_bits,NR_VECTORS);
/xen-4.10.0-shim-comet/tools/xentrace/
A Danalyze.h28 #define DECLARE_BITMAP(name,bits) \ macro
30 typedef struct cpumask{ DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dcpufeature.c24 DECLARE_BITMAP(cpu_hwcaps, ARM_NCAPS);
/xen-4.10.0-shim-comet/xen/include/xen/
A Dtypes.h10 #define DECLARE_BITMAP(name,bits) \ macro
A Diommu.h87 DECLARE_BITMAP(features, IOMMU_FEAT_count);
A Dcpumask.h82 typedef struct cpumask{ DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
A Dnodemask.h81 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t;
A Dsched.h394 DECLARE_BITMAP(poll_mask, MAX_VIRT_CPUS);
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dirq.h9 DECLARE_BITMAP(_bits,NR_VECTORS);
A Dcpufeature.h54 extern DECLARE_BITMAP(cpu_hwcaps, ARM_NCAPS);
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Ddmar.h55 DECLARE_BITMAP(buses, 256); /* buses owned by this unit */
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h36 #define DECLARE_BITMAP(name, bits) \ macro
40 DECLARE_BITMAP(bits, NR_CPUS);
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dirq.h158 DECLARE_BITMAP(isairq_map, NR_ISAIRQS);
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/
A Dvmcs.h81 DECLARE_BITMAP(pir, NR_VECTORS);
139 DECLARE_BITMAP(eoi_exit_bitmap, NR_VECTORS);
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dvmsi.c153 DECLARE_BITMAP(table_flags, MAX_MSIX_TABLE_ENTRIES);
159 DECLARE_BITMAP(acc_valid, 3 * MAX_MSIX_ACC_ENTRIES);
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmctelem.c98 DECLARE_BITMAP(mctc_free, MC_NENT);
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dsrat.c42 static __initdata DECLARE_BITMAP(memblk_hotplug, NR_NODE_MEMBLKS);
A Dpsr.c140 DECLARE_BITMAP(dom_set, DOMID_IDLE + 1);
A Dirq.c47 static DECLARE_BITMAP(used_vectors, NR_VECTORS);
1920 DECLARE_BITMAP(prepared, MAX_MSI_IRQS) = {}; in map_domain_pirq()
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-hvmctx.c44 #define DECLARE_BITMAP(name,bits) \ macro
/xen-4.10.0-shim-comet/xen/drivers/passthrough/arm/
A Dsmmu.c631 DECLARE_BITMAP(context_map, ARM_SMMU_MAX_CBS);
635 DECLARE_BITMAP(smr_map, ARM_SMMU_MAX_SMRS);
/xen-4.10.0-shim-comet/docs/features/
A Dintel_psr_cat_cdp.pandoc363 DECLARE_BITMAP(dom_ids, DOMID_IDLE + 1);
/xen-4.10.0-shim-comet/docs/misc/
A Dvtd-pi.txt155 DECLARE_BITMAP(pir, NR_VECTORS);
/xen-4.10.0-shim-comet/xen/common/
A Dlivepatch.c485 DECLARE_BITMAP(found, ARRAY_SIZE(names)) = { 0 }; in check_special_sections()

Completed in 65 milliseconds

12