Searched refs:phys_map (Results 1 – 9 of 9) sorted by relevance
289 void (*ioapic_phys_id_map)(physid_mask_t *phys_map, physid_mask_t *retmap);594 static inline void default_ioapic_phys_id_map(physid_mask_t *phys_map, physid_mask_t *retmap) in default_ioapic_phys_id_map() argument596 *retmap = *phys_map; in default_ioapic_phys_id_map()
610 struct kvm_lapic *phys_map[256]; member
214 memmap.phys_map = params.mmap; in efi_init()294 memmap.map = (__force void *)ioremap_cache(memmap.phys_map, in arm64_enable_runtime_services()
273 if (WARN_ON_ONCE(!map->phys_map)) in efi_mem_desc_lookup()278 e = map->phys_map + map->nr_map * map->desc_size; in efi_mem_desc_lookup()279 for (p = map->phys_map; p < e; p += map->desc_size) { in efi_mem_desc_lookup()
186 memmap.phys_map = new_memmap_phy; in efi_fake_memmap()
83 static void bigsmp_ioapic_phys_id_map(physid_mask_t *phys_map, physid_mask_t *retmap) in bigsmp_ioapic_phys_id_map() argument
182 if (aid < ARRAY_SIZE(new->phys_map)) in recalculate_apic_map()183 new->phys_map[aid] = apic; in recalculate_apic_map()714 if (irq->dest_id >= ARRAY_SIZE(map->phys_map)) in kvm_irq_delivery_to_apic_fast()717 dst = &map->phys_map[irq->dest_id]; in kvm_irq_delivery_to_apic_fast()780 if (irq->dest_id >= ARRAY_SIZE(map->phys_map)) in kvm_intr_is_single_vcpu_fast()783 dst = map->phys_map[irq->dest_id]; in kvm_intr_is_single_vcpu_fast()
212 memmap.phys_map = pmap; in efi_memblock_x86_reserve_range()447 memmap.map = early_memremap((unsigned long)memmap.phys_map, in efi_memmap_init()
683 phys_addr_t phys_map; member