Re: [PATCHv2 03/12] x86/virt/tdx: Allocate reference counters for PAMT memory

From: Huang, Kai
Date: Thu Jun 26 2025 - 00:48:39 EST


On Thu, 2025-06-26 at 00:53 +0000, Huang, Kai wrote:
> > + */
> > + area = get_vm_area(size, VM_IOREMAP);
>
> I am not sure why VM_IOREMAP is used?  Or should we just use vmalloc()?

Sorry please ignore the vmalloc() part. I lost my brain a while :-(