Searched refs:pdst (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/ppc/ |
H A D | spapr_hcall.c | 261 uint8_t *pdst, *psrc; in h_page_init() local 275 pdst = cpu_physical_memory_map(dst, &len, true); in h_page_init() 276 if (!pdst || len != TARGET_PAGE_SIZE) { in h_page_init() 291 memcpy(pdst, psrc, len); in h_page_init() 294 memset(pdst, 0, len); /* Just clear the destination page */ in h_page_init() 298 kvmppc_dcbst_range(cpu, pdst, len); in h_page_init() 302 kvmppc_icbi_range(cpu, pdst, len); in h_page_init() 311 cpu_physical_memory_unmap(pdst, TARGET_PAGE_SIZE, 1, len); in h_page_init()
|
/qemu/include/standard-headers/linux/ |
H A D | ethtool.h | 1248 uint16_t pdst; member 1302 uint16_t pdst; member
|