Lines Matching defs:page
148 * The Allwinner H6 IOMMU uses a 2-level page table.
155 * pointing to a 4kB page of physical memory.
231 * Each page entry will then have a reference to the domain they are
232 * affected to, so that we can actually enforce them on a per-page
239 * doesn't seem to restrict page access on a per-device basis. And
240 * then we will use the relevant domain index when generating the page
271 static u32 sun50i_mk_pte(phys_addr_t page, int prot)
286 page &= SUN50I_PTE_PAGE_ADDRESS_MASK;
287 return page | flags | SUN50I_PTE_PAGE_VALID;
877 * If the address is not in the page table, we can't get what
932 * If the address is not in the page table, we can't get what