Searched refs:phys_map (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/firmware/efi/ |
| H A D | memmap.c | 36 phys_addr_t phys_map; in __efi_memmap_init() local 38 phys_map = data->phys_map; in __efi_memmap_init() 41 map.map = memremap(phys_map, data->size, MEMREMAP_WB); in __efi_memmap_init() 43 map.map = early_memremap(phys_map, data->size); in __efi_memmap_init() 47 &phys_map, data->size); in __efi_memmap_init() 51 map.phys_map = data->phys_map; in __efi_memmap_init() 128 .phys_map = addr, in efi_memmap_init_late()
|
| H A D | fdtparams.c | 94 [MMBASE] = { &mm->phys_map, sizeof(mm->phys_map) }, in efi_get_fdt_params()
|
| H A D | efi-init.c | 271 memblock_reserve(data.phys_map & PAGE_MASK, in efi_init() 272 PAGE_ALIGN(data.size + (data.phys_map & ~PAGE_MASK))); in efi_init()
|
| H A D | riscv-runtime.c | 71 if (efi_memmap_init_late(efi.memmap.phys_map, mapsize)) { in riscv_enable_runtime_services()
|
| H A D | arm-runtime.c | 101 if (efi_memmap_init_late(efi.memmap.phys_map, mapsize)) { in arm_enable_runtime_services()
|
| /linux/arch/x86/platform/efi/ |
| H A D | efi.c | 209 data.phys_map = pmap; in efi_memblock_x86_reserve_range() 291 .phys_map = efi.memmap.phys_map, in efi_clean_memmap() 747 if (efi_memmap_init_late(efi.memmap.phys_map, in kexec_enter_virtual_mode() 757 if (efi_setup_page_tables(efi.memmap.phys_map, num_pages)) { in kexec_enter_virtual_mode()
|
| H A D | quirks.c | 288 new = early_memremap_prot(data.phys_map, data.size, in efi_arch_mem_reserve() 509 new = memremap(data.phys_map, data.size, MEMREMAP_WB); in efi_unmap_boot_services()
|
| /linux/arch/x86/kvm/ |
| H A D | lapic.c | 227 *cluster = &map->phys_map[offset]; in kvm_apic_map_get_logical_dest() 303 new->phys_map[x2apic_id] = apic; in kvm_recalculate_phys_map() 305 if (!apic_x2apic_mode(apic) && !new->phys_map[xapic_id]) in kvm_recalculate_phys_map() 306 new->phys_map[xapic_id] = apic; in kvm_recalculate_phys_map() 318 if (new->phys_map[physical_id]) in kvm_recalculate_phys_map() 321 new->phys_map[physical_id] = apic; in kvm_recalculate_phys_map() 853 if (map->phys_map[map_index]) { in __pv_send_ipi() 854 vcpu = map->phys_map[map_index]->vcpu; in __pv_send_ipi() 1178 *dst = &map->phys_map[dest_id]; in kvm_apic_map_get_dest_lapic()
|
| H A D | x86.c | 10367 if (map->phys_map[dest_id]) in kvm_sched_yield() 10368 target = map->phys_map[dest_id]->vcpu; in kvm_sched_yield()
|
| /linux/include/linux/ |
| H A D | efi.h | 560 phys_addr_t phys_map; member 568 phys_addr_t phys_map; member
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1183 struct kvm_lapic *phys_map[]; member
|