Lines Matching defs:cpu_off
4902 s64 off, cpu_off;
4933 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB) {
4935 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off,
4936 hdev->cpu_accessible_dma_address + cpu_off,
4941 cpu_off -= PAGE_SIZE_4KB;
4960 for (; cpu_off >= 0 ; cpu_off -= PAGE_SIZE_4KB)
4962 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off,
4966 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off);
4983 u32 off, cpu_off;
5001 for (cpu_off = 0 ; cpu_off < SZ_2M ; cpu_off += PAGE_SIZE_4KB)
5003 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off,
5005 (cpu_off + PAGE_SIZE_4KB) >= SZ_2M))
5008 VA_CPU_ACCESSIBLE_MEM_ADDR + cpu_off);