mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Allocating SEV C-bit-cleared pages (without relying on swiotlb)
@ 2025-03-27 14:12 Teddy Astie
  2025-03-28 16:30 ` Michael Kelley
  0 siblings, 1 reply; 3+ messages in thread
From: Teddy Astie @ 2025-03-27 14:12 UTC (permalink / raw)
  To: linux-kernel, linux-mm; +Cc: Xen-devel

Hello Linux mailing list !

For porting Linux code to make it work on Xen with AMD-SEV, I need to 
change the allocation of some pages to use "shared pages" (C-bit 
cleared) instead of private pages (C-bit set, which is the default kind) 
as these pages needs to be shared with the hypervisor/Dom0.

Is there a facility to allocate pages with C-bit cleared (and if not 
running under SEV, just allocate a plain page) ? Current Linux code for 
SEV seems to only rely on swiotlb as access to shared page is mostly 
made through DMA-kind devices (e.g virtio or emulated device), but I 
don't think it is the best approach.

Regards
Teddy


Teddy Astie | Vates XCP-ng Developer

XCP-ng & Xen Orchestra - Vates solutions

web: https://vates.tech

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-28 17:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-27 14:12 Allocating SEV C-bit-cleared pages (without relying on swiotlb) Teddy Astie
2025-03-28 16:30 ` Michael Kelley
2025-03-28 17:46   ` Teddy Astie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®