Home
last modified time | relevance | path

Searched refs:swiotlb_unencrypted_base (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/kernel/dma/
Dswiotlb.c70 phys_addr_t swiotlb_unencrypted_base; variable
153 if (swiotlb_unencrypted_base) { in swiotlb_mem_remap()
154 phys_addr_t paddr = mem->start + swiotlb_unencrypted_base; in swiotlb_mem_remap()
219 if (swiotlb_unencrypted_base) in swiotlb_init_io_tlb_mem()
/linux-5.19.10/include/linux/
Dswiotlb.h193 extern phys_addr_t swiotlb_unencrypted_base;
/linux-5.19.10/arch/x86/kernel/cpu/
Dmshyperv.c337 swiotlb_unencrypted_base = ms_hyperv.shared_gpa_boundary; in ms_hyperv_init_platform()