Lines Matching defs:cpu_off
4876 s64 off, cpu_off;
4904 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) {
4906 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off,
4907 hdev->cpu_accessible_dma_address + cpu_off,
4912 cpu_off -= PAGE_SIZE_4KB;
4931 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB)
4933 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off,
4937 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off);
4954 u32 off, cpu_off;
4971 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB)
4973 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off,
4975 (cpu_off + PAGE_SIZE_4KB) >= SZ_2M))
4978 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off);