Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dswiotlb.h188 extern phys_addr_t swiotlb_unencrypted_base;
/linux-6.1.9/kernel/dma/
Dswiotlb.c76 phys_addr_t swiotlb_unencrypted_base; variable
222 if (swiotlb_unencrypted_base) { in swiotlb_mem_remap()
223 phys_addr_t paddr = mem->start + swiotlb_unencrypted_base; in swiotlb_mem_remap()
295 if (swiotlb_unencrypted_base) in swiotlb_init_io_tlb_mem()
/linux-6.1.9/arch/x86/kernel/cpu/
Dmshyperv.c337 swiotlb_unencrypted_base = ms_hyperv.shared_gpa_boundary; in ms_hyperv_init_platform()