[PATCH v7 12/15] iommupt: Add the x86 64 bit page table format

Jason Gunthorpe jgg at nvidia.com
Fri Oct 31 09:42:17 PDT 2025


On Fri, Oct 31, 2025 at 03:21:38PM +0530, Vasant Hegde wrote:
> > +#define common_to_x86_64_pt(common_ptr) \
> > +	container_of_const(common_ptr, struct pt_x86_64, common)
> > +#define to_x86_64_pt(pts) common_to_x86_64_pt((pts)->range->common)
> 
> Unused macros?

Yes, I removed this and the amd one

Thanks for the all the work on this, I think we are in good shape now!

Jason



More information about the linux-riscv mailing list