/xen/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/xen/include/asm-x86/mach-generic/ |
A D | mach_apic.h | 61 static inline void ioapic_phys_id_map(physid_mask_t *map) in ioapic_phys_id_map() 66 static inline int check_apicid_used(const physid_mask_t *map, int apicid) in check_apicid_used() 76 static inline void set_apicid(int phys_apicid, physid_mask_t *map) in set_apicid()
|
/xen/xen/drivers/acpi/apei/ |
A D | apei-io.c | 54 struct apei_iomap *map; in __apei_find_iomap() local 67 struct apei_iomap *map; in __apei_ioremap_fast() local 107 struct apei_iomap *map; in apei_pre_map() local 144 struct apei_iomap *map; in apei_post_unmap() local
|
/xen/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 | 143 struct xc_dom_x86_mapping *map, *map_cmp; in count_pgtables() local 246 struct xc_dom_x86_mapping *map = domx86->maps + domx86->n_mappings; in alloc_pgtables_pv() local 368 struct xc_dom_x86_mapping *map; in get_pg_table() local 384 struct xc_dom_x86_mapping *map; in get_pg_prot() local 551 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/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/xen/drivers/vpci/ |
A D | header.c | 33 bool map; member 39 const struct map_data *map = data; in map_range() local 88 bool map = cmd & PCI_COMMAND_MEMORY; in modify_decoding() local
|
/xen/tools/firmware/hvmloader/ |
A D | e820.h | 22 struct e820entry map[E820MAX]; member
|
/xen/tools/libxl/ |
A D | libxl_utils.h | 128 #define libxl_for_each_bit(var, map) for (var = 0; var < (map).size * 8; var++) argument
|
A D | libxl_x86.c | 242 struct e820entry map[], in e820_host_sanitize() 265 struct e820entry map[E820MAX]; in libxl__e820_alloc() local 571 struct e820entry map[E820MAX]; in libxl__arch_vnuma_build_vmemrange() local
|
/xen/tools/xentrace/ |
A D | mread.h | 13 } map[MREAD_MAPS]; member
|
A D | xentrace.c | 533 void print_cpu_mask(xc_cpumap_t map) in print_cpu_mask() 554 static int set_cpu_mask(xc_cpumap_t map) in set_cpu_mask() 956 static int parse_cpumask_range(const char *mask_str, xc_cpumap_t map) in parse_cpumask_range() 1036 xc_cpumap_t map; in parse_cpu_mask() local
|
/xen/xen/include/xen/ |
A D | bitmap.h | 242 static inline void bitmap_set(unsigned long *map, unsigned int start, in bitmap_set() 256 static inline void bitmap_clear(unsigned long *map, unsigned int start, in bitmap_clear()
|
/xen/xen/drivers/passthrough/vtd/ |
A D | quirks.c | 331 u32 dev, int map) in map_me_phantom_function() 352 int me_wifi_quirk(struct domain *domain, u8 bus, u8 devfn, int map) in me_wifi_quirk()
|
/xen/tools/tests/mem-sharing/ |
A D | memshrtool.c | 133 void *map; in main() local
|
/xen/xen/arch/arm/ |
A D | mm.c | 363 void set_fixmap(unsigned map, mfn_t mfn, unsigned int flags) in set_fixmap() 372 void clear_fixmap(unsigned map) in clear_fixmap() 429 lpae_t *map = this_cpu(xen_dommap); in map_domain_page() local 498 lpae_t *map = this_cpu(xen_dommap); in unmap_domain_page() local 517 lpae_t *map = this_cpu(xen_dommap); in domain_page_map_to_mfn() local
|
/xen/xen/xsm/flask/ss/ |
A D | ebitmap.c | 227 u64 map; in ebitmap_read() local
|
/xen/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() 352 void *map, in efi_arch_process_memory_map()
|
/xen/xen/common/ |
A D | bitmap.c | 215 void __bitmap_set(unsigned long *map, unsigned int start, int len) in __bitmap_set() 235 void __bitmap_clear(unsigned long *map, unsigned int start, int len) in __bitmap_clear()
|