Home
last modified time | relevance | path

Searched refs:phys_map (Results 1 – 25 of 83) sorted by relevance

1234

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firmware/efi/
H A Dmemmap.c49 __efi_memmap_free(efi.memmap.phys_map, in efi_memmap_free()
69 WARN_ON(data->phys_map || data->size); in efi_memmap_alloc()
79 data->phys_map = __efi_memmap_alloc_late(data->size); in efi_memmap_alloc()
82 data->phys_map = __efi_memmap_alloc_early(data->size); in efi_memmap_alloc()
85 if (!data->phys_map) in efi_memmap_alloc()
108 phys_addr_t phys_map; in __efi_memmap_init() local
113 phys_map = data->phys_map; in __efi_memmap_init()
116 map.map = memremap(phys_map, data->size, MEMREMAP_WB); in __efi_memmap_init()
118 map.map = early_memremap(phys_map, data->size); in __efi_memmap_init()
128 map.phys_map = data->phys_map; in __efi_memmap_init()
[all …]
H A Dfake_mem.c53 new_memmap = early_memremap(data.phys_map, data.size); in efi_fake_range()
55 __efi_memmap_free(data.phys_map, data.size, data.flags); in efi_fake_range()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firmware/efi/
H A Dmemmap.c49 __efi_memmap_free(efi.memmap.phys_map, in efi_memmap_free()
69 WARN_ON(data->phys_map || data->size); in efi_memmap_alloc()
79 data->phys_map = __efi_memmap_alloc_late(data->size); in efi_memmap_alloc()
82 data->phys_map = __efi_memmap_alloc_early(data->size); in efi_memmap_alloc()
85 if (!data->phys_map) in efi_memmap_alloc()
108 phys_addr_t phys_map; in __efi_memmap_init() local
113 phys_map = data->phys_map; in __efi_memmap_init()
116 map.map = memremap(phys_map, data->size, MEMREMAP_WB); in __efi_memmap_init()
118 map.map = early_memremap(phys_map, data->size); in __efi_memmap_init()
128 map.phys_map = data->phys_map; in __efi_memmap_init()
[all …]
H A Dfake_mem.c53 new_memmap = early_memremap(data.phys_map, data.size); in efi_fake_range()
55 __efi_memmap_free(data.phys_map, data.size, data.flags); in efi_fake_range()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firmware/efi/
H A Dmemmap.c49 __efi_memmap_free(efi.memmap.phys_map, in efi_memmap_free()
69 WARN_ON(data->phys_map || data->size); in efi_memmap_alloc()
79 data->phys_map = __efi_memmap_alloc_late(data->size); in efi_memmap_alloc()
82 data->phys_map = __efi_memmap_alloc_early(data->size); in efi_memmap_alloc()
85 if (!data->phys_map) in efi_memmap_alloc()
108 phys_addr_t phys_map; in __efi_memmap_init() local
113 phys_map = data->phys_map; in __efi_memmap_init()
116 map.map = memremap(phys_map, data->size, MEMREMAP_WB); in __efi_memmap_init()
118 map.map = early_memremap(phys_map, data->size); in __efi_memmap_init()
128 map.phys_map = data->phys_map; in __efi_memmap_init()
[all …]
H A Dfake_mem.c53 new_memmap = early_memremap(data.phys_map, data.size); in efi_fake_range()
55 __efi_memmap_free(data.phys_map, data.size, data.flags); in efi_fake_range()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/hw/
H A Dphys-map.c36 static const struct phys_map_info *phys_map; variable
163 if (!phys_map) in phys_map_get()
167 for (e = phys_map->table; ; e++) { in phys_map_get()
183 a += gcid << phys_map->chip_select_shift; in phys_map_get()
207 phys_map = NULL; in phys_map_init()
211 phys_map = &phys_map_nimbus; in phys_map_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/hw/
H A Dphys-map.c36 static const struct phys_map_info *phys_map; variable
163 if (!phys_map) in phys_map_get()
167 for (e = phys_map->table; ; e++) { in phys_map_get()
183 a += gcid << phys_map->chip_select_shift; in phys_map_get()
207 phys_map = NULL; in phys_map_init()
211 phys_map = &phys_map_nimbus; in phys_map_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/hw/
H A Dphys-map.c36 static const struct phys_map_info *phys_map; variable
147 if (!phys_map) in phys_map_get()
151 for (e = phys_map->table; ; e++) { in phys_map_get()
167 a += gcid << phys_map->chip_select_shift; in phys_map_get()
191 phys_map = NULL; in phys_map_init()
195 phys_map = &phys_map_nimbus; in phys_map_init()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/hw/
H A Dphys-map.c36 static const struct phys_map_info *phys_map; variable
163 if (!phys_map) in phys_map_get()
167 for (e = phys_map->table; ; e++) { in phys_map_get()
183 a += gcid << phys_map->chip_select_shift; in phys_map_get()
207 phys_map = NULL; in phys_map_init()
211 phys_map = &phys_map_nimbus; in phys_map_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/hw/
H A Dphys-map.c36 static const struct phys_map_info *phys_map; variable
163 if (!phys_map) in phys_map_get()
167 for (e = phys_map->table; ; e++) { in phys_map_get()
183 a += gcid << phys_map->chip_select_shift; in phys_map_get()
207 phys_map = NULL; in phys_map_init()
211 phys_map = &phys_map_nimbus; in phys_map_init()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/hw/
H A Dphys-map.c36 static const struct phys_map_info *phys_map; variable
163 if (!phys_map) in phys_map_get()
167 for (e = phys_map->table; ; e++) { in phys_map_get()
183 a += gcid << phys_map->chip_select_shift; in phys_map_get()
207 phys_map = NULL; in phys_map_init()
211 phys_map = &phys_map_nimbus; in phys_map_init()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/hw/
H A Dphys-map.c27 static const struct phys_map_info *phys_map; variable
368 if (!phys_map) in __phys_map_get()
372 for (e = phys_map->table; ; e++) { in __phys_map_get()
388 a += topology_idx << (phys_map->chip_select_shift); in __phys_map_get()
426 phys_map = NULL; in phys_map_init()
432 phys_map = &phys_map_axone; in phys_map_init()
436 phys_map = &phys_map_nimbus; in phys_map_init()
440 phys_map = &phys_map_p10; in phys_map_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/hw/test/
H A Dphys-map-test.c36 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_table_directly()
41 for (prev = phys_map->table; prev != e; prev++) { in check_table_directly()
99 for (e = phys_map->table; !phys_map_entry_null(e); e++) in check_map_call()
109 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_map_call()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/hw/test/
H A Dphys-map-test.c36 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_table_directly()
41 for (prev = phys_map->table; prev != e; prev++) { in check_table_directly()
99 for (e = phys_map->table; !phys_map_entry_null(e); e++) in check_map_call()
109 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_map_call()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/hw/test/
H A Dphys-map-test.c36 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_table_directly()
41 for (prev = phys_map->table; prev != e; prev++) { in check_table_directly()
99 for (e = phys_map->table; !phys_map_entry_null(e); e++) in check_map_call()
109 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_map_call()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/hw/test/
H A Dphys-map-test.c36 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_table_directly()
41 for (prev = phys_map->table; prev != e; prev++) { in check_table_directly()
99 for (e = phys_map->table; !phys_map_entry_null(e); e++) in check_map_call()
109 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_map_call()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/hw/test/
H A Dphys-map-test.c36 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_table_directly()
41 for (prev = phys_map->table; prev != e; prev++) { in check_table_directly()
99 for (e = phys_map->table; !phys_map_entry_null(e); e++) in check_map_call()
109 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_map_call()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/hw/test/
H A Dphys-map-test.c36 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_table_directly()
41 for (prev = phys_map->table; prev != e; prev++) { in check_table_directly()
99 for (e = phys_map->table; !phys_map_entry_null(e); e++) in check_map_call()
109 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_map_call()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/hw/test/
H A Dphys-map-test.c27 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_table_directly()
32 for (prev = phys_map->table; prev != e; prev++) { in check_table_directly()
95 for (e = phys_map->table; !phys_map_entry_null(e); e++) in check_map_call()
105 for (e = phys_map->table; !phys_map_entry_null(e); e++) { in check_map_call()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/apic/
H A Dapic_common.c24 void default_ioapic_phys_id_map(physid_mask_t *phys_map, physid_mask_t *retmap) in default_ioapic_phys_id_map() argument
26 *retmap = *phys_map; in default_ioapic_phys_id_map()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/apic/
H A Dapic_common.c24 void default_ioapic_phys_id_map(physid_mask_t *phys_map, physid_mask_t *retmap) in default_ioapic_phys_id_map() argument
26 *retmap = *phys_map; in default_ioapic_phys_id_map()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/apic/
H A Dapic_common.c24 void default_ioapic_phys_id_map(physid_mask_t *phys_map, physid_mask_t *retmap) in default_ioapic_phys_id_map() argument
26 *retmap = *phys_map; in default_ioapic_phys_id_map()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/aarch64/aarch64/
H A Daarch64_machdep.c54 struct vm_map *phys_map; variable
80 phys_map = uvm_km_suballoc(kernel_map, &minaddr, &maxaddr, in cpu_startup()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/powerpc/
H A Dvm_machdep.c216 taddr = uvm_km_alloc(phys_map, len, 0, UVM_KMF_VAONLY | UVM_KMF_WAITVA); in vmaprange()
241 uvm_km_free(phys_map, addr, len, UVM_KMF_VAONLY); in vunmaprange()
268 taddr = uvm_km_alloc(phys_map, len, 0, UVM_KMF_VAONLY | UVM_KMF_WAITVA); in vmapbuf()
308 uvm_km_free(phys_map, addr, len, UVM_KMF_VAONLY); in vunmapbuf()

1234