/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | mpspec.h | 41 #define physid_set(physid, map) set_bit(physid, (map).mask) argument 42 #define physid_clear(physid, map) clear_bit(physid, (map).mask) argument 43 #define physid_isset(physid, map) test_bit(physid, (map).mask) argument 44 #define physid_test_and_set(physid, map) test_and_set_bit(physid, (map).mask) argument 46 #define first_physid(map) find_first_bit((map).mask, \ argument 48 #define next_physid(id, map) find_next_bit((map).mask, \ argument 50 #define last_physid(map) ({ \ argument 61 #define physids_clear(map) bitmap_zero((map).mask, MAX_APICS) argument 63 #define physids_empty(map) bitmap_empty((map).mask, MAX_APICS) argument 65 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS) argument
|
A D | e820.h | 23 struct e820entry map[E820MAX]; member
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/mach-generic/ |
A D | mach_apic.h | 51 static inline void ioapic_phys_id_map(physid_mask_t *map) in ioapic_phys_id_map() 56 static inline int check_apicid_used(const physid_mask_t *map, int apicid) in check_apicid_used() 66 static inline void set_apicid(int phys_apicid, physid_mask_t *map) in set_apicid()
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/apei/ |
A D | apei-io.c | 53 struct apei_iomap *map; in __apei_find_iomap() local 66 struct apei_iomap *map; in __apei_ioremap_fast() local 106 struct apei_iomap *map; in apei_pre_map() local 143 struct apei_iomap *map; in apei_post_unmap() local
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_physdev.c | 42 struct physdev_map_pirq map; in xc_physdev_map_pirq() local 73 struct physdev_map_pirq map; in xc_physdev_map_pirq_msi() local
|
A D | xc_misc.c | 106 #define BITS_PER_CPUMAP(map) (sizeof(*map) * 8) argument 107 #define CPUMAP_ENTRY(cpu, map) ((map))[(cpu) / BITS_PER_CPUMAP(map)] argument 108 #define CPUMAP_SHIFT(cpu, map) ((cpu) % BITS_PER_CPUMAP(map)) argument 109 void xc_cpumap_clearcpu(int cpu, xc_cpumap_t map) in xc_cpumap_clearcpu() 114 void xc_cpumap_setcpu(int cpu, xc_cpumap_t map) in xc_cpumap_setcpu() 119 int xc_cpumap_testcpu(int cpu, xc_cpumap_t map) in xc_cpumap_testcpu()
|
A D | xc_pagetab.c | 35 void *map; in xc_translate_foreign_address() local
|
A D | xc_core_arm.c | 47 xc_core_memory_map_t *map; in xc_core_arch_memory_map_get() local
|
A D | xc_dom_x86.c | 132 struct xc_dom_x86_mapping *map, *map_cmp; in count_pgtables() local 235 struct xc_dom_x86_mapping *map = domx86->maps + domx86->n_mappings; in alloc_pgtables() local 353 struct xc_dom_x86_mapping *map; in get_pg_table_x86() local 370 struct xc_dom_x86_mapping *map; in get_pg_prot_x86() local 512 struct xc_dom_x86_mapping *map = domx86->maps + domx86->n_mappings; in alloc_p2m_list_x86_64() local
|
A D | xc_core_x86.c | 50 xc_core_memory_map_t *map; in xc_core_arch_memory_map_get() local
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | trie.mli | 54 val map : ('b -> 'c option) -> ('a,'b) t -> ('a,'c) t val
|
A D | trie.ml | 86 let rec map f tree = function
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_x86.c | 245 struct e820entry map[], in e820_host_sanitize() 268 struct e820entry map[E820MAX]; in libxl__e820_alloc() local 411 struct e820entry map[E820MAX]; in libxl__arch_vnuma_build_vmemrange() local
|
A D | libxl_utils.h | 121 #define libxl_for_each_bit(var, map) for (var = 0; var < (map).size * 8; var++) argument
|
A D | libxl.h | 1132 uint8_t *map; member 2125 #define libxl_set_vcpuaffinity(ctx, domid, vcpuid, map) \ argument 2127 #define libxl_set_vcpuaffinity_all(ctx, domid, max_vcpus, map) \ argument
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | e820.h | 22 struct e820entry map[E820MAX]; member
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | mread.h | 13 } map[MREAD_MAPS]; member
|
A D | xentrace.c | 527 void print_cpu_mask(xc_cpumap_t map) in print_cpu_mask() 548 static int set_cpu_mask(xc_cpumap_t map) in set_cpu_mask() 946 static int parse_cpumask_range(const char *mask_str, xc_cpumap_t map) in parse_cpumask_range() 1026 xc_cpumap_t map; in parse_cpu_mask() local
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-coalesce.c | 66 char *buf, *map; in vhd_util_coalesce_block() local
|
A D | libvhd.c | 567 vhd_bitmap_test(vhd_context_t *ctx, char *map, uint32_t block) in vhd_bitmap_test() 577 vhd_bitmap_set(vhd_context_t *ctx, char *map, uint32_t block) in vhd_bitmap_set() 587 vhd_bitmap_clear(vhd_context_t *ctx, char *map, uint32_t block) in vhd_bitmap_clear() 2064 char *buf, *map; in vhd_write_batmap() local 2973 char *map, int map_off, in __vhd_io_dynamic_copy_data() 2996 __vhd_io_dynamic_read_link(vhd_context_t *ctx, char *map, in __vhd_io_dynamic_read_link() 3052 char *map, char *buf, uint64_t sec, uint32_t secs) in __raw_read_link() 3103 char *map, *next; in __vhd_io_dynamic_read() local 3249 char *map; in __vhd_io_dynamic_write() local
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | quirks.c | 333 u32 dev, int map) in map_me_phantom_function() 354 int me_wifi_quirk(struct domain *domain, u8 bus, u8 devfn, int map) in me_wifi_quirk()
|
/xen-4.10.0-shim-comet/tools/tests/mem-sharing/ |
A D | memshrtool.c | 133 void *map; in main() local
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | mm.c | 332 void set_fixmap(unsigned map, mfn_t mfn, unsigned int flags) in set_fixmap() 342 void clear_fixmap(unsigned map) in clear_fixmap() 398 lpae_t *map = this_cpu(xen_dommap); in map_domain_page() local 467 lpae_t *map = this_cpu(xen_dommap); in unmap_domain_page() local 483 lpae_t *map = this_cpu(xen_dommap); in domain_page_map_to_mfn() local
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/ |
A D | ebitmap.c | 227 u64 map; in ebitmap_read() local
|
/xen-4.10.0-shim-comet/xen/arch/arm/efi/ |
A D | efi-boot.h | 143 static EFI_STATUS __init efi_process_memory_map_bootinfo(EFI_MEMORY_DESCRIPTOR *map, in efi_process_memory_map_bootinfo() 349 void *map, in efi_arch_process_memory_map()
|