Lines Matching full:mvpg
41 static inline int mvpg(unsigned long r0, void *dest, void *src) in mvpg() function
48 " mvpg %1,%2\n" in mvpg()
112 mvpg(KFC(i), buffer, source); in test_exceptions()
129 mvpg(KFC(3), buffer, source); in test_exceptions()
133 mvpg(KFC(i), buffer, source); in test_exceptions()
142 mvpg(0, buffer, (void *)PAGE_MASK); in test_exceptions()
146 mvpg(0, (void *)PAGE_MASK, source); in test_exceptions()
159 cc = mvpg(0, buffer, source); in test_success()
160 report(page_ok(buffer) && !cc, "Supervisor state MVPG successful"); in test_success()
164 cc = mvpg(0, buffer, source); in test_success()
166 report(page_ok(buffer) && !cc, "Problem state MVPG successful"); in test_success()
180 cc = mvpg(0, fresh, source); in test_small_loop()
187 cc = mvpg(0, dest, source); in test_small_loop()
201 /* MVPG should still succeed when the source is read-only */ in test_mmu_prot()
203 cc = mvpg(0, fresh, source); in test_mmu_prot()
215 mvpg(0, fresh, source); in test_mmu_prot()
223 mvpg(0, fresh, source); in test_mmu_prot()
234 mvpg(0, fresh, source); in test_mmu_prot()
248 mvpg(CCO, fresh, source); in test_mmu_prot()
261 cc = mvpg(CCO, fresh, source); in test_mmu_prot()
266 cc = mvpg(CCO, fresh, source); in test_mmu_prot()
271 cc = mvpg(CCO, fresh, source); in test_mmu_prot()
283 report_prefix_push("mvpg"); in main()