Searched refs:mem_add (Results 1 – 2 of 2) sorted by relevance
44 op.u.mem_add.spfn = info->start_addr >> PAGE_SHIFT; in xen_hotadd_memory()45 op.u.mem_add.epfn = (info->start_addr + info->length) >> PAGE_SHIFT; in xen_hotadd_memory()46 op.u.mem_add.pxm = pxm; in xen_hotadd_memory()
523 struct xenpf_mem_hotadd mem_add; member