Searched refs:IPU3_PT_PTES (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/staging/media/ipu3/
H A Dipu3-mmu.c24 #define IPU3_PT_PTES (1UL << IPU3_PT_BITS) macro
25 #define IPU3_PT_SIZE (IPU3_PT_PTES << 2)
130 for (pte = 0; pte < IPU3_PT_PTES; pte++)
467 mmu->l2pts = vzalloc(IPU3_PT_PTES * sizeof(*mmu->l2pts));

Completed in 178 milliseconds