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