Home
last modified time | relevance | path

Searched refs:start_pa (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/riscv/mm/
H A Dptdump.c39 unsigned long start_pa; member
237 pt_dump_seq_printf(st->seq, " " ADDR_FORMAT " ", st->start_pa); in dump_addr()
278 st->start_pa = pa; in note_page()
297 st->start_pa = pa; in note_page()
/openbmc/linux/drivers/dma/bestcomm/
H A Dbestcomm.c172 phys_addr_t start_pa; in bcom_load_image() local
174 desc = bcom_sram_alloc(hdr->desc_size * sizeof(u32), 4, &start_pa); in bcom_load_image()
178 tdt->start = start_pa; in bcom_load_image()
179 tdt->stop = start_pa + ((hdr->desc_size-1) * sizeof(u32)); in bcom_load_image()
/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c63 unsigned long start_pa; member
179 pt_dump_seq_printf(st->seq, " " REG " ", st->start_pa); in dump_addr()
207 st->start_pa = pa; in note_page_update_state()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c1027 nvmm_update_mapping(hwaddr start_pa, ram_addr_t size, uintptr_t hva, in nvmm_update_mapping() argument
1038 ret = nvmm_gpa_map(mach, hva, start_pa, size, prot); in nvmm_update_mapping()
1040 ret = nvmm_gpa_unmap(mach, hva, start_pa, size); in nvmm_update_mapping()
1046 (add ? "map" : "unmap"), name, (void *)(uintptr_t)start_pa, in nvmm_update_mapping()
1055 hwaddr start_pa = section->offset_within_address_space; in nvmm_process_section() local
1065 delta = qemu_real_host_page_size() - (start_pa & ~qemu_real_host_page_mask()); in nvmm_process_section()
1070 start_pa += delta; in nvmm_process_section()
1073 if (!size || (start_pa & ~qemu_real_host_page_mask())) { in nvmm_process_section()
1080 nvmm_update_mapping(start_pa, size, hva, add, in nvmm_process_section()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c2297 static void whpx_update_mapping(hwaddr start_pa, ram_addr_t size, in whpx_update_mapping() argument
2318 start_pa, in whpx_update_mapping()
2325 start_pa, in whpx_update_mapping()
2333 (void *)(uintptr_t)start_pa, (void *)size, host_va, hr); in whpx_update_mapping()
2340 hwaddr start_pa = section->offset_within_address_space; in whpx_process_section() local
2349 delta = qemu_real_host_page_size() - (start_pa & ~qemu_real_host_page_mask()); in whpx_process_section()
2354 start_pa += delta; in whpx_process_section()
2357 if (!size || (start_pa & ~qemu_real_host_page_mask())) { in whpx_process_section()
2364 whpx_update_mapping(start_pa, size, (void *)(uintptr_t)host_va, add, in whpx_process_section()